ESP32 add more commands for Bluetooth

Post here to discuss any new features, components, chips, etc, that you would like to see in Flowcode.
stefan.erni
Valued Contributor
Posts: 758
http://meble-kuchenne.info.pl
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: ESP32 add more commands for Bluetooth

Post by stefan.erni »

Hi Ben

INT_Array:
I have seen an update FC10 from the ESP32 BT but no change in the command. I suspect a small problem.


check connection status:
Yes good idea.
I will combine that with a query about the software version in the ESP32 and only at the beginning of the connection.

And/or stored number in the EEprom for identification. I often have many different ESP32 connected by BT to my computer.

regards

Stefan

stefan.erni
Valued Contributor
Posts: 758
Joined: Wed Dec 02, 2020 10:53 am
Has thanked: 149 times
Been thanked: 171 times

Re: ESP32 add more commands for Bluetooth

Post by stefan.erni »

Hi Ben

It's working fine to send arrays from ESP32 to App Developer with USB or Bluetooth.
The USB or the Bluetooth can be used with the same software without much effort and the user can choose which connection he wants.

What about that:
Would it also be possible to send and receive a whole array of integers via wifi with the ESP32? Such a simple way like USB or BT.

regards

Stefan

Macro for Interrupt Bluetooth
Snag_91ca72.png
Snag_91ca72.png (9.4 KiB) Viewed 633 times
Macro for Interrupt USB
Snag_91e398.png
Snag_91e398.png (10.62 KiB) Viewed 633 times
Macro to send a integer array in one go, depent on interrupt
Snag_924a03.png
Snag_924a03.png (41.49 KiB) Viewed 633 times

Post Reply