Sugar Glider

Results 592 comments of Sugar Glider

Last 2 cents: JTAG/CDC USB interface uses DTR/RTS bits to reset and enter in Boot Mode. The way it works can change depending on the eFuses. Maybe you may want...

>Finally after a few calls the UART FIFO fills up and the uart then returns 120 from serialX.available() and provides provides the 120 bytes (presumably as UART_FULL_THRESH_DEFAULT is triggered). I...

Let me try to reproduce this issue with 2 ESP32 (one receiving data and the other one simulating the SDM120M with a break at the end of the packet). I'll...

Would it be possible for you to modify the SDM120M library to add this lines: ``` cpp // assumption that it is using Serial1... // forces available() to get data...

@AcuarioCat I would like to propose a fix for `Serial1.read()` and `Serial1.available()` that I think would improve UART response time and ignore BRK IRQ in order to receive data Zero...

@AcuarioCat We have done a few updates to UART in the new Arduino Core 2.0.5 version. There are new functions that may help the application to deal with BREAK: -...

For implementation reference: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/blufi.html It can be used with an APP (Android/iOS) https://www.espressif.com/en/support/download/apps

It may be an issue related to `ditigalRead()` executed within the ISR. It needs investigation to verify it.

@avillacis Let's follow the debug CDC issue here.

OK, I'll look into it and try to find out what is the issue here.