bschwind / ir-slinger

A small C library for sending infrared packets on the Raspberry Pi
The Unlicense
99 stars 30 forks source link

Decoding IR signals #18

Open Nakul93 opened 2 years ago

Nakul93 commented 2 years ago

Can this lib be used to decode IR signals?

bschwind commented 2 years ago

Hi! Currently it's only ability is sending IR signals.

However, the underlying library I use, pigpio, is capable of reading signals fast enough to act as an IR decoder.

bschwind commented 2 years ago

Check out the IR Receiver example on this page (the 2015 link, not the 2013 link which gives a 404):

https://abyz.me.uk/rpi/pigpio/examples.html