Home Automation Projects

Arduino The Tetris Pumpkin

The Tetris Pumpkin using an Arduino

Who wants grinning faces and candles when you can have an interactive pumpkin this Halloween? Play your favorite block-stacking game on an 8×16 grid carved into the face of the gourd, lit by LEDs and using the stem as a controller. This is a moderately advanced project and requires experience soldering and programming in the

The Tetris Pumpkin using an Arduino 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

Scroll to Top