Projects

Arduino Board Game

How To Make A Board Game Using Arduino

In this Instructable, we’ll teach you how to create your own “Would you rather… ” board game using conductive paint, an Arduino microcontroller, and some electronics components. Players take turns moving along the game path as directed by an electronic dice roll. Along the way, they answer questions each time their piece lands on an […]

Arduino touch Mood light

Capacitive touch Mood light using Arduino

This instructable is a quick write-up of my experience creating a multifunctional moodlight. Some basic knowledge of electronic circuits is expected. The project has not yet finished, some adding functionality  and tweaking has to be done but it is already functional. If you guys are enthousiast about this instructable I will update it. At the […]

Modular Plexiglas Arduino Work Surface

Arduino-plex 2.0: Modular Plexiglas Arduino Work Surface

Last year I needed a board that I could stick my breadboards to, that would also securely hold my Arduino. I used some Plexiglas I picked up at Skycraft in Orlando and I glued everything together with Crazy Glue. This worked well, but it didn’t give me the freedom to reconfigure or put something on […]

Arduino morse code generator

The morse code generator by a PS\2 keyboard using Arduino

Hi, all! Today I’ m trying to explain you my last project: “The morse code generator by a PS\2 keyboard” I’ ve used an PS/2 keyboard to send input to my Arduino board (like described in here) and transform it in morse code that activate a speaker and a relay. Components: – PS\2 keyboard – […]

Arduino Nokia LCD Sensors

Nokia LCD & Sensors using an Arduino

Arduino: Nokia LCD & Sensors PROBLEM: Making my Arduino, a Temperature-Relative Humidity sensor and a Nokia3310LCD screen work together. Now, I’m a Lazy Old Geek, so what I wanted was an Arduino kit that would take shields. This Freeduino was the cheapest that I could find at the time. http://www.seeedstudio.com/depot/freeduino-usb-complete-kit-p-58.html?cPath=79_82 Since I was at Seeedstudio, […]

Program an ATtiny with Arduino

Program an ATtiny with Arduino

Follows are directions for programming the ATtiny microcontrollers using the Arduino IDE. In plain English, this is how to program 8-pin Atmel chips as you would normally an Arduino. This is cool because the ATtiny is tiny, and – well – this allows you to make tiny things that don’t need a big ol’ microcontroller. […]

Stupid Simple Arduino LF RFID Tag Spoofer1

Stupid Simple Arduino LF RFID Tag Spoofer

RFID tags are all over the place.  They’re used in building access control systems, passports, inventory tracking . . .   This instructable will show how you can use an Arduino and a few simple components (wire coil, transistor, capacitor, resistor) to make a device that can spoof an 125 KHz (low frequency) RFID tag. […]

Arduino Ultrasonic Tape Measure

Ultrasonic Tape Measure using Arduino

Have you ever wanted an ultrasonic tape measure, like this Stanley? (See picture). Well, I have but then I am a Lazy Old Geek. I don’t really need one but I thought I’d try to make one. And naturally, I thought of an Arduino. August 2012 update: I just found out the software used in […]

Interface Arduino to MySQL using Python

Interface Arduino to MySQL using Python

Here’s a brief tutorial that should get you up and running interfacing your Adruino with a MySQL database. For the sake of this tutorial, I am assuming you know how to set up and use MySQL. This tutorial does not require much Python experience, but you will be required to install two Python libraries for […]

Arduino motor wiring

LDR Robot using an Arduino

LDR Robot with IR and a Servo The LDR/IR Robot is designed to seek out light and avoid obstacles. The robot uses the Light Dependent Resistor to seek out light and the Infrared Sensor to detect and avoid objects in its path. The following are instructions with pictures to show exactly how we built our […]

Scroll to Top