FC11 ESP32-S3 BLE error

Any bugs you encounter with Flowcode should be discussed here.
stefan.erni
Valued Contributor
Posts: 1129
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 215 times
Been thanked: 236 times

Re: FC11 ESP32-S3 BLE error

Post by stefan.erni »

Hi Ben

First the good news.
BLE is also working with the ESP32-Pico

I tested the client.
It searches for devices and finds them, but it does not display any names.

If I simply select a device number to connect, for example no. 2, and that is the server (Flowcode), then I can receive and display the sent string. :)

BenR
Matrix Staff
Posts: 2019
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 535 times
Been thanked: 719 times

Re: FC11 ESP32-S3 BLE error

Post by BenR »

Ok thanks for letting us know I'll investigate this and see if I can replicate.

stefan.erni
Valued Contributor
Posts: 1129
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 215 times
Been thanked: 236 times

Re: FC11 ESP32-S3 BLE error

Post by stefan.erni »

Hi Ben

BLE also works with ESP32-C3 perfect :)

I couldn't test with ESP32-C6 because I can't compile C6.

I have a few more suggestions:

A command to set the BLE name at startup as with classic Bluetooth.

Establishing a fixed connection to a BLE using the BLE-MAC address.

Send receive Int_Array would be good to have so that BLE would be compatible with Uart component , Bluetooth classic component and the App developper comport component. Many applications use 16 bits. Probably the other array send/receives are not very important or useful.

Post Reply