Products
-
Elektor Digital MSP430 Microcontroller Essentials (E-book)
Architecture, Programming and Applications The MSP430 is a popular family of microcontrollers from Texas Instruments. In this book we will work with the smallest type, which is the powerful MSP430G2553. We will look at the capabilities of this microcontroller in detail, as it is well-suited for self-made projects because it is available in a P-DIP20 package. We will take a closer look at the microcontroller and then build, step by step, some interesting applications, including a 'Hello World' blinking LED and a nice clock application, which can calculate the day of the week based on the date. You also will learn how to create code for the MSP microcontroller in assembler. In addition to that, we will work with the MSP-Arduino IDE, which makes it quite easy to create fast applications without special in-depth knowledge of the microcontrollers. All the code used in the book is available for download from the Elektor website.
€ 32,95
Members: € 29,66
-
Elektor Digital Multitasking with Raspberry Pi (E-book)
Multitasking and multiprocessing have become a very important topic in microcontroller-based systems, namely in complex commercial, domestic, and industrial automation applications. As the complexity of projects grows, more functionalities are demanded from the projects. Such projects require the use of multiple inter-related tasks running on the same system and sharing the available resources, such as the CPU, memory, and input-output ports. As a result of this, the importance of multitasking operations in microcontroller-based applications has grown steadily over the last few years. Many complex automation projects now make use of some form of a multitasking kernel. This book is project-based and its main aim is to teach the basic features of multitasking using the Python 3 programming language on Raspberry Pi. Many fully tested projects are provided in the book using the multitasking modules of Python. Each project is described fully and in detail. Complete program listings are given for each project. Readers should be able to use the projects as they are, or modify them to suit their own needs. The following Python multitasking modules have been described and used in the projects: Fork Thread Threading Subprocess Multiprocessing The book includes simple multitasking projects such as independently controlling multiple LEDs, to more complex multitasking projects such as on/off temperature control, traffic lights control, 2-digit, and 4-digit 7-segment LED event counter, reaction timer, stepper motor control, keypad based projects, car park controller, and many more. The fundamental multitasking concepts such as process synchronization, process communication, and memory sharing techniques have been described in projects concerning event flags, queues, semaphores, values, and so on.
€ 32,95
Members: € 29,66
-
Elektor Publishing Node-RED and Raspberry Pi Pico W
From basics to flows for sensors, automation, motors, MQTT, and cloud services This book is a learning guide and a reference. Use it to learn Node-RED, Raspberry Pi Pico W, and MicroPython, and add these state-of-the-art tools to your technology toolkit. It will introduce you to virtual machines, Docker, and MySQL in support of IoT projects based on Node-RED and the Raspberry Pi Pico W. This book combines several elements into a platform that powers the development of modern Internet of Things applications. These elements are a flow-based server, a WiFi-enabled microcontroller, a high-level programming language, and a deployment technology. Combining these elements gives you the tools you need to create automation systems at any scale. From home automation to industrial automation, this book will help you get started. Node-RED is an open-source flow-based development tool that makes it easy to wire together devices, APIs, and online services. Drag and drop nodes to create a flowchart that turns on your lights at sunset or sends you an email when a sensor detects movement. Raspberry Pi Pico W is a version of the Raspberry Pi Pico with added 802.11n Wi-Fi capability. It is an ideal device for physical computing tasks and an excellent match to the Node-RED. Quick book facts Project-based learning approach. Assumes no prior knowledge of flow-based programming tools. Learn to use essential infrastructure tools in your projects, such as virtual machines, Docker, MySQL and useful web APIs such as Google Sheets and OpenWeatherMap. Dozens of mini-projects supported by photographs, wiring schematics, and source code. Get these from the book GitHub repository. Step-by-step instructions on everything. All experiments are based on the Raspberry Pi Pico W. A Wi-Fi network is required for all projects. Hardware (including the Raspberry Pi Pico W) is available as a kit. Downloads GitHub
€ 49,95
Members: € 44,96
-
Elektor Digital Node-RED and Raspberry Pi Pico W (E-book)
From basics to flows for sensors, automation, motors, MQTT, and cloud services This book is a learning guide and a reference. Use it to learn Node-RED, Raspberry Pi Pico W, and MicroPython, and add these state-of-the-art tools to your technology toolkit. It will introduce you to virtual machines, Docker, and MySQL in support of IoT projects based on Node-RED and the Raspberry Pi Pico W. This book combines several elements into a platform that powers the development of modern Internet of Things applications. These elements are a flow-based server, a WiFi-enabled microcontroller, a high-level programming language, and a deployment technology. Combining these elements gives you the tools you need to create automation systems at any scale. From home automation to industrial automation, this book will help you get started. Node-RED is an open-source flow-based development tool that makes it easy to wire together devices, APIs, and online services. Drag and drop nodes to create a flowchart that turns on your lights at sunset or sends you an email when a sensor detects movement. Raspberry Pi Pico W is a version of the Raspberry Pi Pico with added 802.11n Wi-Fi capability. It is an ideal device for physical computing tasks and an excellent match to the Node-RED. Quick book facts Project-based learning approach. Assumes no prior knowledge of flow-based programming tools. Learn to use essential infrastructure tools in your projects, such as virtual machines, Docker, MySQL and useful web APIs such as Google Sheets and OpenWeatherMap. Dozens of mini-projects supported by photographs, wiring schematics, and source code. Get these from the book GitHub repository. Step-by-step instructions on everything. All experiments are based on the Raspberry Pi Pico W. A Wi-Fi network is required for all projects. Hardware (including the Raspberry Pi Pico W) is available as a kit. Downloads GitHub
€ 39,95
Members: € 35,96
-
Elektor Publishing Nucleo Boards Programming with the STM32CubeIDE
Hands-on in more than 50 projects STM32 Nucleo family of processors are manufactured by STMicroelectronics. These are low-cost ARM microcontroller development boards. This book is about developing projects using the popular STM32CubeIDE software with the Nucleo-L476RG development board. In the early Chapters of the book the architecture of the Nucleo family is briefly described. The book covers many projects using most features of the Nucleo-L476RG development board where the full software listings for the STM32CubeIDE are given for each project together with extensive descriptions. The projects range from simple flashing LEDs to more complex projects using modules, devices, and libraries such as GPIO, ADC, DAC, I²C, SPI, LCD, DMA, analogue inputs, power management, X-CUBE-MEMS1 library, DEBUGGING, and others. In addition, several projects are given using the popular Nucleo Expansion Boards. These Expansion Boards plug on top of the Nucleo development boards and provide sensors, relays, accelerometers, gyroscopes, Wi-Fi, and many others. Using an expansion board together with the X-CUBE-MEMS1 library simplifies the task of project development considerably. All the projects in the book have been tested and are working. The following sub-headings are given for each project: Project Title, Description, Aim, Block Diagram, Circuit Diagram, and Program Listing for the STM32CubeIDE. In this book you will learn about STM32 microcontroller architecture; the Nucleo-L476RG development board in projects using the STM32CubeIDE integrated software development tool; external and internal interrupts and DMA; DEBUG, a program developed using the STM32CubeIDE; the MCU in Sleep, Stop, and in Standby modes; Nucleo Expansion Boards with the Nucleo development boards. What you need a PC with Internet connection and a USB port; STM32CubeIDE software (available at STMicroelectronics website free of charge) the project source files, available from the book’s webpage hosted by Elektor; Nucleo-L476RG development board; simple electronic devices such as LEDs, temperature sensor, I²C and SPI chips, and a few more; Nucleo Expansion Boards (optional).
€ 49,95
Members: € 44,96
-
Elektor Digital Nucleo Boards Programming with the STM32CubeIDE (E-book)
Hands-on in more than 50 projects STM32 Nucleo family of processors are manufactured by STMicroelectronics. These are low-cost ARM microcontroller development boards. This book is about developing projects using the popular STM32CubeIDE software with the Nucleo-L476RG development board. In the early Chapters of the book the architecture of the Nucleo family is briefly described. The book covers many projects using most features of the Nucleo-L476RG development board where the full software listings for the STM32CubeIDE are given for each project together with extensive descriptions. The projects range from simple flashing LEDs to more complex projects using modules, devices, and libraries such as GPIO, ADC, DAC, I²C, SPI, LCD, DMA, analogue inputs, power management, X-CUBE-MEMS1 library, DEBUGGING, and others. In addition, several projects are given using the popular Nucleo Expansion Boards. These Expansion Boards plug on top of the Nucleo development boards and provide sensors, relays, accelerometers, gyroscopes, Wi-Fi, and many others. Using an expansion board together with the X-CUBE-MEMS1 library simplifies the task of project development considerably. All the projects in the book have been tested and are working. The following sub-headings are given for each project: Project Title, Description, Aim, Block Diagram, Circuit Diagram, and Program Listing for the STM32CubeIDE. In this book you will learn about STM32 microcontroller architecture; the Nucleo-L476RG development board in projects using the STM32CubeIDE integrated software development tool; external and internal interrupts and DMA; DEBUG, a program developed using the STM32CubeIDE; the MCU in Sleep, Stop, and in Standby modes; Nucleo Expansion Boards with the Nucleo development boards. What you need a PC with Internet connection and a USB port; STM32CubeIDE software (available at STMicroelectronics website free of charge) the project source files, available from the book’s webpage hosted by Elektor; Nucleo-L476RG development board; simple electronic devices such as LEDs, temperature sensor, I²C and SPI chips, and a few more; Nucleo Expansion Boards (optional).
€ 39,95
Members: € 35,96
-
NXP Semiconductors NXP FRDM-MCXN947 Development Board
The FRDM-MCXN947 is a compact and versatile development board designed for rapid prototyping with MCX N94 and N54 microcontrollers. It features industry-standard headers for easy access to the MCU's I/Os, integrated open-standard serial interfaces, external flash memory, and an onboard MCU-Link debugger. Specifications Microcontroller MCX-N947 Dual Arm Cortex-M33 cores @ 150 MHz each with optimized performance efficiency, up to 2 MB dual-bank flash with optional full ECC RAM, External flash Accelerators: Neural Processing Unit, PowerQuad, Smart DMA, etc. Memory Expansion *DNP Micro SD card socket Connectivity Ethernet Phy and connector HS USB-C connectors SPI/I²C/UART connector (PMOD/mikroBUS, DNP) WiFi connector (PMOD/mikroBUS, DNP) CAN-FD transceiver Debug On-board MCU-Link debugger with CMSIS-DAP JTAG/SWD connector Sensor P3T1755 I³C/I²C Temp Sensor, Touch Pad Expansion Options Arduino Header (with FRDM expansion rows) FRDM Header FlexIO/LCD Header SmartDMA/Camera Header Pmod *DNP mikroBUS User Interface RGB user LED, plus Reset, ISP, Wakeup buttons Included 1x FRDM-MCXN947 Development Board 1x USB-C Cable 1x Quick Start Guide Downloads Datasheet Block diagram
-
Elektor Publishing Object-Oriented PLC Programming in CODESYS
Modular and Scalable Control Systems Using Structured Text This book offers a structured and practical approach to modern PLC development using object-oriented principles. It is a guide for engineers, programmers, and students seeking to harness the power of object-oriented programming (OOP) in the context of industrial automation with PLCs. The content focuses on the CODESYS development environment and Structured Text (ST), both of which support modern programming techniques while maintaining compatibility with real-time automation requirements. Through step-by-step demos and instructional examples, it demonstrates how modular, reusable code can enhance development efficiency, simplify ongoing maintenance, and enable scalable and flexible control system architectures. Key topics include: Structured Text fundamentals: conditions, loops, arrays, and functions Object-oriented concepts: classes, methods, and inheritance Advanced techniques: polymorphism, interfaces, and access control Modular design with reusable components and structured program flow Implementation of finite state machines and scalable application design Built around instructional demos and clear explanations, this book helps readers develop maintainable and modern control software in the CODESYS environment using proven programming techniques.
€ 34,95
Members: € 31,46
-
Elektor Digital Object-Oriented PLC Programming in CODESYS (E-book)
Modular and Scalable Control Systems Using Structured Text This book offers a structured and practical approach to modern PLC development using object-oriented principles. It is a guide for engineers, programmers, and students seeking to harness the power of object-oriented programming (OOP) in the context of industrial automation with PLCs. The content focuses on the CODESYS development environment and Structured Text (ST), both of which support modern programming techniques while maintaining compatibility with real-time automation requirements. Through step-by-step demos and instructional examples, it demonstrates how modular, reusable code can enhance development efficiency, simplify ongoing maintenance, and enable scalable and flexible control system architectures. Key topics include: Structured Text fundamentals: conditions, loops, arrays, and functions Object-oriented concepts: classes, methods, and inheritance Advanced techniques: polymorphism, interfaces, and access control Modular design with reusable components and structured program flow Implementation of finite state machines and scalable application design Built around instructional demos and clear explanations, this book helps readers develop maintainable and modern control software in the CODESYS environment using proven programming techniques.
€ 29,95
Members: € 26,96
-
Raspberry Pi Foundation Official 27 W Power Supply for Raspberry Pi 5 (EU, black)
The Raspberry Pi 27 W PD USB-C power supply is designed specifically to power the Raspberry Pi 5. It is also capable of delivering 5 V/3 A, 9 V/3 A, 12 V/2.25 A, 15 V/1.8 A. to PD-compatible products, making it a good and cost-effective power supply for many general applications, such as charging smartphones and tablets. Specifications Input 100-240 VAC Output 5 A @ 5.1 V, 3 A @ 9 V, 2.25 A @ 12 V, 1.8 A @ 15 V Connector USB-C Length 1.2 m Color Black Region EU
-
Raspberry Pi Foundation Official 27 W Power Supply for Raspberry Pi 5 (EU, white)
The Raspberry Pi 27 W PD USB-C power supply is designed specifically to power the Raspberry Pi 5. It is also capable of delivering 5 V/3 A, 9 V/3 A, 12 V/2.25 A, 15 V/1.8 A to PD-compatible products, making it a good and cost-effective power supply for many general applications, such as charging smartphones and tablets. Specifications Input 100-240 VAC Output 5 A @ 5.1 V, 3 A @ 9 V, 2.25 A @ 12 V, 1.8 A @ 15 V Connector USB-C Length 1.2 m Color White Region EU
-
Arduino Official Arduino USB-C Cable (2-in-1)
Now you can connect your Arduino boards with the official Arduino USB cable. Through a USB-C to USB-C with a USB-A adapter connection, this data USB cable can easily connect your Arduino boards with your chosen programming device. The Arduino USB cable has a nylon braided jacket in the typical Arduino colors white and teal. The connectors have an aluminum shell that protects your cable from harm at the same time as looking cool. Length: 100 cm Aluminium shell with logo Nylon braided jacket white and teal
€ 12,95
Members: € 11,66
-
Raspberry Pi Foundation Official Case for Raspberry Pi 4 (black/gray)
Official Case for Raspberry Pi 4 (black/gray)
-
Raspberry Pi Foundation Official Case for Raspberry Pi 5 (black/gray)
The Raspberry Pi 5 case is a refinement of the Raspberry Pi 4 case with improved thermal features to support the higher peak power consumption of the Raspberry Pi 5. It integrates a variable speed fan that is powered and controlled via a dedicated connector on the Raspberry Pi 5.
€ 11,95€ 6,95Best Price
-
Raspberry Pi Foundation Official Case for Raspberry Pi 5 (white/red)
The Raspberry Pi 5 case is a refinement of the Raspberry Pi 4 case with improved thermal features to support the higher peak power consumption of the Raspberry Pi 5. It integrates a variable speed fan that is powered and controlled via a dedicated connector on the Raspberry Pi 5.
-
Raspberry Pi Foundation Official Case for Raspberry Pi Zero
The case consists of two parts. It has a standard base featuring a cut-out to allow access to the GPIO, and a choice of three lids: a plain lid, a GPIO lid (allowing access to the GPIO from above), and a camera lid (which, when used with the short camera cable supplied, allows the Raspberry Pi Camera or Camera Noir to be fitted neatly inside it). Included 1x base 3x lids (plain, GPIO, camera) 1x short camera cable 4x rubber feet
-
Raspberry Pi Foundation Official EU Power Supply for Raspberry Pi 4 (black)
The Raspberry Pi USB-C power supply is designed specifically to power the Raspberry Pi 4. The power supply features a USB-C cable and is available in four different models to suit different international power sockets, and in two colors. Specifications Output Output voltage +5.1 V DC Minimum load current 0 A Nominal load current 3.0 A Maximum power 15.3 W Load regulation ±5% Line regulation ±2% Ripple & noise 120 mVp-p Rise time 100 ms maximum to regulation limits for DC outputs Turn-on delay 3000 ms maximum at nominal input AC voltage and full load Protection Short circuit protectionOvercurrent protectionOver temperature protection Efficiency 81% minimum (output current from 100%, 75%, 50%, 25%)72% minimum at 10% load Output cable 1.5 m 18AWG Output connector USB-C Input Voltage range 100-240 V AC (rated)96-264 V AC (operating) Frequency 50/60 Hz ±3 Hz Current 0.5 A maximum Power consumption (no load) 0.075 W maximum Inrush current No damage shall occur, and the input fuse shall not blow Operating ambient temperature 0-40°C
-
Raspberry Pi Foundation Official EU Power Supply for Raspberry Pi 4 (white)
The Raspberry Pi USB-C power supply is designed specifically to power the Raspberry Pi 4. The power supply features a USB-C cable and is available in four different models to suit different international power sockets, and in two colors. Specifications Output Output voltage +5.1 V DC Minimum load current 0 A Nominal load current 3.0 A Maximum power 15.3 W Load regulation ±5% Line regulation ±2% Ripple & noise 120 mVp-p Rise time 100 ms maximum to regulation limits for DC outputs Turn-on delay 3000 ms maximum at nominal input AC voltage and full load Protection Short circuit protectionOvercurrent protectionOver temperature protection Efficiency 81% minimum (output current from 100%, 75%, 50%, 25%)72% minimum at 10% load Output cable 1.5 m 18AWG Output connector USB-C Input Voltage range 100-240 V AC (rated)96-264 V AC (operating) Frequency 50/60 Hz ±3 Hz Current 0.5 A maximum Power consumption (no load) 0.075 W maximum Inrush current No damage shall occur, and the input fuse shall not blow Operating ambient temperature 0-40°C
-
Raspberry Pi Foundation Official HDMI Cable for Raspberry Pi (black, 1 m)
The official Raspberry Pi micro HDMI to HDMI (A/M) cable (black, 1 m) designed for the Raspberry Pi 4 and 5. 19-pin HDMI Type D(M) to 19-pin HDMI Type A(M) 1 m cable (black) Nickel-plated plugs 4Kp60 compliant RoHS compliant 3 Mohm 300 VDC insulation, withstands 300 VDC for 0.1s
-
Raspberry Pi Foundation Official HDMI Cable for Raspberry Pi (white, 1 m)
The official Raspberry Pi micro HDMI to HDMI (A/M) cable designed for the Raspberry Pi 4 and 5. 19-pin HDMI Type D(M) to 19-pin HDMI Type A(M) 1 m cable (white) Nickel-plated plugs 4Kp60 compliant RoHS compliant 3 Mohm 300 VDC insulation, withstands 300 VDC for 0.1s
-
Raspberry Pi Foundation Official Micro-USB Power Supply for Raspberry Pi
Official Micro-USB Power Supply for Raspberry Pi (12.5 W) Input: 100-240 VAC Output: 5.1 V / 2.5 A power supply Connector: micro USB Length: 1.5 m
-
Raspberry Pi Foundation Official Mini-HDMI Cable for Raspberry Pi Zero
The official Raspberry Pi mini-HDMI to HDMI (A/M) cable designed for all Raspberry Pi Zero models. 19-pin HDMI Type D(M) to 19-pin HDMI Type A(M) 1 m cable (white) Nickel-plated plugs 4Kp60 compliant RoHS compliant 3 Mohm 300 VDC insulation, withstands 300 VDC for 0.1s
-
Raspberry Pi Foundation Official Raspberry Pi 5 Desktop Kit (EU)
This all-in-one Raspberry Pi 5 Desktop Kit contains all official parts and allows you to get started with the Raspberry Pi 5 quickly and easily. Included Official 27 W Power Supply for Raspberry Pi 5 (EU, white) Official Case for Raspberry Pi 5 (white/red) Official Raspberry Pi Keyboard (US) Official Raspberry Pi Mouse 2x micro HDMI to Standard HDMI cable (A/M) 1 m microSD Card pre-installed with Raspberry Pi OS (32 GB) The Official Raspberry Pi Beginner's Guide (5th Edition) Not included Raspberry Pi 5
-
Raspberry Pi Foundation Official Raspberry Pi Mouse (white/red)
The official Raspberry Pi mouse is a three-button optical mouse which connects via a USB type A connector either to one of the USB ports on the keyboard or directly to a compatible computer. Three-button optical mouse Scroll wheel USB type A connector Ergonomic design for comfortable use Compatible with all Raspberry Pi products