tv remote

Aergia Android controlled TV Remotewith Speech Recognition using Arduino

Aergia: Android controlled TV Remote(with Speech Recognition) using Arduino

Have you ever faced this situation while sitting on your favorite spot on the couch or recliner, comfortably watching your favorite TV program? You’re snugly tucked under the blanket, the air conditioning is pleasantly cool, the sun outside is shining it’s delicate warm golden rays on the closed window, the air (from the air vents) […]

Aergia: Android controlled TV Remote(with Speech Recognition) using 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

TV Remote Controlled Car

Construct A TV Remote Controlled Car Using Arduino

Nothing is worse than loosing the controller that came with your remote control car. Replace that sucker with an Arduino and the one remote that always seems to be around, the TV remote! Step 1: Materials The materials for this project are pretty straight forward. You’re gonna need… – A remote control car. The one

Construct A TV Remote Controlled Car Using Arduino Continue Reading

Scroll to Top