Projects

Arduino Thermal Camera

How To Build Arduino Thermal Camera

My recent arduino project was to build thermal camera on the cheap using an ir sensor and some pan/tilt hardware. If you look at the device picture to the left there is also acoustic range finder mounted to the top. The device works by sweeping a grid of points and assembles the image piecewise. The […]

Arduino MP3 Player

Arduino MP3 Player

I present this new Arduino project: A full MP3 player based on Arduino. As you can see in the photo, the idea was to build a standalone player, in the style of antique radios or ‘tapes’, in the age of Iphones …. The player uses a small module based on the VS1002d chip (now discontinued, but who had a drawer). […]

Arduino Analog VU meter and Clock

Analog VU meter and Clock using Arduino

This project brings back the old time Analog VU Meter, with the added functionality of a neat looking clock! When you turn off your music the meters automatically swing into to clock mode. Behind it all is the popular and easy to use Arduino. This is my submission for the Make-to-Learn Youth Contest: What did […]

Arduino MIDI Foot Pedal Keyboard

Arduino MIDI Foot Pedal Keyboard

The Origin My dad is a musician.  He can play a multitude of instruments.  However, he only has two arms, BUT he also has legs!  That’s when we decided that we would reuse the foot pedals from an old organ and convert them into an arduino powered MIDI keyboard.  Now he can easily play electric […]

Arduino Police Strobe Light 1

Arduino Police Strobe Light Code

Arduino Police Strobe Light effect, another simple variation of blink code. Arduino Police Strobe Light effect, another simple variation of blink code. Parts List; 1) 2x 5mm red LED 2) 2x 5mm blue LED 3) 1x Arduino 4) 4x 330Ω resistor 5) 1x 10kΩ potentiometer 6) Jumper wire Instruction; 1) Connect all LED as diagram […]

Arduino RFID Lock

Arduino RFID Lock

The Arduino RFID lock How does it work? The Arduino RFID lock is a lock that can be opened easily, but is secure. The lock works with a server database that can register card codes. On the door there is a RFID reader connected to the lock. If the RFID reader reads a registered card […]

Arduino MATRIX LED DISPLAY

48×8 SCROLLING MATRIX LED DISPLAY USING ARDUINO CONTROLLER

A monochrome (single colour) LED dot matrix display is used for displaying the Characters and Symbols which is interface with a microcontroller. This project will deliberate on displaying a scrolling text message on a 48×8 LED dot matrix display. The microcontroller used is Arduino Uno which is open source prototype Electronic platform. The 48 columns […]

Connecting Arduino LCD Display

Connecting Arduino LCD Display Code

LCD display is great way to display output from your arduino when it not connected to your computer. The common display used in arduino projects is 16×2 parallel LCD display which compatible with the Hitachi HD44780 driver. It can easily recognize with it 16 pin interface. This sketch will print out text message “hello, world” […]

fully featured Arduino Thermostat

Build a fully featured Arduino Thermostat

In this post I will attempt to describe the steps I took to build the arduino based thermostat shown in the following videos. The first video was taken when around just half of the coding of the menu system was complete, but gives you a basic run through of the features. This second video shows […]

Arduino DIY FSK RFID Reader 1

DIY FSK RFID Reader using Arduino

This page is describes the construction of an RFID reader using only an Arduino (Nano 3.0 was tested, but others may work), a hand-wound wire coil, and some assorted low cost common components. Credits The hardware and software designs for this project are based in part on the ideas, code and schematics posted by Micah […]

Scroll to Top