eddyyanto / ir-repeater

This sketch receives the infrared signal on standard pin number 3, decodes and dump the infrared information on Serial and forward the raw infrared signal to pin number 4.
8 stars 3 forks source link

No output #1

Open crazy-oatmeal opened 4 years ago

crazy-oatmeal commented 4 years ago

I'm not getting any output on pin3. I successfully verified the hardware was operational with blink outputting on pin3. Input works fine.

eddyyanto commented 4 years ago

May I know what board you are using? Also can you check if the polarity of the IR sender is correct? I used a couple of Uno with this sketch back then but I think it should work with a lot Atmega based board.

If you're not sure, you can try out with one of the example from IRremote library directly. Since my sketch wrap the functionality from that library.