Raspberry Pi

17 Products

  • PID - based Practical Digital Control with Raspberry Pi and Arduino Uno - Elektor

    Elektor Publishing PID-based Practical Digital Control with Raspberry Pi and Arduino Uno

    The Arduino Uno is an open-source microcontroller development system encompassing hardware, an Integrated Development Environment (IDE), and a vast number of libraries. It is supported by an enormous community of programmers, electronic engineers, enthusiasts, and academics. The libraries in particular really smooth Arduino programming and reduce programming time. What’s more, the libraries greatly facilitate testing your programs since most come fully tested and working. The Raspberry Pi 4 can be used in many applications such as audio and video media devices. It also works in industrial controllers, robotics, games, and in many domestic and commercial applications. The Raspberry Pi 4 also offers Wi-Fi and Bluetooth capability which makes it great for remote and Internet-based control and monitoring applications. This book is about using both the Raspberry Pi 4 and the Arduino Uno in PID-based automatic control applications. The book starts with basic theory of the control systems and feedback control. Working and tested projects are given for controlling real-life systems using PID controllers. The open-loop step time response, tuning the PID parameters, and the closed-loop time response of the developed systems are discussed together with the block diagrams, circuit diagrams, PID controller algorithms, and the full program listings for both the Raspberry Pi and the Arduino Uno. The projects given in the book aim to teach the theory and applications of PID controllers and can be modified easily as desired for other applications. The projects given for the Raspberry Pi 4 should work with all other models of Raspberry Pi family. The book covers the following topics: Open-loop and closed-loop control systems Analog and digital sensors Transfer functions and continuous-time systems First-order and second-order system time responses Discrete-time digital systems Continuous-time PID controllers Discrete-time PID controllers ON-OFF temperature control with Raspberry Pi and Arduino Uno PID-based temperature control with Raspberry Pi and Arduino Uno PID-based DC motor control with Raspberry Pi and Arduino Uno PID-based water level control with Raspberry Pi and Arduino Uno PID-based LED-LDR brightness control with Raspberry Pi and Arduino Uno

    € 39,95

    Members: € 35,96

  • Pironman 5 NVMe M.2 SSD PCIe Mini PC Case for Raspberry Pi 5 - Elektor

    SunFounder Pironman 5 NVMe M.2 SSD PCIe Mini PC Case for Raspberry Pi 5

    Pre-order

    Enhance your Raspberry Pi 5 with the Pironman 5, built with sturdy aluminum, superior cooling, NVMe M.2 SSD support, OLED display, RGB lighting, standard HDMI ports x2, and a secure power switch. It is perfect for NAS, Home Assistant, Media and Game Centers. The Pironman 5 is not just a case; it’s an upgrade that transforms your Raspberry Pi 5 into a powerful, efficient, and stylish device. The Pironman 5 includes the Pi 5 NVMe PIP (PCIe Peripheral Board), a PCIe adapter board specifically designed for NVMe solid-state drives. This board supports four sizes of NVMe SSDs: 2230, 2242, 2260, and 2280, all of which can be installed in an M.2 M key slot. The connection is certified for Gen 2.0 speeds (5 GT/sec), but can be forced to Gen 3.0 (10 GT/sec) for faster performance. Expandable NVMe M.2 SSD Slot Boost your Raspberry Pi 5's performance with the Pironman 5's NVMe M.2 SSD slot, supporting multiple sizes (2230, 2242, 2260, 2280) for increased storage and faster system response. Advanced Cooling System Keep your Raspberry Pi 5 cool and stylish with the Pironman 5's tower cooler and dual RGB fans, featuring dust filters for durable, low-maintenance operation. OLED Display for Instant Insights The Pironman 5 includes a 0.96" OLED display, providing immediate updates on CPU and RAM usage, temperature, IP address, and more. Enhanced Functionality and Safety The Pironman 5 secures your Raspberry Pi 5 with features like safe shutdown, customizable RGB LEDs, HDMI ports, an IR receiver, and an external GPIO extender, enhancing functionality and connectivity. Features Raspberry Pi 5 mini PC 0.96" OLED Display showing Raspberry Pi’s CPU usage, temperature, disk usage, IP address, RAM usage etc. Tower cooler can cool a 100% CPU load Pi to 39°C at 25°C room temperature 2 RGB Fans, with GPIO control 1 PWM Fan on the Tower Cooler is controlled by the Raspberry Pi system. Supports four (PCIe Gen 2.0 / PCIe Gen 3.0) NVMe M.2 SSD sizes: 2230, 2242, 2260, and 2280. 4 WS2812 Addressable RGB LED light up the whole case with cool light effect IR Receiver for multi-media center like Kodi or Volumio Retro metal power button for safe shut down External GPIO extender with pin name label, for easy access Equipped with a spring-loaded socket for easy card removal Aluminum main body with clear Acrylic side panel Features two standard HDMI ports Downloads Documentation

    Pre-order

    € 79,95

    Members: € 71,96

  • The CAN Bus Companion - Elektor

    Elektor Publishing The CAN Bus Companion

    This book details the use of the Arduino Uno and the Raspberry Pi 4 in practical CAN bus based projects. Using either the Arduino Uno or the Raspberry Pi with off-the-shelf CAN bus interface modules considerably ease developing, debugging, and testing CAN bus based projects. This book is written for students, practicing engineers, enthusiasts, and for everyone else wanting to learn more about the CAN bus and its applications. The book assumes that the reader has some knowledge of basic electronics. Knowledge of the C and Python programming languages and programming the Arduino Uno using its IDE and Raspberry Pi will be useful, especially if the reader intends to develop microcontroller-based projects using the CAN bus. The book should be a useful source of reference material for anyone interested in finding answers to questions such as: What bus systems are available for the automotive industry? What are the principles of the CAN bus? How can I create a physical CAN bus? What types of frames (or data packets) are available in a CAN bus system? How can errors be detected in a CAN bus system and how dependable is a CAN bus system? What types of CAN bus controllers exist? How do I use the MCP2515 CAN bus controller? How do I create 2-node Arduino Uno-based CAN bus projects? How do I create 3-node Arduino Uno-based CAN bus projects? How do I set the acceptance masks and acceptance filters? How do I analyze data on the CAN bus? How do I create 2-node Raspberry Pi-based CAN bus projects? How do I create 3-node Raspberry Pi-based CAN bus projects?

    € 34,95

    Members: € 31,46

  • Raspberry Pi Pico Essentials - Elektor

    Elektor Publishing Raspberry Pi Pico Essentials

    Program, build, and master over 50 projects with MicroPython and the RP2040 microprocessor The Raspberry Pi Pico is a high-performance microcontroller module designed especially for physical computing. Microcontrollers differ from single-board computers, like the Raspberry Pi 4, in not having an operating system. The Raspberry Pi Pico can be programmed to run a single task very efficiently within real-time control and monitoring applications requiring speed. The ‘Pico’ as we call it, is based on the fast, efficient, and low-cost dual-core ARM Cortex-M0+ RP2040 microcontroller chip running at up to 133 MHz and sporting 264 KB of SRAM, and 2 MB of Flash memory. Besides its large memory, the Pico has even more attractive features including a vast number of GPIO pins, and popular interface modules like ADC, SPI, I²C, UART, and PWM. To cap it all, the chip offers fast and accurate timing modules, a hardware debug interface, and an internal temperature sensor. The Raspberry Pi Pico is easily programmed using popular high-level languages such as MicroPython and or C/C++. This book is an introduction to using the Raspberry Pi Pico microcontroller in conjunction with the MicroPython programming language. The Thonny development environment (IDE) is used in all the projects described. There are over 50 working and tested projects in the book, covering the following topics: Installing the MicroPython on Raspberry Pi Pico using a Raspberry Pi or a PC Timer interrupts and external interrupts Analogue-to-digital converter (ADC) projects Using the internal temperature sensor and external temperature sensor chips Datalogging projects PWM, UART, I²C, and SPI projects Using Wi-Fi and apps to communicate with smartphones Using Bluetooth and apps to communicate with smartphones Digital-to-analogue converter (DAC) projects All projects given in the book have been fully tested and are working. Only basic programming and electronics experience is required to follow the projects. Brief descriptions, block diagrams, detailed circuit diagrams, and full MicroPython program listings are given for all projects described. Readers can find the program listings on the Elektor web page created to support the book.

    € 39,95

    Members: € 35,96

  • Raspberry Pi Pico W (Book) - Elektor

    Elektor Publishing Raspberry Pi Pico W (Book)

    Program, build, and master 60+ projects with the Wireless RP2040 The Raspberry Pi Pico and Pico W are based on the fast, efficient, and low-cost dual-core ARM Cortex M0+ RP2040 microcontroller chip running at up to 133 MHz and sporting 264 KB of SRAM and 2 MB of Flash memory. Besides spacious memory, the Pico and Pico W offer many GPIO pins, and popular peripheral interface modules like ADC, SPI, I²C, UART, PWM, timing modules, a hardware debug interface, and an internal temperature sensor. The Raspberry Pi Pico W additionally includes an on-board Infineon CYW43439 Bluetooth and Wi-Fi chipset. At the time of writing this book, the Bluetooth firmware was not yet available. Wi-Fi is however fully supported at 2.4 GHz using the 802.11b/g/n protocols. This book is an introduction to using the Raspberry Pi Pico W in conjunction with the MicroPython programming language. The Thonny development environment (IDE) is used in all of the 60+ working and tested projects covering the following topics: Installing the MicroPython on Raspberry Pi Pico using a Raspberry Pi or a PC Timer interrupts and external interrupts Analogue-to-digital converter (ADC) projects Using the internal temperature sensor and external sensor chips Using the internal temperature sensor and external temperature sensor chips Datalogging projects PWM, UART, I²C, and SPI projects Using Bluetooth, WiFi, and apps to communicate with smartphones Digital-to-analogue converter (DAC) projects All projects are tried & tested. They can be implemented on both the Raspberry Pi Pico and Raspberry Pi Pico W, although the Wi-Fi-based subjects will run on the Pico W only. Basic programming and electronics experience are required to follow the projects. Brief descriptions, block diagrams, detailed circuit diagrams, and full MicroPython program listings are given for all projects.

    € 44,95

    Best Price

  •  -14% Elektor Raspberry Pi Buffer Board - Elektor

    Elektor Labs Elektor Raspberry Pi Buffer Board

    When you experiment with the Raspberry Pi on a regular basis and you connect a variety of external hardware to the GPIO port via the header you may well have caused some damage in the past. The Elektor Raspberry Pi Buffer Board is there to prevent this! The board is compatible with Raspberry Pi Zero, Zero 2 (W), 3, 4, 5, 400 and 500. All 26 GPIOs are buffered with bi-directional voltage translators to protect the Raspberry Pi when experimenting with new circuits. The PCB is intended to be inserted in the back of Raspberry Pi 400/500. The connector to connect to the Raspberry Pi is a right angled 40-way receptacle (2x20). The PCB is only a fraction wider. A 40-way flat cable with appropriate 2x20 headers can be connected to the buffer output header to experiment for instance with a circuit on a breadboard or PCB. The circuit uses 4x TXS0108E ICs by Texas Instruments. The PCB can also be put upright on a Raspberry Pi. Downloads Schematics Layout

    € 34,95€ 29,95

    Best Price

  • PLC Programming with the Raspberry Pi and the OpenPLC Project - Elektor

    Elektor Publishing PLC Programming with the Raspberry Pi and the OpenPLC Project

    ModbusRTU and ModbusTCP examples with the Arduino Uno and ESP8266 Introduction to PLC programming with OpenPLC, the first fully open source Programmable Logic Controller on the Raspberry Pi, and Modbus examples with Arduino Uno and ESP8266 PLC programming is very common in industry and home automation. This book describes how the Raspberry Pi 4 can be used as a Programmable Logic Controller. Before taking you into the programming, the author starts with the software installation on the Raspberry Pi and the PLC editor on the PC, followed by a description of the hardware. You'll then find interesting examples in the different programming languages complying with the IEC 61131-3 standard. This manual also explains in detail how to use the PLC editor and how to load and execute the programs on the Raspberry Pi. All IEC languages are explained with examples, starting with LD (Ladder Diagram) over ST (Structured Control Language) to SFC (Special Function Chart). All examples can be downloaded from the author's website. Networking gets thorough attention too. The Arduino Uno and the ESP8266 are programmed as ModbusRTU or ModbusTCP modules to get access to external peripherals, reading sensors and switching electrical loads. I/O circuits complying with the 24 V industry standard may also be of interest for the reader. The book ends with an overview of commands for ST and LD. After reading the book, the reader will be able to create his own controllers with the Raspberry Pi.

    € 39,95

    Members: € 35,96

  •  -20% Sand Clock Kit (based on Raspberry Pi Pico) - Elektor

    Elektor Labs Elektor Sand Clock for Raspberry Pi Pico

    Raspberry Pi-based Eye Catcher A standard sand clock just shows how time passes. In contrast, this Raspberry Pi Pico-controlled sand clock shows the exact time by “engraving” the four digits for hour and minute into the layer of sand. After an adjustable time the sand is flattened out by two vibration motors and everything begins all over again. At the heart of the sand clock are two servo motors driving a writing pen through a pantograph mechanism. A third servo motor lifts the pen up and down. The sand container is equipped with two vibration motors to flatten the sand. The electronic part of the sand clock consists of a Raspberry Pi Pico and an RTC/driver board with a real-time clock, plus driver circuits for the servo motors. A detailed construction manual is available for downloading. Features Dimensions: 135 x 110 x 80 mm Build time: approx. 1.5 to 2 hours Included 3x Precut acrylic sheets with all mechanical parts 3x Mini servo motors 2x Vibration motors 1x Raspberry Pi Pico 1x RTC/driver board with assembled parts Nuts, bolts, spacers, and wires for the assembly Fine-grained white sand

    € 49,95€ 39,95

    Best Price

  •  -51% Official Mini - HDMI Cable for Raspberry Pi Zero - Elektor

    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

    € 3,95€ 1,95

    Best Price

  •  -20% Elektor Raspberry Pi Pico Advanced Kit (Bundle)

    Elektor Bundles Elektor Raspberry Pi Pico Advanced Kit (Bundle)

    Comprehensive Book-Hardware Bundle for the RP2040 Microcontroller with over 80 Projects Unlock the potential of modern controller technology with the Raspberry Pi Pico in this bundle. Perfect for both beginners and experienced users, the easy-to-follow guide takes you from the basics of electronics to the complexities of digital signal processing. With the Raspberry Pi Pico, the dedicated hardware kit and MicroPython programming, you will learn the key principles of circuit design, data collection, and processing. Get hands-on with over 80 projects like a stopwatch with an OLED display, a laser distance meter, and a servo-controlled fan. These projects are designed to help you apply what you've learned in real-world scenarios. The book also covers advanced topics like wireless RFID technology, object detection, and sensor integration for robotics. Whether you're looking to build your skills in electronics or dive deeper into embedded systems, this bundle is the perfect resource to help you explore the full potential of the Raspberry Pi Pico. Contents of the Bundle 1x Project Book (273 pages) 1x Raspberry Pi Pico H 1x Smart Car Kit Electronic Parts 2x Solderless breadboard (400 holes) 1x Solderless breadboard (170 holes) 5x Colorful 5 mm LEDs (green, red, blue, yellow and white) 1x Laser transmitter 1x Passive buzzer 1x Micro USB cable (30 cm) 1x 65 Jumper wires 1x 20 cm male to female Dupont wire 1x Clear case 1x Magnet (diameter: 8 mm, thickness: 5 mm) 1x Rotary potentiometer 10x 2 KΩ resistors 2x M2.5x30 mm copper pillars 10x Phillips pan head screws 10x M2.5 nickel hex nuts 1x 2-inch dual-purpose screwdriver Modules 1x RGB module 1x 9G servo 1x Dual-axis XY joystick module 1x RC522 RFID module 1x 4 Bits digital LED display module 1x Traffic light display module 1x Rotary Encoder module 1x 1602 LCD Display module (Blue) 1x Photoresistor module 1x DC motor with male Dupont wire 1x Fan blade 1x Raindrops module 1x OLED module 1x Membrane switch keyboard 1x Mini magnetic spring module 1x Infrared remote control 1x Infrared receiver module 1x DC stepper motor driver board 1x Button Sensors 1x Vibration sensor 1x Soil moisture sensor 1x Sound sensor 1x Mini PIR motion sensor 1x Temperature & Humidity sensor 1x Flame sensor 2x Crash sensor 2x Tracking sensor 1x Ultrasonic sensor

    € 99,95€ 79,95

    Best Price

  •  -42% Official Case for Raspberry Pi 5 (black/gray) - Elektor

    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,95

    Best Price

  • Raspberry Pi 5 for Radio Amateurs - Elektor

    Elektor Publishing Raspberry Pi 5 for Radio Amateurs

    Program and Build Raspberry Pi 5 Based Ham Station Utilities with the RTL-SDR The RTL-SDR devices (V3 and V4) have gained popularity among radio amateurs because of their very low cost and rich features. A basic system may consist of a USB based RTL-SDR device (dongle) with a suitable antenna, a Raspberry Pi 5 computer, a USB based external audio input-output adapter, and software installed on the Raspberry Pi 5 computer. With such a modest setup, it is possible to receive signals from around 24 MHz to over 1.7 GHz. This book is aimed at amateur radio enthusiasts and electronic engineering students, as well as at anyone interested in learning to use the Raspberry Pi 5 to build electronic projects. The book is suitable for both beginners through experienced readers. Some knowledge of the Python programming language is required to understand and eventually modify the projects given in the book. A block diagram, a circuit diagram, and a complete Python program listing is given for each project, alongside a comprehensive description. The following popular RTL-SDR programs are discussed in detail, aided by step-by-step installation guides for practical use on a Raspberry Pi 5: SimpleFM GQRX SDR++ CubicSDR RTL-SDR Server Dump1090 FLDIGI Quick RTL_433 aldo xcwcp GPredict TWCLOCK CQRLOG klog Morse2Ascii PyQSO Welle.io Ham Clock CHIRP xastir qsstv flrig XyGrib FreeDV Qtel (EchoLink) XDX (DX-Cluster) WSJT-X The application of the Python programming language on the latest Raspberry Pi 5 platform precludes the use of the programs in the book from working on older versions of Raspberry Pi computers.

    € 39,95

    Members: € 35,96

  •  -60% Bumper for Raspberry Pi 5 - Elektor

    Raspberry Pi Foundation Bumper for Raspberry Pi 5

    The Raspberry Pi Bumper is a snap-on silicone cover that protects the bottom and edges of the Raspberry Pi 5. Features One-piece flexible silicone rubber bumper Enables easy access to the power button Mounting holes remain accessible underneath the bumper Downloads Datasheet

    € 3,50€ 1,40

    Best Price

  • Learning Python with Raspberry Pi (E - book) - Elektor

    Elektor Digital Learning Python with Raspberry Pi (E-book)

    This book is about teaching the Python programming language using the Raspberry Pi 4 computer. The book makes an introduction to Raspberry Pi 4 and then teaches Python with the topics: variables, strings, arrays, matrices, tuples, lists, dictionaries, user functions, flow of control, printing, keyboard input, graphics, GUI, object oriented programming and many more topics. The book is aimed for beginners, students, practising engineers, hobbyists, and for anyone else who may want to learn to program in Python. The book includes many example programs and case studies. All the example programs and case studies have been tested fully by the author and are all working. The example programs aim to teach the various programming concepts of Python. The case studies cover the use of Python in the analysis and design of electronic circuits. Some of the case study topics are: Resistor colour code identification Resistive potential divider circuits Resistive attenuator design Zener diode voltage regulator design RC and RLC transient circuits Circuit frequency response Saving data on external memory stick Mesh and node circuit analysis using matrices Resonance in RLC circuits Transistor Biasing analysis Transistor amplifier design Design of active filters Interfacing hardware with GPIO, I²C and SPI Using Wi-Fi with Python and TCP/IP and UDP programs Using Bluetooth from Python Full program listings of all the programs used in the book are available at the Elektor website of the book. Readers should be able just to copy and use these programs in their Raspberry Pi projects without any modifications.

    € 32,95

    Members: € 26,36

  •  -60% Raspberry Pi RP2040 Microcontroller (10 pcs) - Elektor

    Raspberry Pi Foundation Raspberry Pi RP2040 Microcontroller (10 pcs)

    Specifications Dual ARM Cortex-M0+ @ 133 MHz 264 kB on-chip SRAM in six independent banks Support for up to 16 MB of off-chip Flash memory via dedicated QSPI bus DMA controller Fully-connected AHB crossbar Interpolator and integer divider peripherals On-chip programmable LDO to generate core voltage 2x on-chip PLLs to generate USB and core clocks 30x GPIO pins, 4 of which can be used as analogue inputs Peripherals 2x UARTs 2x SPI controllers 2x I²C controllers 16x PWM channels USB 1.1 controller and PHY, with host and device support 8x PIO state machines What you'll get 10x bare RP2040 chips

    € 7,95€ 3,18

    Best Price

  • Clearpath Robotics TurtleBot 4 Lite - Elektor

    Clearpath Robotics Clearpath Robotics TurtleBot 4 Lite

    Pre-order

    TurtleBot 4 is the next-generation of the world’s most popular open source robotics platform for education and research, offering better computing power, better sensors and a world class user experience at an affordable price point.TurtleBot 4 Lite is equipped with an iRobot Create 3 mobile base, a powerful Raspberry Pi 4 running ROS 2, OAK-D spatial AI stereo camera, 2D LiDAR and more. All components have been seamlessly integrated to deliver an out-of-the-box development and learning platform.Specifications Base platform iRobot Create 3 Wheels (Diameter) 72 mm Ground Clearance 4.5 mm On-board Computer Raspberry Pi 4 (4 GB) Maximum linear velocity 0.31 m/s in safe mode0.46 m/s without safe mode Maximum angular velocity 1.90 rad/s Maximum payload 9 kg Operation time 2h 30m – 4h depending on load Charging time 2h 30m Lidar RPLIDAR A1M8 Camera OAK-D-Lite User Power VBAT @1.9 A5 V @ Low current3.3 V @ Low current USB Expansion 2x USB 2.0 (Type A)2x USB 3.0 (Type A) Programmable LEDs Create 3 Lightring Buttons and Switches 2x Create 3 User buttons1x Create 3 Power Button Battery 26 Wh Lithium Ion (14.4 V nominal) Charging Dock Included Size (L x W x H) 342 x 339 x 192 mm Weight 3.3 kg DownloadsUser Manual

    Pre-order

    € 1.699,00

    Best Price

  • Robotis TurtleBot3 Waffle Pi (incl. Raspberry Pi 4) - Elektor

    Robotis Robotis TurtleBot3 Waffle Pi (incl. Raspberry Pi 4)

    Pre-order

    World’s Most Popular ROS Platform TurtleBot is the most popular open source robot for education and research. The new generation TurtleBot3 is a small, low cost, fully programmable, ROS based mobile robot. It is intended to be used for education, research, hobby and product prototyping. Affordable Cost TurtleBot was developed to meet the cost-conscious needs of schools, laboratories and companies. TurtleBot3 is the most affordable robot among the SLAM-able mobile robots equipped with a 360° Laser Distance Sensor LDS-01. ROS Standard The TurtleBot brand is managed by Open Robotics, which develops and maintains ROS. Nowadays, ROS has become the go-to platform for all the roboticists around the world. TurtleBot can be integrated with existing ROS-based robot components, but TurtleBot3 can be an affordable platform for whom want to get started learning ROS. Extensibility TurtleBot3 encourages users to customize its mechanical structure with some alternative options: open source embedded board (as a control board), computer and sensors. TurtleBot3 Waffle Pi is a two-wheeled differential drive type platform but it is able to be structurally and mechanically customized in many ways: Cars, Bikes, Trailers and so on. Extend your ideas beyond imagination with various SBC, sensors and motors on a scalable structure. Modular Actuator for Mobile Robot TurtleBot3 is able to get a precise spatial data by using 2 DYNAMIXEL’s in the wheel joints. DYNAMIXEL XM series can be operated by one of 6 operating modes (XL series: 4 operating modes): Velocity control mode for wheels, Torque control mode or Position control mode for joint, etc. DYNAMIXEL can be used even to make a mobile manipulator which is light but can be precisely controlled with velocity, torque and position control. DYNAMIXEL is a core component that makes TurtleBot3 perfect. It is easy to assemble, maintain, replace and reconfigure. Open Control Board for ROS The control board is open-sourced in hardware wise and in software wise for ROS communication. The open source control board OpenCR1.0 is powerful enough to control not only DYNAMIXEL’s but also ROBOTIS sensors that are frequently being used for basic recognition tasks in cost effective way. Various sensors such as Touch sensor, Infrared sensor, Color sensor and a handful more are available. The OpenCR1.0 has an IMU sensor inside the board so that it can enhance precise control for countless applications. The board has 3.3 V, 5 V, 12 V power supplies to reinforce the available computer device lineups. Open Source The hardware, firmware and software of TurtleBot3 are open source which means that users are welcomed to download, modify and share source codes. All components of TurtleBot3 are manufactured with injection molded plastic to achieve low cost, however, the 3D CAD data is also available for 3D printing. Specifications Maximum translational velocity 0.26 m/s Maximum rotational velocity 1.82 rad/s (104.27 deg/s) Maximum payload 30 kg Size (L x W x H) 281 x 306 x 141 mm Weight (+ SBC + Battery + Sensors) 1.8 kg Threshold of climbing 10 mm or lower Expected operating time 2h Expected charging time 2h 30m SBC (Single Board Computers) Raspberry Pi 4 (2 GB RAM) MCU 32-bit ARM Cortex-M7 with FPU (216 MHz, 462 DMIPS) Remote Controller RC-100B + BT-410 Set (Bluetooth 4, BLE) Actuator XL430-W210 LDS (Laser Distance Sensor) 360 Laser Distance Sensor LDS-01 or LDS-02 Camera Raspberry Pi Camera Module v2.1 IMU Gyroscope 3 AxisAccelerometer 3 Axis Power connectors 3.3 V/800 mA5 V/4 A12 V/1 A Expansion pins GPIO 18 pinsArduino 32 pin Peripheral 3x UART, 1x CAN, 1x SPI, 1x I²C, 5x ADC, 4x 5-pin OLLO DYNAMIXEL ports 3x RS485, 3x TTL Audio Several programmable beep sequences Programmable LEDs 4x User LED Status LEDs 1x Board status LED1x Arduino LED1x Power LED Buttons and Switches 2x Push buttons, 1x Reset button, 2x Dip switch Battery Lithium polymer 11.1 V 1800 mAh / 19.98 Wh 5C PC connection USB Firmware upgrade via USB / via JTAG Power adapter (SMPS) Input: 100-240 VAC 50/60 Hz, 1.5 A @maxOutput: 12 VDC, 5 A Downloads ROS Robot Programming GitHub E-Manual Community

    Pre-order

    € 1.879,00

    Best Price

Buy a Raspberry Pi

What is Raspberry Pi? Why do you need a Raspberry Pi board? What are the benefits?

Raspberry Pi is a minicomputer or a so-called Single Board Computer (or SBC for short) from the Raspberry Pi Foundation from Cambridge (GB). In a single-board computer, all important components such as the processor, RAM and GPU are mounted on one board.

The foundation published the first Raspberry Pi version in 2012 with the idea of promoting computer science as a school and study subject. The main goal to achieve this was a retail price of $35 that should be affordable for everyone.

Elektor also wanted to arouse early interest in computer science and electronics among pupils and students. As an official Raspberry Pi reseller, Elektor has direct personal contact with the Raspberry Pi developers in Cambridge and with the actual intellectual father of the Raspberry Pi, Eben Upton. Elektor not only offers official Raspberry Pi hardware, but also offers its customers interesting first-hand projects, reviews, tutorials and specialist books. Elektor thus occupies a special position among all Raspberry Pi dealers.

Our Raspberry Pi range

In addition to the currently available Raspberry Pi boards Elektor offers you official Raspberry Pi accessories and a carefully selected selection tested third party products (construction kits, HATs, power supplies, cases, displays, cameras, books and miscellaneous. We also have an extensive range of RP2040 products based on the RP2040 microcontroller chip developed by the Raspberry Pi Foundation.

Buying a Raspberry Pi board: what can you do with it?

What makes the Raspberry Pi so special? This small, full-fledged, credit card-sized computer has won the hearts of software and hardware developers around the world and continues to reinvent itself with each new hardware version. With more than 20 million boards sold, Raspberry Pi has turned the electronics world upside down. It doesn't matter if you are a beginner or a professional developer, Raspberry Pi is the universal tool for every electronics technician! Use the Raspberry Pi for your own developments, control your smart home products with it or use it as a media player in the living room for streaming. Raspberry Pi cuts a fine figure in every area. The application possibilities are almost endless. The steadily growing community develops fun, but above all useful projects that are easy to make yourself.

Raspberry Pi accessories

Buying a Raspberry Pi is just the first step. As an official Raspberry Pi reseller, Elektor not only offers the Raspberry Pi, but also the necessary accessories and extensions to benefit as much as possible from the compact Raspberry Pi. At Elektor you will find power supplies, housings (with or without fans), kits, sensors, robots, cameras, displays, books, HATs and other expansion cards to help realize your projects.

Smart Home projects with Raspberry Pi

Today, a Smart Home is one of the most used applications for the Raspberry Pi. The reason for this is logical because a Smart Home provides more comfort in the home and makes saving on energy costs easy. Below you will find three of the most commonly used applications of Raspberry Pi in a Smart Home environment

Home automation system

The Raspberry Pi can be used to build a home automation system that allows you to perform tasks automatically. This includes controlling lighting, heating, entertainment and air conditioning.

Home monitoring

Home monitoring is a system that uses sensors to take measurements of your home environment and transmit this information to a central device. The system can take measurements of: temperatures, humidity, light intensity and movement. Use home monitoring to monitor your home environment, allowing you to use alarm systems, security cameras and other devices to protect your home.

A good example of this is when you close your roller shutters automatically as soon as it threatens to get too hot. This way you can easily restore the heat in your home.

Smart switches

A smart switch is a device used to turn electrical appliances on and off remotely. It is a wireless device that is connected to your home network and can be controlled with a mobile app, a remote control or a voice assistant.

A good example of smart switches combined with Raspberry Pi is turning off lights when you watch a movie via Kodi. You can even go so far that when you pause the movie, the lights come back on.

Buy your Raspberry Pi from Elektor

Elektor is an official reseller approved by the Raspberry Pi Foundation. We only obtain the Raspberry Pi directly from the manufacturer/developer and not from a distributor. New products are immediately available from stock on the day of publication. By eliminating the middleman, we can offer the Raspberry Pi and other official accessories at the lowest possible price.

Login

Forgot password?

Don't have an account yet?
Create account