2

I am trying to make simple TV remote using Arduino.

I got this link from Google for making a remote.

Code uploaded perfectly on my device. But all it does is blink a the LED on pin 13.

I hope I have got right code. I have tested it on my TV at home. Is that the correct way of testing it?

IR receiver I have is TSOP-15

P.S. I am completely new to Arduino

The below shown is my Arduino board(induino r3)

enter image description here

per1234
4,2782 gold badges23 silver badges43 bronze badges
asked Apr 12, 2015 at 10:44

1 Answer 1

1

As you've stated in your question, the TSOP-15 is a receiver. That means it detects infrared signals rather than sending them out.

To make a remote control with that code, you need a simple infrared light emitting diode.

It's also important to note that you need to know what signals to send. Different TVs will have different IR codes, depending on the manufacturer. That information can be detected using your receiver module along with your TV's proper remote control.

answered Apr 12, 2015 at 12:24
2
  • By infrared light u mean IR led? Because there is IR LED- 14 on the board Commented Apr 12, 2015 at 17:39
  • @Freddy Yes, an IR LED is correct. You would need to modify the code to operate on pin 14 instead of 13 though. Commented Apr 12, 2015 at 17:42

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.