Page 1 of 1

ble_adv Example

Posted: Thu Nov 29, 2018 9:16 am
by Adham Aboud
Hello guys,

I'm new with BLE, and I want to start with the basic example ble_adv. Can anyone explain how I test this example. What is the setup? I'd be grateful if someone can explain about the setup and what should I see from that example.

Thank you in advance,

Re: ble_adv Example

Posted: Thu Nov 29, 2018 10:41 am
by chegewara
Hi,
since you are new to ble maybe you could try with other example that is easier to understand and to work with. Maybe example with tutorial included that is explaining code snippets? ble_adv is using low level commands to achieve simplest functionality like advertising.

https://github.com/espressif/esp-idf/tr ... att_server
https://github.com/espressif/esp-idf/tr ... le_ibeacon
https://github.com/espressif/esp-idf/tr ... att_client