Page 2 of 2

Re: ESP32 add more commands for Bluetooth

Posted: Thu Jan 19, 2023 9:41 am
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

Re: ESP32 add more commands for Bluetooth

Posted: Thu Feb 02, 2023 10:07 am
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 659 times
Macro for Interrupt USB
Snag_91e398.png
Snag_91e398.png (10.62 KiB) Viewed 659 times
Macro to send a integer array in one go, depent on interrupt
Snag_924a03.png
Snag_924a03.png (41.49 KiB) Viewed 659 times