Tag: Atmega32u4
OPEN MOTOR CONTROL – An open source motor controller for everyone
It is open source and based upon the ATmega32U4 microcontroller, and provided with drivers for two DC brush motors and a stepper motor. It receives commands via USB or serial ports, or via the I²C bus. For those dealing with robotics, one of the problems to solve is the management of...
Continue ReadingArduino PICO, The Tiny Arduino-Compatible Board
MellBell, the Canadian-based hardware and electronics company, has launched their first product: Arduino PICO! At first, the company says that Arduino PICO is the smallest Arduino compatible board ever, since it is 0.6" x 0.6" inch sized (~15mm squared). This tiny fully-fledged...
Continue ReadingRadino WiFi: Arduino With ESP8266EX
The Internet of Things or IoT technology is booming nowadays. Almost all makers are getting interested towards this field of endless possibilities. The Arduino and the ESP8266 are strong bases of this awesome technology. But, what will happen if we merge an Arduino with an ESP8266EX...
Continue ReadingA Mass Programming Bench for ATMega32u4 MCUs
"limpkin" @ limpkin.fr wanted to program some thousand of MCUs so he decided to build his own programming bench. He writes: As you may know I started the Mooltipass offline password keeper project more than 2 years ago. Together with a team of volunteers from all over the globe I...
Continue ReadingAtmega32u4 Breakout Board Tutorial
adafruit.com has published a new tutorial for their Atmega32u4 breakout board. It discuss on how to use it with AVRdude and how to setup and use it with Arduino IDE. We like the AVR 8-bit family and were excited to see Atmel upgrade the series with a USB core. Having USB built in...
Continue ReadingSerialUSB: A cheap USB proxy for input devices
Serialusb is a cheap (~$5) USB proxy intended to be used with input devices. It is the combination of: a PC software operating the host side of the proxy an atmega32u4 firmware operating the device side of the proxy SerialUSB: A cheap USB proxy for input devices -...
Continue Reading