IR-Remote-Receiver-Python-Module
IR-Remote-Receiver-Python-Module copied to clipboard
Python (2 or 3) module for receiving IR remote control signals (NEC format) on a Raspberry Pi
use time_ns() to improve accuracy (python 3.7+) I encountered more stable results with the time_ns since it should provide better resolution. Please note that this is not available in older...
Can you please guide me how to handle press and hold a remote button?
Hello, I have for a while now wanted to move an Arduino program that is controlled by an IR remote over to the raspberry pi. But it has been harder...