The purpose of this repository is to document how to build a circuit which allow us to program different standalone microcontrollers using Arduino IDE. To do this we will build a common base, which ...
A firmware to use an Arduino as a USB-TTL-DMX thingie. Just attach your USB-TTL-Converter to 13 (RX) and 11 (TX). Now use a serial connection from your device to send data using the Arduino's UART.
Turning an Arduino of virtually any sort into a simple AVR 6-pin ISP programmer is old hat. But when Atmel came out with a series of really tiny AVR chips, the ATtiny10 and friends with only six pins ...
[Hans Peter] wanted to move away from using full Arduino boards in his projects. One of the components he rarely used after the development stage is the USB hardware. Once the firmware is flashed to ...
This week the official Arduino website has announced the availability of their new Arduino USB Host Shield and ArduinoISP boards from the Arduino Store. The Arduino USB Host Shield pictured above has ...
Arduino is probably the first thing that comes to mind for most hobbyists and students when they think about embedded systems. It has certainly gained its name among the electronics community, and in ...
Arduino hobbyists, developers and programmers that would like to be able to remove the need to use cables to access their Arduino projects, might be interested in a new wireless programmer ...
In a recent post we interfaced a small DMX RGB LED Par Light with an Arduino Uno through a MAX485 module. In this post we will learn how to work with a compact USB to RS-485 Converter Module. This ...