This kit includes 2 servo motors and a Monk Makes ServoSix interface board for use with Raspberry Pi. It also includes a Raspberry Leaf GPIO template, a bunch of female-to-female header pins and a 4xAA battery box.Features of the Servo Six board
Screw terminals for servo power supply
Reverse-polarity protection for the servo power supply
470 µF 16 V capacitor for servo supply
470 Ω current limiting resistors for servo control lines (to protect GPIO pins)
Power indicator LE
DownloadsInstructions
An adapter for connecting a servo meter with croc/alligator clips.
This is a handy little clip to connect a servo motor with 5.4 mm header socket using alligator clips. It is ideal for use with boards like the BBC micro:bit and Adafruit's Circuit Playground Express or Gemma.
Width: 27 mm
Height: 35 mm
Downloads
Datasheet
This book is about DC electric motors and their use in Arduino and Raspberry Pi Zero W based projects. The book includes many tested and working projects where each project has the following sub-headings:
Title of the project
Description of the project
Block diagram
Circuit diagram
Project assembly
Complete program listing of the project
Full description of the program
The projects in the book cover the standard DC motors, stepper motors, servo motors, and mobile robots. The book is aimed at students, hobbyists, and anyone else interested in developing microcontroller based projects using the Arduino Uno or the Raspberry Pi Zero W.
One of the nice features of this book is that it gives complete projects for remote control of a mobile robot from a mobile phone, using the Arduino Uno as well as the Raspberry Pi Zero W development boards. These projects are developed using Wi-Fi as well as the Bluetooth connectivity with the mobile phone. Readers should be able to move a robot forward, reverse, turn left, or turn right by sending simple commands from a mobile phone. Full program listings of all the projects as well as the detailed program descriptions are given in the book. Users should be able to use the projects as they are presented, or modify them to suit to their own needs.
Electric motors are found in countless electronic appliances and devices in and around our homes. In these devices, motor controllers are used to ensure efficient, safe, and accurate ways to govern the speed or the actuator position of the motor(s) used.
Electric motors can be classified as either DC or AC depending on the type of voltage used to control them. DC motors are the oldest type of electric motors and they are widely used by electronics developers both in home labs and in schools and laboratories. Almost all printers, cameras, robots, and CNC machines in consumer, commercial, and industrial applications use some kind of DC motor. AC motors on the other hand are used in many home appliances and tools as they can be powered directly from an AC power outlet.
Cytron’s Maker Pi RP2040 Development Board is an advanced system based on the RP2040 processor and developed with motor control applications in mind. The board comes with dual-channel brushed DC motor controller hardware, 4 servo motor ports, and 7 Grove-compatible I/O ports, making it an ideal platform within mobile robotics applications, for robot arm control, or in any other type of application requiring precise control of motors and actuators.
The project book, written by well-known Elektor author Dogan Ibrahim, includes over 50 projects using LEDs, a buzzer, an OLED display, an ADC converter, an ultrasonic sensor, PWM, and temperature and humidity control. The main chapters cover DC motor control, servo motor control and stepper motor control using the Maker Pi RP2040 Development Board in creative and educational ways.
Included in the bundle
Cytron Maker Pi RP2040 Development Board
Electronic Parts
1 k-ohm resistors
10 k-ohm resistor
12 k-ohm resistor
470 ohm resistor
LED
Relay, 3 V/10 A
LDR, 10 k-ohm
Jumper wires (male-male)
Breadboard
Sensors
TMP36 (temperature)
DHT11 (temperature and humidity)
Modules
5 V Stepper Motor with ULN2003 Driver
HC-SR04 (ultrasonic)
SSD1306 (I²C OLED)
KY-021 (reed switch)
DC motor (brushed, miniature, 3 V, 12 krpm)
SG90 (servo motor)
Project Book (191 pages)
52 Projects in the Book
Simple LED Projects
Flashing LED
Flashing SOS signal
All LEDs ON and OFF
Binary counting LEDs
Rotating LEDs
Randomly flashing LEDs
Rotating LEDs with pushbutton control
Reaction timer
Two-player reaction game
Using the on-board NeoPixel LEDs – showing different colors
Using the on-board NeoPixel LEDs – flash both NeoPixels randomly
Simple Buzzer Projects
Playing the middle C tones
Using the buzzer as an audible sound indicator
Playing a melody – Happy Birthday
Frequency sweeping
Using OLED Displays
Displaying text on OLED
Displaying common shapes
Seconds counter
Drawing bitmaps
Using Analog To Digital Converters
Voltmeter
Temperature measurement
ON/OFF temperature controller
ON/OFF temperature controller with OLED display
Measuring ambient light intensity
Ohmmeter
Pulse Width Modulation (PWM)
Generate a 1000 Hz PWM waveform with 50% duty cycle
Changing the brightness of an LED
Alarm sound on buzzer
Electronic organ
Ultrasonic Sensor Projects
Ultrasonic distance measurement
Ultrasonic distance measurement with OLED readout
Measuring the level of water in a tank
Ultrasonic reverse parking aid with buzzer
Temperature and Relative Humidity
Temperature and relative humidity measurement
Temperature and relative humidity measurement with OLED
DC Motor Control Projects
DC motor ON/OFF control
Two-speed DC motor rev control
Varying the motor speed
Using two DC motors
Changing the motor direction
LDR-based motor control
Magnetic reed switch based motor control
Displaying the speed of a DC motor – using a rotary encoder
Displaying the speed of a DC motor on OLED – using a rotary encoder
Time response of the motor with the encoder
Measuring and displaying the motor speed using interrupts
Proportional+Integral+Derivative (PID) motor speed control
Servo Motor Control Projects
Servo motor control – turn to 0, 90, and 180 degrees positions
Using two servo motors – turn to 0, 90, and 180 degrees positions
Ultrasonic sonar
Stepper Motor Control Projects
Basic stepper motor control
Thermometer with dial
The Mr. Pulsar Violent Turbo Fan X3 Pro delivers powerful airflow with its impressive 140,000 RPM motor, offering exceptional performance in a compact, portable design.
Featuring an 8,000 mAh battery for extended wireless operation, adjustable airflow speeds, and weighing just 277 grams, it's perfect for quick tasks like computer cleaning, drying pets, inflating air mattresses, removing dust, or even blowing snow from your car.
Specifications
Motor speed
140,000 RPM
Battery
8,000 mAh Lithium battery
Dimensions
160 x 60 x 90 mm
Weight
277 g
Included
1x Mr. Pulsar Violent Turbo Fan X3 Pro
1x Short nozzle
1x Storage bag
1x USB-C cable
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.
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.
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.
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.
Discover the perfect fusion of science, music, and visual spectacle!
This compact yet powerful musical Tesla coil is designed with an advanced circuit and an upgraded booster top coil to produce long, thick lightning arcs – bringing raw energy to life right before your eyes.
Two Modes for Twice the Fun
Long Arc Mode: Emits lightning at a fixed frequency. At medium power, the arcs are safe to touch – giving only a slight tingling sensation.
Music Mode: Connect via Bluetooth and watch the arcs dance in sync with the music. It plays square wave tones, concentrating the energy into a stunning sparkling melody.
Stable Bluetooth & Smart Design
Equipped with a custom-developed Bluetooth chip, the coil connects smoothly with any smartphone, computer, or Bluetooth-enabled device. It also supports USB-C for added convenience. The coil is coated with a gold-clear ink for improved dust resistance and enhanced durability.
Easy Setup – Instant Magic
No audio cables needed! Just tighten the discharge pin, turn down the power and frequency knobs, plug it in – and watch the magic unfold. Whether placed vertically or horizontally, this Tesla coil puts on a mesmerizing show every time.
Fun Meets Education
More than just a gadget, this Tesla coil is an engaging tool for science education. It can wirelessly light up gas tubes or even bubbles, and the touchable arcs are completely safe to interact with. It's an unforgettable gift and a futuristic piece of art that’ll turn heads on any desk.
Specifications
Body Material
Transparent acrylic
Input Voltage
48 V
Discharge Frequency
5-50 Hz (lightning mode)
Included
Power adapter (EU)
Note: Before powering on, always turn both knobs fully counterclockwise to avoid sudden loud shocks from the arc.
The Naturebytes Wildlife Cam Case is the perfect weatherproof housing to take your Raspberry Pi, camera and sensors outdoors.
It is compatible with all Raspberry Pi models, it has an IR Lens to optimise motion detection, a camera strap so you can set up your ideal wildlife shots or you can take advantage of the electronics mount, with space for additional sensors, power solutions and upgrades….and it looks awesome!
Features
Weatherproof (certified IP55)
Electronics mount compatible with Raspberry Pi models (including all model A+, B, B, B+ and Zero models)
Fresnel IR lens to optimise motion detection
Clip and hinge opening for easy access to the Pi’s ports and internal components
Nylon camera attachment strap for securing outside
Can be secured with a padlock
Fasteners and spacers for attaching electronics
Rear cable access
Rear attachments for modular upgrades
No soldering required
Downloads
Assembly Guides
Excellent quality, high-torque 'NEMA 17' bipolar stepper motor for all of your motion control needs. Features a 5 mm precision ground shaft with a machined flat. Wiring harness included, various wire lengths available. Useful for all kinds of robotics projects! For example, this is the same stepper motor used in the EggBot kit and AxiDraw. Specifications Motor type: Bipolar stepper motor (4-wire) 1.8 degree step angle (200 steps per revolution) 5 mm output shaft, w/ machined flat 24 mm (0.95 inches) shaft length from screw face plate NEMA 17 form factor 31 mm (1.22 inches) mounting hole distance Mounting screw type: M3 with 3.5 mm min. thread depth 42 mm (1.65 inch) square body size Coil voltage 3.1 V Current 1 A per phase Winding resistance 3.1 ohms per phase Holding torque 1440 g*cm Leads are tinned, wrapped in heat shrink tubing (black or gray) Wire colors: Red and Yellow for the first coil, green and gray for the second coil. Downloads Datasheet
NetPi is the perfect solution for your Raspberry Pi Pico's connectivity needs. It's an Ethernet HAT that enables your Pico to easily connect to the internet. With support for various internet protocols such as TCP, UDP, WOL over UDP, ICMP, IPv4, and more, NetPi can create IoT devices, robots, home automation systems, and industrial control systems.
It has four independent SOCKETs that can be used simultaneously, and it also supports SOCKET-less commands like ARP-Request and PING-Request. The Ethernet HAT is equipped with 10Base-T/100Base-TX Ethernet PHY and auto-negotiation for a full and half duplex with 10 and 100-based connections. NetPi is ideal for various applications.
With NetPi, you can now support hardwired internet protocols like TCP, UDP, ICMP, and more. Enjoy four independent sockets for simultaneous connections and perform socket-less commands like ARP-Request and PING-Request. NetPi also supports Ethernet power down mode and wake on LAN over UDP for energy-saving.
NetPi is equipped with a 10Base-T/100Base-TX Ethernet PHY and supports auto-negotiation for a full and half duplex with 10 and 100-based connections. The device features network indicator LEDs for full/half duplex, link, 10/100 speed, and active status.
Features
Compatible with Raspberry Pi Pico (W)
Built-in RJ45 with Transformer: Ethernet Port
Support 4 independent SOCKETs simultaneously
Support Hardwired TCP/IP Protocols: TCP, UDP, ICMP, IPv4, ARP, IGMP, PPPoE
Ethernet power down mode and Wake on LAN over UDP for energy-saving
10Base-T/100Base-TX Ethernet PHY with auto-negotiation for full and half duplex with 10 and 100-based connections
Network indicator LEDs for full/half duplex, link, 10/100 speed, and active status
RP2040 pins breakout with female pin header for other shield and peripheral interfacing
1.3' TFT LCD (240 x 240) and a 5-way joystick for user experience
SPI, I²C, UART interfacing
Dimensions: 74.54 x 21.00 mm
Applications
Internet of Things (IoT) devices
Industrial automation and control systems
Home automation and smart home systems
Remote monitoring and data logging systems
Robotics and autonomous systems
Networked sensor systems
Building automation and energy management systems
Security and access control systems
Downloads
GitHub
Based on direct thermal technology, the Niimbot D110 label printer offers a printing experience without ink, toner or ribbons, making it a cost-effective solution compared to traditional printers. Its compact size and light weight make it easy to transport and fits easily into any pocket.
With Bluetooth connectivity and a built-in 1500 mAh battery, this wireless mini printer allows you to print from up to 10 meters away, giving you flexibility on the go, whether you're printing from your smartphone or tablet.
The "Niimbot" app (available for iOS and Android) offers a variety of free templates for customizing labels.
Specifications
Model
D110_M (Upgraded Version 2024)
Material
ABS
Resolution
203 DPI
Printing speed
30-60 mm/s
Print width
12-15 mm
Printing technology
Thermal
Operating temperature
5°C ~ 45°C (41°F ~ 113°F)
Battery capacity
1500 mAh
Charging interface
USB-C
Charging time
2 hours
Connection
Bluetooth 4.0
Wireless distance
10 m
Dimensions
98 x 76 x 30 mm
Weight
149 g
Included
1x Niimbot D110 Label Printer
1x Label tape (12 x 40 mm)
1x USB cable
1x Manual
Downloads
iOS App
Android App
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
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
The book "Node-RED and Raspberry Pi Pico W" describes the Node-RED programming environment in great detail with exciting applications on 527 pages. Only at Elektor, the book gets solid hardware support in the form of the popular SunFounder Kepler Kit with over 450 components including a Raspberry Pico W board. With this bundle, most of the experiments and programming exercises contained in the book can be carried out successfully.
This bundle contains:
Book: Node-Red and the Raspberry Pi Pico W (normal price: €50)
SunFounder Kepler Kit voor Raspberry Pi Pico W (normal price: €70)
Book: 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.
Downloads
GitHub
SunFounder Kepler Kit voor Raspberry Pi Pico W
Your gateway to IoT and microcontroller programming
With 450+ components and 117 online projects, this comprehensive kit ignites your creativity. The tutorials by Paul McWhorter make learning enjoyable for beginners and advanced users. This kit supports MicroPython, C/C++, and Piper Make, offering diverse programming options.
Explore sensors, actuators, LEDs, and LCDs for endless project possibilities. From home automation to robotics, this kit empowers your tech journey.
Features
IoT Starter Kit for Beginners: This kit offers a rich IoT learning experience for beginners. With 450+ components, 117 projects, and expert-led video lessons, this kit makes learning microcontroller programming and IoT engaging and accessible.
Expert-Guided Video Lessons: The kit includes 27 video tutorials by the renowned educator, Paul McWhorter. His engaging style simplifies complex concepts, ensuring an effective learning experience in microcontroller programming.
Wide Range of Hardware: The kit includes a diverse array of components like sensors, actuators, LEDs, LCDs, and more, enabling you to experiment and create a variety of projects with the Raspberry Pi Pico W.
Supports Multiple Languages: The kit offers versatility with support for three programming languages - MicroPython, C/C++, and Piper Make, providing a diverse programming learning experience.
Dedicated Support: Benefit from our ongoing assistance, including a community forum and timely technical help for a seamless learning experience.
Included
Raspberry Pi Pico W
Breadboard
Jumper Wires
Resistor
Transistor
Capacitor
Diode
Li-po Charger Module
74HC595
TA6586 – Motor Driver Chip
LED
RGB LED
LED Bar Graph
7-segment Display
4-Digit 7-Segment Display
LED Dot Matrix
I²C LCD1602
WS2812 RGB 8 LEDs Strip
Buzzer
DC Motor
Servo
DC Water Pump
Relay
Button
Micro Switch
Slide Switch
Potentiometer
Infrared Receiver
Joystick Module
4x4 Keypad
MPR121 Module
MFRC522 Module
Photoresistor
Thermistor
Tilt Switch
Reed Switch
PIR Motion Sensor Module
Water Level Sensor Module
Ultrasonic Module
DHT11 Humiture Sensor
MPU6050 Module
Documentation
Online Tutorial
Note: NodeMCU is the name of both a firmware and a boardNodeMCU is an open source IoT platform, whose firmware runs on Espressif's SoC Wi-Fi ESP8266, based on the ESP8266 nonOS SDK. Its hardware is based on the ESP-12 module. The scripting language is Lua which allows to use many open source projects like lua-cjson and spiffs. Features Wi-Fi Module – ESP-12E module similar to ESP-12 module but with 6 extra GPIOs. USB – micro USB port for power, programming and debugging Headers – 2x 2.54 mm 15-pin header with access to GPIOs, SPI, UART, ADC, and power pins Reset & Flash buttons Power: 5V via micro USB port Dimensions: 49 x 24.5 x 13 mm
The nRF52840 dongle is a small, low-cost USB dongle that supports Bluetooth 5.3, Bluetooth mesh, Thread, ZigBee, 802.15.4, ANT and 2.4 GHz proprietary protocols. The dongle is the perfect target hardware for use with nRF Connect for Desktop as it is low-cost but still support all the short range wireless standards used with Nordic devices.
The dongle has been designed to be used as a wireless HW device together with nRF Connect for Desktop. For other use cases please do note that there is no debug support on the dongle, only support for programming the device and communicating through USB.
It is supported by most of the nRF Connect for Desktop apps and will automatically be programmed if needed. In addition custom applications can be compiled and downloaded to the dongle. It has a user programmable RGB LED, a green LED, a user programmable button as well as 15 GPIO accessible from castellated solder points along the edge. Example applications are available in the nRF5 SDK under the board name PCA10059.
The nRF52840 dongle is supported by nRF Connect for Desktop as well as programming through nRFUtil.
Features
Bluetooth 5.2 ready multiprotocol radio
2 Mbps
Long Range
Advertising Extensions
Channel Selection Algorithm #2 (CSA #2)
IEEE 802.15.4 radio support
Thread
ZigBee
Arm Cortex-M4 with floating point support
DSP instruction set
ARM CryptoCell CC310 cryptographic accelerator
15 GPIO available via edge castellation
USB interface direct to nRF52840 SoC
Integrated 2.4 GHz PCB antenna
1 user-programmable button
1 user-programmable RGB LED
1 user-programmable LED
1.7-5.5 V operation from USB or external
Downloads
Datasheet
Hardware Files
This set contains 3 nozzles for Hot Air Rework Stations such as ZD-8922 or ZD-8968.
Included
1x Hot air nozzle 79-3911
1x Hot air nozzle 79-3912
1x Hot air nozzle 79-3913
NRF24L01 is a universal ISM band monolithic transceiver chip works in the 2.4-2.5 GHz. Features Wireless transceiver including: Frequency generator, enhanced type, SchockBurstTM, mode controller, power amplifier, crystal amplifier, modulator, demodulator The output power channel selection and protocol settings can be set extremely low current consumption, through the SPI interface As the transmit mode, the transmit power is 6 dBm, the current is 9.0 mA, the accepted mode current is 12.3 mA, the current consumption of the power-down mode and standby mode are lower Built-in 2.4 GHz antenna, supports up to six channels of data reception Size: 15 x 29 mm (including antenna)
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).
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).
Ready to start developing Artificial Intelligence (AI) applications? The NVIDIA Jetson Nano Developer Kit makes the power of modern AI accessible to makers, developers, and students.
When you think of NVIDIA, you probably think about graphics cards and GPUs, and rightfully so. Nvidia's track record guarantees that the Jetson Nano has enough power to run even the most demanding of tasks.
The NVIDIA Jetson Nano Developer Kit is compatible with Nvidia's JetPack SDK and enables image classification and object detection amongst many applications.
Applications
The NVIDIA Jetson Nano Developer Kit can run multiple neural networks in parallel for applications like:
Image classification
Segmentation
Object detection
Speech processing
Specifications
GPU
128-core Maxwell
CPU
Quad-core ARM A57 @ 1.43 GHz
Memory
4 GB 64-bit LPDDR4 25.6 GB/s
Storage
microSD (not included)
Video Encode
4K @ 30 | 4x 1080p @ 30 | 9x 720p @ 30 (H.264/H.265)
Video Decode
4K @ 60 | 2x 4K @ 30 | 8x 1080p @ 30 | 18x 720p @ 30 (H.264/H.265)
Camera
1 x MIPI CSI-2 DPHY lanes
Connectivity
Gigabit Ethernet, M.2 Key E
Display
HDMI 2.0 and eDP 1.4
USB
4x USB 3.0, USB 2.0 Micro-B
Interfaces
GPIO, I²C, I²S, SPI, UART
Dimensions
100 x 80 x 29 mm
Included
NVIDIA Jetson Nano module and carrier board
Small paper card with quick start and support information
Folded paper stand
Downloads
JetPack SDK
Documentation
Tutorials
Online course
Wiki