The Motorino board is an extension-board to control and use up to 16 PWM-controlled 5V-Servo-motors.
The included clock generator ensures a very precise PWM signal and a very precise positioning.
The board has 2 inputs for voltage from 4.8 V to 6 V which can be used for up to 11 A. With this input, a perfect power supply is always guaranteed and even bigger projects are no problem.
The supply runs directly over the Motorino which provides a connection for voltage, ground and control.
With the build in capacitor, the voltage is buffered which prevents a sudden voltage-drop at a high load. But there is also the possibility to connect another capacitor.
The control and the programing can be done, as usual, with the Arduino. Manuals and code examples allows a quick introduction for beginners.
Specifications
Special features
16 Channels, own clock generator
Input 1
Coaxial power connector 5.5 / 2.1 mm, 4.8-6 V / 5 A max
Input 2
Screw-terminal, 4.8-6 V / 6 A max
Communication
16 x PWM
Compatible with
Arduino Uno, Mega and may more microcontroller with Arduino compatible pinout
Dimensions
69 x 24 x 56 mm
Included
Board, Manual, Retail package
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.
This book is for people who want to understand how AC drives (also known as inverter drives) work and how they are used in industry by showing mainly the practical design and application of drives.
The key principles of power electronics are described and presented in a simple way, as are the basics of both DC and AC motors. The different parts of an AC drive are explained, together with the theoretical background and the practical design issues such as cooling and protection.
An important part of the book gives details of the features and functions often found in AC drives and gives practical advice on how and where to use these. Also described is future drive technology, including a matrix inverter.
The mathematics is kept to an essential minimum. Some basic understanding of mechanical and electrical theory is presumed, and a basic knowledge of single andthree phase AC systems would be useful.
Anyone who uses or installs drives, or is just interested in how these powerful electronic products operate and control modern industry, will find this book fascinating and informative.
The MotoPi is an extension-board to control and use up to 16 PWM-controlled 5 V servo motors. The board can be additional powered by a voltage between 4.8 V and 6 V so a perfect supply is always guaranteed and even larger projects can be powered.
With the additional power supply and the integrated Analog-Digital-Converter, new possibilities can be reached. An additional power supply per motor is not required anymore because all connections (Voltage, Ground, Control) are directly connected to the board.
The control and the programing can be directly done, as usual, on the Raspberry Pi.
Specifications
Special features
16 Channels, own clock generator, Inkl. Analog Digital Converter
Input 1
Coaxial power connector 5.5 / 2.1 mm, 5 V / 6 A max
Input 2
Screw terminal, 4.8-6 V / 6 A max
Compatible with
Raspberry Pi A+, B+, 2B, 3B
Dimensions
65 x 56 x 24 mm
Scope of supply
Board, manual, fixing material
This board allows the Raspberry Pi Pico (connected via pin header) to drive two motors simultaneously with full forward, reverse & stop control, making it ideal for Pico controlled buggy projects. Alternatively, the board can be used to power a stepper motor. The board features the DRV8833 motor driver IC, which has built-in short circuit, over current and thermal protection.
The board has 4 external connections to GPIO pins and a 3 V and GND supply from the Pico. This allows for additional IO options for your buggy builds that can be read or controlled by the Pico. In addition there is an on/off switch and power status LED, allowing you to see at a glance if the board is powered up and save your batteries when your project is not in use.
To use the motor driver board, the Pico should have a soldered pin header and be inserted firmly into the connector. The board produces a regulated supply that is fed into the 40-way connector to power the Pico, removing the need to power the Pico directly. The motor driver board is powered via either screw terminals or a servo style connector.
Kitronik has developed a micro-python module and sample code to support the use of the Motor Driver board with the Pico. This code is available in the GitHub repo.
Features
A compact yet feature-packed board designed to sit at the heart of your Raspberry Pi Pico robot buggy projects.
The board can drive 2 motors simultaneously with full forward, reverse, and stop control.
It features the DRV8833 motor driver IC, which has built-in short circuit, over current and thermal protection.
Additionally, the board features an on/off switch and power status LED.
Power the board via a terminal block style connector.
The 3V and GND pins are also broken out, allowing external devices to be powered.
Code it with MicroPython via an editor such as the Thonny editor.
Dimensions: 63 mm (L) x 35 mm (W) x 11.6 mm (H)
Download
Datasheet
Clever Tricks with ATmega328 Pro Mini Boards
With a simple Pro Mini board and a few other components, projects that 20 or 30 years ago were unthinkable (or would have cost a small fortune) are realized easily and affordably in this book: From simple LED effects to a full battery charging and testing station that will put a rechargeable through its paces, there’s something for everyone.
All the projects are based on the ATmega328 microcontroller, which offers endless measuring, switching, and control options with its 20 input and output lines. For example, with a 7-segment display and a few resistors, you can build a voltmeter or an NTC-based thermometer. The Arduino platform offers the perfect development environment for programming this range of boards.
Besides these very practical projects, the book also provides the necessary knowledge for you to create projects based on your own ideas. How to measure, and what? Which transistor is suitable for switching a certain load? When is it better to use an IC? How do you switch mains voltage? Even LilyPad-based battery-operated projects are discussed in detail, as well as many different motors, from simple DC motors to stepper motors.
Sensors are another exciting topic: For example, a simple infrared receiver that can give disused remote controls a new lease on life controlling your home, and a tiny component that can actually measure the difference in air pressure between floor and table height!
Learn to interface and program hardware devices in a wide range of useful applications, using ARM7 microcontrollers and the C programming language. Examples covered in full detail include a simple LED to a multi-megabyte SD card running the FAT file system.
Features of this book
Build prototype circuits on breadboard or Veroboard and interface to ARM microcontrollers.
A 32-bit ARM7 microcontroller is used in interfacing and software examples.
Interfacing principles apply to other ARM microcontrollers and other non-ARM microcontrollers as well.
Example programs are written in the C programming language.
Use only free or open source software.
Download and install all programming tools from the Internet.
Template project files are provided for easy project creation.
Hardware
Interface to LEDs, transistors, optocouplers, relays, solenoids, switches, keypads, LCD displays, seven segment displays, DC motors, stepper motors, external analogue signals using the ADC, RS232, RS-485, TWI, USB, SPI and SD memory cards.
Software
Once hardware has been interfaced to a microcontroller, software must be written to control the hardware. You will learn how to write programs to operate externally interfaced hardware devices, use timers and interrupts. Also learn how to port FAT file system code for use with an SD memory card, program the PWM to produce an audio sine wave, program the PWM to speed control a DC motor and more.
A chapter on more advanced ARM microcontrollers is included with an overview of some of the newest ARM microcontrollers and their features.
Onboard each moto:bit are multiple I/O pins, as well as a vertical Qwiic connector, capable of hooking up servos, sensors and other circuits. At the flip of the switch, you can get your micro:bit moving! The moto:bit connects to the micro:bit via an updated SMD, edge connector at the top of the board, making setup easy. This creates a handy way to swap out micro:bits for programming while still providing reliable connections to all of the different pins on the micro:bit. We have also included a basic barrel jack on the moto:bit that is capable of providing power to anything you connect to the carrier board. Features More reliable Edge connector for easy use with the micro:bit Full H-Bridge for control of two motors Control servo motors Vertical Qwiic Connector I²C port for extending functionality Power and battery management onboard for the micro:bit
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 Nucleo development board. In the early chapters of the book, the architecture of the Nucleo family is briefly described.
Software development tools that can be used with the Nucleo boards such as the Mbed, Keil MDK, TrueSTUDIO, and the System Workbench are described briefly in later Chapters.
The book covers many projects using most features of the STM32 Nucleo development boards where the full software listings for Mbed and System Workbench are given for every project. The projects range from simple flashing LEDs to more complex projects using modules and devices such as GPIO, ADC, DAC, I²C, LCD, analog inputs and others.
In addition, several projects are given using the Nucleo Expansion Boards, including popular expansion boards such as solid-state relay, MEMS and environmental sensors, DC motor driver, Wi-Fi, and stepper motor driver.
These Expansion Boards plug on top of the Nucleo development boards and simplify the task of project development considerably.
Features of this book
Learn the architecture of the STM32 microcontrollers
Learn how to use the Nucleo development board in projects using Mbed and System Workbench Toolchains
Learn how to use the Nucleo Expansion Boards with the Nucleo development boards
Update
The Mbed compiler has been replaced with two software packages: The Mbed Studio and Keil Studio Cloud. Both of these software packages are free of charge and are available on the Internet. If you need assistance using the Keil Studio Cloud, please download the Guide below.
DRIVING MOTORS WITH H-BRIDGESAn Introduction to DC, Stepper, and Brushless Motors
THE ELEKTOR LAB TEAMOur Approach, Preferred Tools, and More
RASPBERRY PI AS A KVM REMOTE CONTROLPi-KVM Software Test
IQAUDIO CODEC ZEROA Sound Card for the Raspberry Pi Family
THE PIKVM PROJECT AND LESSONS LEARNEDInterview with Maxim Devaev (Developer, PiKVM)
AUTONOMOUS VEHICLE WITH 2D LIDARESP32 Pico Interprets Data from the Lidar Module THE RASPBERRY PI ZERO 2 W GOES QUAD-CORE NOTES FROM THE 2021 WORLD ETHICAL ELECTRONICS FORUM
MOTOR CONTROLHow the Complexity of Motor Control Is Simplified
LARGE ELECTRIC MOTORSBasic Principles and Useful Information GETTING STARTED WITH THE ESP32-C3 RISC-V MCU
PROTECT YOURSELF AND OTHERS!DIY Master Power Switch for the Lab Bench
CREATE GUIS WITH PYTHON (PART 2)Spy name chooser
PRODUCTRONICA FAST FORWARD 2021 WINNERSExciting Technologies and Creative Engineering Solutions
VERSATILE SERVO TESTERCheck Behavior When There’s No Datasheet
MODBUS OVER WLAN (PART 2)Software for the Modbus TCP WLAN Module
UNDERSTANDING THE NEURONS IN NEURAL NETWORKS (PART 3)Practical Neurons
INSIDE AN OPEN-SOURCE PROCESSORSample Chapter: Lattice and Xilinx FPGA Results
STARTING OUT IN ELECTRONICSWe Are Not Yet Done with the Coil
ERR-LECTRONICSCorrections, Updates and Readers’ Letters
COLOR TO SOUNDHow to Read Out a Color Sensor via I2C
BATTLAB-ONEMeasure and Optimize the Battery Life of IoT Devices
SIMPLE EARTH-LEAKAGE TRACERTesting Isolation of Mains Supply
POVERTY AND ELECTRONICSSustainable Development Goal 1
HEXADOKUThe Original Elektorized Sudoku
Projects with Arduino, ESPHome, Home Assistant, and Raspberry Pi & Co.
This e-book contains various example projects, beginning with an introduction to electronics. It also explains how to install Home Assistant on a Raspberry Pi, how to use indoor climate sensors for temperature and humidity, how to implement the MQTT protocol and other interfaces, and how to use ESPHome to integrate sensors and actuators into Home Assistant. Numerous video tutorials complement the book.
Fundamentals of electrical engineering
The book begins with an introduction to electrical engineering. You will learn the basics of voltage, current, resistors, diodes and transistors.
Arduino and microcontrollers
A complete section is dedicated to the Arduino Uno. You will get to know the structure, write your first programs and work on practical examples.
Home Assistant and automation
You will learn how to set up Home Assistant on a Raspberry Pi and how to use automations, scenes and devices. In addition, Zigbee, MQTT and ESP-NOW – important technologies for home automation – will be discussed.
ESP8266, ESP32 and ESP32-CAM
The popular ESP microcontrollers are covered in detail. A theoretical introduction is followed by practical projects that show you how to get the most out of these devices.
Sensors and actuators
The book explains the functionality and application of numerous sensors such as temperature and humidity sensors, motion detectors and RFID readers. For actuators, stepper motors, e-ink displays, servo motors and much more are covered. There are practical application examples for all devices.
ESPHome
This chapter shows you how to integrate sensors and actuators into Home Assistant without any programming effort. You will be guided step by step through the setup with ESPHome.
LEDs and lighting technology
In this chapter, you will learn about different types of LEDs and how they can be used. The basics of lighting technology are also explained.
Node-RED
A whole chapter is dedicated to Node-RED. You will learn the basics of this powerful tool and be guided step by step through its setup and use.
Integrated Circuits (ICs)
In electronics, there are numerous ICs that make our lives easier. You will get to know the most important ones and apply your knowledge in practical projects.
Professional programming
Advanced topics such as the correct use of buttons, the use of interrupts and the use of an NTP server for time synchronisation are covered in detail in this chapter.
Downloads
GitHub
Using the RFID Starter Kit
An Arduino board has now become ‘the’ basic component in the maker community. No longer is an introduction to the world of microcontrollers the preserve of the expert. When it comes to expanding the capabilities of the basic Arduino board however, the developer is still largely on his own. If you really want to build some innovative projects it’s often necessary to get down to component level. This can present many beginners with major problems. That is exactly where this book begins.
This book explains how a wide variety of practical projects can be built using items supplied in a single kit together with the Arduino board. This kit, called the 'RFID Starter Kit for Arduino' (SKU 17240) is not just limited to RFID applications but contains more than 30 components, devices and modules covering all areas of modern electronics.
In addition to more simple components such as LEDs and resistors there are also complex and sophisticated modules that employ the latest technology such as:
A humidity sensor
A multicolor LED
A large LED matrix with 64 points of light
A 4-character 7-segment LED display
An infra red remote-controller unit
A complete LC-display module
A servo
A stepper motor and controller module
A complete RFID reader module and security tag
On top of that you will get to build precise digital thermometers, hygrometers, exposure meters and various alarm systems. There are also practical devices and applications such as a fully automatic rain sensor, a sound-controlled remote control system, a multifunctional weather station and so much more.
All of the projects described can be built using the components supplied in the Elektor kit.