Hello everyone,
I have customised the following program which connects via bluetooth and downloads data (download result below).
Unfortunately I don't know how to download data from two devices simultaneously via ESP32.
Now only after changing in
to I connect to the second device.
Please help.
.
I have customised the following program which connects via bluetooth and downloads data (download result below).
Unfortunately I don't know how to download data from two devices simultaneously via ESP32.
Now only after changing in
Code: C / C++
Code: C / C++
Please help.
Quote:..
Searching for AT24CB-BLE device
. Detected
Stopped scanning and connected to AT24CB-BLE: 47:71:f7:a7:25:93
Stablishing communications with scale:
BLE client created
Connected to scale
Service found
Characteristic found
Setting callback for notify / indicate
Data bytes: 255 85 1 1 0 9 64 0 0 0 0 0 0 0 0 4 0 5 20
Downloaded values:
- Voltage : 236.8
- Current : 0.000
- Power : 0.0
...
Code: C / C++