Search found 4 matches

by rf.akram.karimi
Sun Oct 01, 2017 10:31 am
Forum: ESP-IDF
Topic: BLE graceful disconnect problem
Replies: 4
Views: 7516

Re: BLE graceful disconnect problem

Hello everyone,
I am facing the same problem. I am unable to disconnect from peripheral even by using "esp_ble_gattc_app_unregister" and "esp_ble_gattc_close".
Can anyone tell me how can I disconnect from the peripheral so that the event ESP_GATTC_DISCONNECT_EVT could be raised.

Thanks
by rf.akram.karimi
Wed Sep 27, 2017 8:27 pm
Forum: General Discussion
Topic: Unable to advertise 128 bit UUID
Replies: 3
Views: 7849

Unable to advertise 128 bit UUID

Hi, I am facing very basic problem which I think is because of very low experience with ESP32. Actually, I wanna advertise complete list of 128bit service UUID in advertisement packet (which obviously is doable), but I am unable to do it with the following code: uint8_t adv_service_uuid128[16] = { /...
by rf.akram.karimi
Sun Sep 17, 2017 10:13 am
Forum: General Discussion
Topic: Basic Issue: Wifi Scanning returns no access point even when the APs are present
Replies: 4
Views: 7961

Basic Issue: Wifi Scanning returns no access point even when the APs are present

Hello everyone, I am pretty new to ESP32 (and using Sparkfun ESP32 Thing board) and stuck with a very basic thing. I successfully brought up the Arduino as well as ESP-IDF development environments (verified with blinky LED); but when I tried running WiFi Scan code from the following github link: htt...
by rf.akram.karimi
Thu Sep 14, 2017 11:32 am
Forum: General Discussion
Topic: Unable to build wpa2_enterprise example code on esp32
Replies: 0
Views: 2329

Unable to build wpa2_enterprise example code on esp32

Hello everyone, I am pretty new to ESP32 so apologies for very basic question. I have successfully followed the steps to get "Hello_world" program flashed and running. I have seen its output on the monitor. Now, I am trying to build the wpa2_enterprise example following the same procedure i.e. 1. Co...