Search found 2 matches
- Fri Sep 11, 2020 11:44 am
- Forum: ESP-IDF
- Topic: ESP-IDF BLE scanning an advertisement package
- Replies: 0
- Views: 1617
ESP-IDF BLE scanning an advertisement package
i am working on the ESP32 chip and am trying to get the all avaliable information from advertising. For this purpose I use the nRF connect app by NORDIC with prepare advertiser Y01Oo.jpg I scan for the device and successfully only read the complete name but i want to extract all the information from...
- Tue Mar 10, 2020 9:03 pm
- Forum: General Discussion
- Topic: deep sleep and light sleep
- Replies: 1
- Views: 3014
deep sleep and light sleep
Hi all, curruntly a am creating project which there is a functuanality for batery safe. I have a following function: void SleepMode::goToDeepSleep() { Log.notice(F("Going to sleep..." CR)); esp_bluedroid_disable(); esp_bt_controller_disable(); esp_wifi_stop(); // Configure the timer to wake us up! e...