Infrared in receive mode: is it possible?
-
I have a M5StickC and would like to put the IR Transmitter in "learn mode", like a universal remote controller.
Does the hardware support this? If so, how can I activate learn mode using Arduino and/or MicroPython?
Thanks in advance! -
@ricardocosta I think it only transmits and not receives.
You will need to write code that uses the IR Unit to record codes. -
@ajb2k3 Thanks!