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 »

Remote Controlled Robot Using Arduino and T.V. Remote

This remote controlled car can be moved around using practically any kind of remote such as TV,AC etc. It makes use of the fact that the remote emits IR(infrared). This property is made use of by using an IR receiver,which is a very cheap sensor. In this instructable you will learn how to Interface IR …

Remote Controlled Robot Using Arduino and T.V. Remote Read More »

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

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 »

Scroll to Top