esp32-rf-receiver icon indicating copy to clipboard operation
esp32-rf-receiver copied to clipboard

Use RMT module of esp32?

Open Harvie opened this issue 7 years ago • 0 comments

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.

Harvie avatar Feb 04 '18 10:02 Harvie