Ble Client Example with 128 bit UUID
Posted: Thu Aug 30, 2018 8:40 pm
Hello,
i startet using the Esp Idf instead of the Arduino Version, but i ran into some trouble using it with custom 128bit UUIDS. I tried to connect to my Smartphone to recieve navigation Info from an app.
For the App the Uuids are set in 128 bit
but no matter what i try i always get compiling errors with the example. I'm using latest IDF in latest Eclipse.
I hope someone can give me an example how to add them properly.
i startet using the Esp Idf instead of the Arduino Version, but i ran into some trouble using it with custom 128bit UUIDS. I tried to connect to my Smartphone to recieve navigation Info from an app.
For the App the Uuids are set in 128 bit
Code: Select all
71C1E128-D92F-4FA8-A2B2-0F171DB3436C GATT Primary Service Declaration Readonly
503DD605-9BCB-4F6E-B235-270A57483026 GATT Characteristic to subscribe for navigation updates Notify, Readonly
I hope someone can give me an example how to add them properly.