Projects

Solar powered arduino

Solar powered arduino on the back of a playing card

Here’s a six word tragedy: My arduino needs four AA batteries. Really?  Isn’t this 2012?  Where’s my jetpack?!! Here’s a way to the future — a way to make a solar panel, from scratch, that can power any arduino off of sunlight or even light in your house.  Sort of a peel-and-stick power source for

Solar powered arduino on the back of a playing card Continue Reading

How to Build an Arduino Voice Controlled TV Remote

How to Build an Arduino Voice Controlled TV Remote

#include <EEPROM.h> #include <Wire.h> #include <SoftwareSerial.h> #include <LiquidCrystal.h> SoftwareSerial voice = SoftwareSerial(15, 16); LiquidCrystal lcd(5, 6, 7, 8, 9, 10); int pulses, A_SIG=0, B_SIG=1, menu=0, datacount, i, buttoncount=0; int count, j, k, m, ready=0, even=0, fail, first_but=0, second_but=0; word Power[100]; word Remote[100]; //word Remote2[100]; word mute_remote[100]; word enter_remote[100]; byte datlow, dathigh, addlow, addhigh; long Start,

How to Build an Arduino Voice Controlled TV Remote Continue Reading

Arduino YaNis EOS Controller

Building the YaNis EOS Controller using Arduino

The YaNis EOS controller is a device that allows you to wirelessly control your Canon DSLR from your Android phone. What’s really exciting here is that the Android interface allows you to change most of the camera’s settings (like Shutter Speed, Aperture Size, ISO, White Balance, Focus Position and others) from more than 20 meters

Building the YaNis EOS Controller using Arduino Continue Reading

Arduino Combi button Lock

Arduino Combi-button Lock optional Android support

Recently, I decided I would like to attempt to make a passcode lock with my newly acquired Arduino Uno, but all the tutorials I could find made use of a modified keypad, something that not every Tom, Dick and Harry has lying about. I therefore decided to set out and make a version using only

Arduino Combi-button Lock optional Android support Continue Reading

PEZ Robo Dispenser

PEZ Robo Dispenser Using Arduino

I was strolling down the candy aisle at the supermarket and there it was:  the PEZ dispenser, conjuring up sweet (literally) childhood memories served up by my favorite cartoon characters in squarish sugary pellets.  Then, all of a sudden, an LED went off in my head.  PEZ meets Arduino. In this age of over-automation,  where robots

PEZ Robo Dispenser Using Arduino Continue Reading

Scroll to Top