Projects

Speech controlled Game Boy Advance using arduino

Speech-controlled Game Boy Advance using arduino

This is a project I worked on for my electronics class at Pomona College. Thanks to Professor Dwight Whitaker and Tony Grigsby for their help and guidance throughout this project, and credit to Jonathan Wong for the idea for this project! Also, here’s a list of Instructables I looked at for ideas/inspiration while working on […]

Arduino Sign Language Translator

Sign Language Translator using Arduino

First of all, this project is not finished. We’re still trying to improve and fix some problems. Right now, we’re only able to translate letters from “A” to “E”. The program still have problems while identificating those letters, the values for each of them match sometimes, so we’re still trying to fix this. Many people […]

WHM Of SOF Websites

AC Dimmer Circuit: 46

Green wire is zero_cross signal, goes to Arduino digital pin 2 in. Yellow wire is light dimming signal, comes from Arduino digital pin 11. The LED on board should dim or fade along with the AC light source. Fading will not work until AC power is connected, it depends on the zero-cross info from the […]

Maze Solving Robot

Maze Solving Robot

In this instructable I will be showing you how to build a maze solving robot. This is actually my 3rd attempt at making one. The first was a complete failure. The second was alright at finding the end of the maze, but it could not go back and drive the quickest path. This is my […]

Zigbee Wireless Relay Control and Power Monitoring System

Zigbee Wireless Relay Control and Power Monitoring System

Introduction We designed a system for wirelessly controlling relays and monitoring current.  This is used for a home load simulation.  By wirelessly turning relays on and off by sending commands from a PC to a microcontroller we can change the total load (current) to our simulated home.  For wireless communication, we used XBee Series 2 […]

Arduino Breathalyzer

Breathalyzer using an Arduino

What is a breathalyzer you may ask? It is a device for estimating blood alcohol content (BAC) from a breath sample. In simple terms it is a device to test weather a person is drunk or not. As the title suggests it runs on the Arduino. Our breathalyzer uses the MQ-3 alcohol sensor from sparkfun. […]

Arduino PIP Boy

How to Make a PIP-Boy using an Arduino

So what exactly is a PIP-Boy, you ask? For those unfamiliar, a PIP-Boy is a device used by the protagonist in the popular Fallout series of video games for navigation, radiation detection, data storage/playback, and inventory management. Being a major fan of the franchise, I decided I wanted to make my own version, but no […]

Ardunio leonardo pinout

Arduino Leonardo Pinout Diagram

Arduino Leonardo Introduction: The Arduino Leonardo is a microcontroller board based on the ATmega32u4 (datasheet). It has 20 digital input/output pins (of which 7 can be used as PWM outputs and 12 as analog inputs), a 16 MHz crystal oscillator, a micro USB connection, a power jack, an ICSP header, and a reset button. It contains everything needed to […]

PushButton arduino code

Arduino Digital Switch Code

This is basic for your arduino projects, input switch read from digital input. When ever switch pressed, LED will turn on.     Instruction; 1) Connect cathode lead of LED (shorter lead) to ground pin and anode lead of LED (longer lead) to pin 13. 2) Add switch to breadboard, connect one of the switch […]

ADXL3xx Accelerometer using an Arduino

ADXL3xx Accelerometer using an Arduino

This tutorial shows you how to read an Analog Devices ADXL3xx series (e.g. ADXL320, ADXL321, ADXL322, ADXL330) accelerometer and communicate the acceleration to the a personal computer. This tutorial was built using the breakout boards from Sparkfun. The adafruit accelerometer breakout board also works, though it must be wired differently. The ADXL3xx outputs the acceleration […]

Scroll to Top