DominikPalo / esp32-rf-receiver

The ESP32 wireless receiver for 315/433 MHz ASK modules based on ESP-IDF SDK.
MIT License
97 stars 13 forks source link

Use RMT module of esp32? #2

Open Harvie opened 6 years ago

Harvie commented 6 years ago

Hi! Just found this. It looks like some basic functionality is already implemented in esp32: https://esp-idf.readthedocs.io/en/v2.0/api/peripherals/rmt.html

That might mean, that there's no need to decode signals manualy like on arduino. It's meant to be used with IR remotes, but once demodulated it's basicaly just bunch of pulses, no matter if comming from RF or IR, so it should work the same.