RMT Peripheral - Sending RMT symbols directly
Posted: Wed Jan 25, 2023 6:26 am
I'm using IDF 5.0 and I can receive IR frames correctly with RMT peripheral. I want to send what I receive but as far as I see rmt_transmit function in IDF 5.0 allows users to manually set command and data. Then it uses encoder to convert this data to RMT symbols. In my case, I already have RMT symbols since I've received them. How can I send these symbols directly without using any IR encoder?
Thanks in advance
Thanks in advance