Page 1 of 1

esp-idf gatt example test

Posted: Mon Mar 20, 2017 11:20 am
by Nicholas3388
Hi,
when I run the gatt_client example on an ESP32 device, the gatt_client can scan the gatt_server run on the other ESP32 device. When I run an nRF52832 device, the gatt_client cannot detect the nRF52832. But when I use the Nordic official tool (an iOS app): https://itunes.apple.com/us/app/nrf-too ... 06058?mt=8, the app can detect both gatt_server and nRF52832. It is strange. What's the problem for ESP32 not being able to detect nRF52832.

Re: esp-idf gatt example test

Posted: Wed Mar 22, 2017 3:08 am
by Nicholas3388
I Solved it. Close issue :)

Re: esp-idf gatt example test

Posted: Wed Mar 22, 2017 6:21 am
by ESP_Angus
Hi Nicholas,

Glad you solved it. Do you have any tips to give someone who finds this thread in the future?

Angus