Projects

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 […]

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. […]

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 […]

Arduino LED Cube 1

4x4x4 LED-cube based Arduino and Flower protoboard

This instructable will teach you how to build your 4x4x4 LED cube with Flower ProtoBoard and control by Arduino. Why is Flower ProtoBoard ? not ProtoBoard ? Because of I often use protoboards to test out if a new idea works in practice. I do not use breadboards anymore because I pretty much use only smd parts […]

DIY Arduino FM Radio Shield

DIY Arduino FM Radio Shield

I’ve been visiting local convenience store (Dollarama, here in Montreal, Canada) and notice nice looking FM Radio, just for only $3. Why not to try to interface it to my lovely Arduino? Idea looks quite challenging, the same time what is the point in interfacing a DSP radio shield to arduino? I don’t need a […]

SOLAR POWERED ARDUINO WEATHER STATION

SOLAR POWERED ARDUINO WEATHER STATION

In country like India most of the people are dependent on agriculture.For effective planning in agriculture weather forecast is of utmost importance.So farmers are always interested in the Weather Forecasts.As farmers stay in remote areas, they have to wait for the news updates in tv, radio or news papers.Unfortunately this weather information is not the […]

Arduino L293D Robot

Arduino and L293D Robot ( Part 1 )

Here is part 1 of the Arduino and L293D Robot.This is part of a series of instructables leading to a Line follower Robot. This is a basic Robot made by controlling two motors via the L293D chip through an Arduino Board. I have done this project in the past with similar set up just not with an Arduino Board. Do […]

Scroll to Top