SuperHouse / esp-open-rtos

Open source FreeRTOS-based ESP8266 software framework
BSD 3-Clause "New" or "Revised" License
1.53k stars 491 forks source link

Infrared Receiver ? #652

Open maccoylton opened 6 years ago

maccoylton commented 6 years ago

Does anyone know of a compatible infrared receiver library?

apiel commented 6 years ago

You should be able to use Arduino library that you adapt to work with esp-open-rtos...

peros550 commented 5 years ago

Does anyone know of a compatible infrared receiver library?

I don't know if you had any luck finding an IR library. If yes, I would appreciate it if you could share it.

If not, you can have a look at this https://github.com/pbendersky/ir-esp-uart

It's not the best, but its better than everything else I've found.

After further discussion and clarifications with the author on how to use the code , the library works quite well without fails.