Interfacing(USB – RS232 – I2c -ISP) Projects

MaKey MaKey Monome using Arduino

MaKey MaKey Monome using Arduino

Objective: build a monome – a complex electronic music instrument – using easy-to-learn, inexpensive components and a process that’s so easy a kid could do it. Gist: This touchscreen music instrument is essentially 4 parts: MaKey MaKey (or Arduino) Neopixels copper tape cardboard Sound is produced in either Scratch (visual programming language for kids) or […]

MaKey MaKey Monome using Arduino Continue Reading

Arduino and Xbee wireless setup

Arduino and Xbee wireless setup

The Arduino Wireless shield allows your Arduino board to communicate wirelessly using Zigbee. This documentation describes the use of the shield with the XBee 802.15.4 module (sometimes called “Series 1” to distinguish them from the Series 2 modules, although “Series 1” doesn’t appear in the official name or product description). A Simple Example You should be able

Arduino and Xbee wireless setup Continue Reading

Access control with Arduino plus Keypad 4x4 plus Servo

Access control with Arduino plus Keypad 4×4 plus Servo

Hi guys, I bring a new instructable for arduino, the control access with password, 4×4 keypad and a servo. We will use the Password and Keypad librarie for arduino, besides using the servo library, but this project can also be modified by changing the servo, a motor reley or motor stepper, or any other ideas

Access control with Arduino plus Keypad 4×4 plus Servo Continue Reading

Arduino Serial Communication 1

Arduino Serial Communication Code

Arduino can send output through serial communication to your computer over USB. The output can be anything such as status, text, sensor reading, value, number etc. You can view the status output by clicking Serial Monitor button at Arduino Environment software. Instruction; 1) Connect your arduino to your computer using USB cable A plug to

Arduino Serial Communication Code Continue Reading

Arduino Connect several digital inputs to one analog input

Connect several digital inputs to one analog input using Arduino

I often run out of digital pins on my Arduino. Anything as complicated as, say, a video game controller, was near impossible with the amount of pins I had available. Multiplexing buttons works, but it requires lots of connections and soldering. So, I put together a solution! Step 1: Resistor Dividers in Five In a

Connect several digital inputs to one analog input using Arduino Continue Reading

Scroll to Top