nkolban / esp32-snippets

Sample ESP32 snippets and code fragments
https://leanpub.com/kolban-ESP32
Apache License 2.0
2.37k stars 710 forks source link

BLE Client Problem #827

Open hugocarmona7 opened 5 years ago

hugocarmona7 commented 5 years ago

I'm trying to improve Client example, the ESP 32 discover devices but it doesn't seems the Services and the Characteristics, anyone have this problem?

Thank you so much.

mpbejo commented 5 years ago

No I don't have this problem, I am some clients that connect to a server and read and write on characteristics without problem.

hugocarmona7 commented 5 years ago

No I don't have this problem, I am some clients that connect to a server and read and write on characteristics without problem.

Do you have any example? Thank you