Introduction: Convert Phone Into TV Voice Remote(simple Arduino)

About: I do robotics and automation projects.* denke anders!(think different!)

Hello tech people!

After a long time i am writing an instructable, i hope that this will definitely be interesting and useful to you! so , in this instructable i am going to do a simple project which will definitely be a highly useful thing to every age group of people .

The most trending thing in the television market is the voice remote i.e.changing your tv channels and other using other options just by commanding by means of a voice remote. This is not that big to make.

In this project we will be making a simple device using which you can actually speak with your TV no matter which brand or which model your TV belongs to the device can be made universal to any device, yes you can also make voice remote even for your ancient TV.

The project doesn't require any advanced programming anyone is a basic knowledge in arduino can master this project easily. The price of making is very cheap which is less than buying iR TV remote.

Let's start making!!!

Step 1: Things Required

1. Arduino Microcontroller (any model better to have UNO or nano).

https://www.ebay.com/sch/i.html?_from=R40&_trksid=...

2. Bluetooth module HC-05. ( for communicating between your mobile and the transmitting device)

https://www.ebay.com/itm/1pcs-HC-05-Wireless-Bluet...

3. IR transmitter LED

https://www.ebay.com/itm/940nm-850nm-IR-LED-Infrar...

4. IR receiver or decoder

https://www.ebay.com/itm/1PCS-Digital-38KHz-IR-Rec...

Step 2: Taking Data From IR Tv Remote

So this is our first step of our making we gonna make the initialisation process that is we are going to collect the data stored in your IR remote which your TV can understand using our IR Decoder and we are going to use this decoded information in our device to use this data to communicate with your TV. Thus this step proves that any TV that uses an IR remote can be used in this project so there is no restrictionfor this project that only it supports High end TV.

This step is actually very simple you are going to use your TV remote to decode the data in the button which ever you want to use in the device that is you can choose only the important buttons like increase volume, increase channel,power, input.....

To decode the data you need to follow the below steps for each of the buttons you want:

1. Make the circuit connections as shown in the picture above.

2. upload the code to the arduino which is given below (code1.ino).

3. Now choose which button you need to decode and open the serial monitor on your arduino IDE software.

4. Flash the remote towards the IR receiver by pressing the button.

5. You will be getting a series of data on your serial monitor.

6. copy the entire content in the serial monitor and paste in a word pad for later reference.

7. similarly collect the data for all the important buttons you want.

Step 3: Making the Wireless IR Blaster

The project uses a mobile app to recognize the voice and decode it and send the respective code to the arduino containing the Ir transmitter via Bluetooth.

The circuit connection for the device is explained in the images displayed above.

Thus the connections will be very simple and less or you can also use a solder to avoid the usage of wires and reduce the size of the project.

You will be keeping this device in front of the tv's IR receiver.

Step 4: Coding the Receiver Device

Open the code2 given below using your arduino IDE software.

In this try to read the comments given in the sides which will be explaining the code clearly.Here you need to put in the entire set of content that you have taken from your Ir remote and stored in a word pad during your STEP3.

This is so simple, create a function for your button by giving a suitable name for it and put in the data from teh word pad into the block correspondingly.

Step 5: Modifying the Android App.

I have created a basic app using the mit app inventor for doing the speech recognition and sending the data to the arduino receiver via Bluetooth.

You can use the same app only by making a few modifications in it to suit your TV .

I have provided the editable format of my app which is operable at the mit app inventor.

http://appinventor.mit.edu/explore/

sign up in the above link and open the app by clicking the import file option.

The modifications to be performed are explained briefly below:

  • change the channel names which are rounded in the image 1 to your liking.
  • The name you give here will be your voice command so you need to speak this word inorder to activate the task.
  • Once the task is activated(say increase volume) then the code saved in it will be transmitted to the arduino via bluetooth.
  • So you need to match the number in the app with the number on the arduino receiver coding.
  • These are the main modifications to be performed you can also share your own creativity in this.

you can also change the background and the icon of the application make it suit your way and enjoy the app.

IF YOU HAVE ANY DOUBT OR QUERIES I WILL BE HAPPY TO HELP YOU!

Step 6: Enjoy Smartly!

Now you can enjoy the smart TV experience with any type of TV. Try debugging your work if any error persists please let me know.

You need to keep the bluetooth on during the usage of the app.

Hope the instructable would be helpful to you and i will be happy to have any queries or doubts!

THANK YOU! for reading , HAPPY MAKING!