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 Read More »

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 Read More »

Scroll to Top