Hi,
Thanks for your reply, this was indeed the case.
Search found 2 matches
- Mon Nov 28, 2022 9:53 am
- Forum: ESP32 Arduino
- Topic: BLE can't read multiple characteristics
- Replies: 2
- Views: 1872
- Fri Nov 18, 2022 10:21 am
- Forum: ESP32 Arduino
- Topic: BLE can't read multiple characteristics
- Replies: 2
- Views: 1872
BLE can't read multiple characteristics
Hi, I am trying to send data from multiple sensors to my phone using BLE. The problem is that my phone only can find the first characteristic. Below is my code in arduino IDE 1.8.19, I use the ESP32-S3-DevKitC-1, can anybody see what I do wrong? Thanks in advance! #include <BLEDevice.h> #include <BL...