LED TV Remote Controller Using Cayenne

by Ida Susanti in Circuits > Microcontrollers

2661 Views, 55 Favorites, 0 Comments

LED TV Remote Controller Using Cayenne

IMG_1111.JPG

We can use cayenne as remote controller for television or air conditioner.

Only one device can remote all TV/AC, more simple and can develop to other project by trigger.

Example, if we enter the room then air conditioner can ON itself and if we out the room it's OFF automatically.

In my case I use cayenne because it's simple for me.

Hardware and Software Needed

arduino_mega_r3_002_hd.jpg
large_291_W5100Shield-1-1024.jpg
KeyesIR-brick1.jpg
COM-09349__68490.jpg
res100ohms__74409.1343497245.1280.1280.jpg

Hardware required :

Arduino mega 2560

Ethernet shield W5100

IR receiver

IR emitter

100 ohm resistor

software :

Arduino IDE

IR remote library

Cayenne

Circuit Diagram

IR Transmit Circuit.JPG
IR Transmit Circuit.JPG

You must connecting part as picture.

There are two picture, arduino uno and mega 2560.

You can choose one.

Receive and Save IR Code

You need to read code from original remote using IRrecvdump from library examples, then upload your code to arduino and open your serial monitor.

Press the key on original remote that you want to read, you can see the code from serial monitor

After you know the code, write the code to note.

And now replace the code in irsend.sendNEC row from the code what I'm uploaded.

Don't forget to insert your cayenne token too.

And then you can remove IR receiver.

Add Cayenne Widget

image1 (2).PNG

And now login to your cayenne dashboard.

Add 5 button widget and then set to virtual pin 3, 4, 5, 6, and 7.

Now you can control your television from your cellphone.

It also can be used to controlling air conditioner.