Projects

Arduino Twitter Mood Light

Twitter Mood Light using an Arduino

How’s the world feeling right now? This box tells you. Powered by: an Arduino, a WiFly wireless module, an RGB LED, Twitter.com and a 9v battery. I’m a news junkie. I want to know everything that is going on in the world as soon as it happens. I want to wake up and know immediately if something big has happened overnight. However, I’m […]

Bootload an Arduino

Bootload an Arduino with a ZIF Socket

Bootloading an Arduino with a ZIF socket allows you to easily program a lot of chips at once without worrying about mangling the pins. The reason for this is that ZIF stands for “zero insertion force,” and as the name implies, ZIF sockets don’t require any force to take the chip in or out. This […]

Arduino data logger

Arduino V-USB / HID 14 channel data logger

UPDATE:  Please see Addendum 2 at the end of this article for an Excel automatic logging implementation. There are several good articles on Instructables about building your own Arduino.  Depending on your horde of electrical parts, you may be able to build an Arduino clone for as little as $3.  I recently built two: one […]

Arduino Internet Gizmo

The Arduino Internet Gizmo

The Arduino Internet Gizmo is a USB, Arduino, and RFID device for web surfing.  The gizmo works by placing an RFID tag on the top of the gizmo.  The gizmo reads the RFID tag and sends the tag number via USB to a program running on a PC. The program looks up the tag number […]

Arduino Motors and Transistors

Arduino Motors and Transistors

This week, we’ll finally be using the Arduino to control some motors! First up, we’ll control a standard DC motor running off a 9V battery with the help of an NPN transistor and a PWM (Pulse Width Modulated) signal from the Arduino.   Next, it’s onto 180 degree servo motors, which we will power on […]

Logic Analyzer

Oscilloscope / Logic Analyzer using Arduino

One of the frustrating things about developing and debugging electronic circuits is that you can’t look inside the circuit to see what is happening. Even with a circuit laid out before you on a workbench and powered up it may seem like you’re in the dark, unable to figure out why an input change or […]

Arduino Digital Book Cricket Game

Digital Book Cricket Game with ATtiny 85 using Arduino

The project described here is a digital implementation of “book cricket game” which Indian students normally use to play in their childhood time. The heart of the project is 8 bit MCU from AVR family called ATtiny85. ATtiny85 are small and cheap microcontrollers which are convenient for running simple programs with low footprint. The software […]

Arduino Weather Station

Arduino Weather Station Part2

So my last project was a Arduino wind chill machine. http://www.instructables.com/id/Arduino-Wind-Chill-Machine/ Naturally, this Lazy Old Geek wanted to add a weather vane (wind direction) to my weather station. Who cares, you may ask? Well, I am a Geek. Actually, wind direction has some importance. Here in the high desert, the winds are usually from the […]

Arduino Powered Coffee Table

Interactive Arduino Powered Coffee Table

One quick fore note: this is my first Instructable and my first large Arduino project, so if you see any stupid errors or have an idea of how things could be done better, then please let me know. Now that that’s out of the way I’ll begin, I started designing this around September last year as my A2 […]

Arduino Larson Scanner

Larson Scanner with Relay Module using Arduino

This time I’ll show how I used an Arduino to control a relay module with eight channels. Arduino in offers several advantages such as: – Open source; – Easy programming; – You can assemble your own board; – Is supported on various forums on the Internet; – Has several “shields” (facilitates the use of it […]

Scroll to Top