Page 1 of 1

ESP32 UART-BLE passthrough mode

Posted: Fri May 13, 2022 3:29 pm
by stefan.erni
Hi Ben

There is various information about a BLE Uart with the ESP32. There is an example in the link from espressif.
Would something like that be possible in in the future for Flowcode 10 (for the ESP32) and for the App Developer?

Various terminal programs for this BLE Uart are already available for Android.

The big advantage of BLE Uart is that it needs much less energy than the BT classic Uart (SPP)
and the connection is built up only lightning fast and for a short time.
The small disadvantage is it can only send a few bytes every few milliseconds.

regards

Stefan

Example 3. [ESP32 Only] UART-BLE Passthrough Mode
https://docs.espressif.com/projects/es ... m-UARTBLE

Re: ESP32 UART-BLE passthrough mode

Posted: Wed May 18, 2022 4:51 pm
by BenR
Hi Stefan,

Yes it's on our list and has been for some time, I'll try and make some progress with this as it certainly would be nice to have.