LBBD
1
I hope I didn’t overlook some readily available information but I couldn’t find the answer to these questions:
-
What IR protocol the [COM-14865 IR remote is using?
-
Is there a repeat code transmitted if the buttons are kept pushed?
I’d appreciate if someone could provide the answers or point me in the right direction. Thanks!](Infrared Remote Control - COM-14865 - SparkFun Electronics)
If I recall correctly these use the NEC protocol and they do send a repeat command.
Checkout [this hookup guide for more information on the remote and some sample code. :-)](https://learn.sparkfun.com/tutorials/ir-control-kit-hookup-guide)
LBBD
3
Thank you for the response.
I did looked at the hookup guide, but I’m using a [different library where the IR protocol has to be explicitly defined.](GitHub - cyborg5/IRLib2: Library for receiving, decoding, and sending infrared signals using Arduino)