esp32-rf-receiver
esp32-rf-receiver copied to clipboard
Use RMT module of esp32?
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.