Search found 3 matches

by sparta
Wed Nov 30, 2022 1:26 pm
Forum: ESP-IDF
Topic: ESP32 Timer
Replies: 2
Views: 1425

Re: ESP32 Timer

Did you check esp-idf\examples\peripherals\timer_group example?
by sparta
Tue Nov 29, 2022 6:55 am
Forum: General Discussion
Topic: ESP-IDF BLE No Disconnect Event
Replies: 5
Views: 8727

Re: ESP-IDF BLE No Disconnect Event

I have the same problem with esp_ble_spp_server_demo.c example.Would anybody kindly guide me to how to check if I am connecting to the same device multiple times?
Any help,idea will be highly appreciated.
Thanks.
by sparta
Mon Nov 28, 2022 11:32 am
Forum: ESP-IDF
Topic: gatt server ESP_GATTS_DISCONNECT_EVT not fired
Replies: 0
Views: 713

gatt server ESP_GATTS_DISCONNECT_EVT not fired

Hi,
I am implementing ble_spp_server_demo.c example.problem is in the gatts_profile_event_handler only certain events are fired.
Events ESP_GATTS_DISCONNECT_EVT,ESP_GATTS_CLOSE_EVT etc are not fired.
I am using esp-idf version 4.4.3 and my code is as given ble_spp_server_demo.c .
Thanks