Search found 2 matches
- Sun May 02, 2021 5:37 pm
- Forum: ESP-IDF
- Topic: ESP32 UART rx idle timeout not working in driver
- Replies: 4
- Views: 4341
Re: ESP32 UART rx idle timeout not working in driver
I am interested to know if you have found the solution to the problem you described as I have the same problem and I cannot find the solution using ISR rx timeout.Thank you.
- Sun Jan 31, 2021 8:56 pm
- Forum: General Discussion
- Topic: Bluetooth
- Replies: 0
- Views: 1266
Bluetooth
I have a serial data communication between two ESP32 in SPP bluetooth mode. The master must transmit a sequence of 32 bytes to the slave which, after receiving the data, waits about 1mS and sends the response to the master with a sequence of 32 bytes. This cycle must be repeated over and over. From ...