-1

This website http://www.esp32learning.com/code/esp32-and-infrared-receiver-example.php uses Arduino code to read the data from an IR transmitter (remote control/wand).

Has anyone done the same for MicroPython?

1 Answers1

1

You would want to think about the specifics of which board MicroPython is running on, and what kind of IR transceiver you have, however, at the time of answering there is at least one MicroPython library that should help here.

Andy Piper
  • 11,422
  • 2
  • 26
  • 49