Search found 2 matches

by Sachin.Sanghani
Tue Mar 21, 2023 11:33 am
Forum: ESP-IDF
Topic: RMT UART using New "driver/rmt_tx.h" and "driver/rmt_rx.h" driver
Replies: 2
Views: 1706

Re: RMT UART using New "driver/rmt_tx.h" and "driver/rmt_rx.h" driver

MicroController wrote: Try setting the invert_out flag in rmt_tx_channel_config_t (and then also invert your encoding, of course).
Thanks for the replay.
This is what I was looking for.
by Sachin.Sanghani
Mon Mar 20, 2023 12:29 pm
Forum: ESP-IDF
Topic: RMT UART using New "driver/rmt_tx.h" and "driver/rmt_rx.h" driver
Replies: 2
Views: 1706

RMT UART using New "driver/rmt_tx.h" and "driver/rmt_rx.h" driver

Hi, I am using the ESP32S3 with latest IDF version( 5.0 ). I found that in the latest IDF version RMT driver got updated. I made code change and I was able to generate UART frame using new RMT driver. But when I check the waveform on the analyzer, I found the default status of the GPIO is LOW. I wan...