Search found 2 matches

by cdyrssen
Sun Sep 09, 2018 1:23 am
Forum: ESP-IDF
Topic: Turning off BLE module after a time out period using a timer
Replies: 3
Views: 7990

Re: Turning off BLE module after a time out period using a timer

Thanks guys for the responses. I ended up getting a functioning timeout timer using FreeRTOS Software Timer instead, but I will definitely keep that in mind next time I need a hardware timer. Is there a reason why ets_printf or ESP_EARLY_LOGX is not the standard? It would seem to me that it would be...
by cdyrssen
Sun Sep 02, 2018 10:10 pm
Forum: ESP-IDF
Topic: Turning off BLE module after a time out period using a timer
Replies: 3
Views: 7990

Turning off BLE module after a time out period using a timer

Hello, I have been struggling to get a working implementation of a timer to trigger once after a specified time which can stop all BLE services, stop advertising the BLE server, and shutdown the BLE module on the ESP32. I am using Neil Kolban's cpp_utils from his esp32-snippets github repository fou...