Search found 1 match
- Thu Jun 20, 2019 8:39 am
- Forum: ESP-IDF
- Topic: BLE server client - how to send/ read analog values
- Replies: 0
- Views: 1568
BLE server client - how to send/ read analog values
I am new to Arduino, electronics and ESP32. I am trying to read three analog sensor values from a server ESP32 with a client ESP32. I am using the example sketch code for server and client, but don't know where to add the code to receive the analog readings on the serial monitor of the client. I hav...