Search found 3 matches
- Thu Apr 13, 2023 2:25 am
- Forum: General Discussion
- Topic: Unstable BLE mesh + WiFi
- Replies: 0
- Views: 600
Unstable BLE mesh + WiFi
ESP32-C3, idf v4.4 I am deveploping a BLE gateway for smarthome and do same test case Case test 1st: 1 LPN sensor + 1 gateway ( BLE + WiFi) -> event of sensor are not stable, miss message frequently Case test 2nd: 1 LPN sensor+ 1 gateway (BLE only) -> event of sensor are stable Case test 3rd: 1 LPN ...
- Tue Aug 23, 2022 10:04 am
- Forum: ESP-IDF
- Topic: Coredump esp-idf v4.4
- Replies: 0
- Views: 772
Coredump esp-idf v4.4
Hi guys, i need some help with coredump. Is my command right? If not, share me a right command please. Thanks you guys -------------------------------------------------------------------------------------------------------------------------------------------------------------------- PS C:\Users\pc\....
- Fri Jan 07, 2022 3:42 pm
- Forum: General Discussion
- Topic: ESP32 clock configuration and watchdog
- Replies: 0
- Views: 3491
ESP32 clock configuration and watchdog
Hi guys. I have a problem with clock configuration and watchdog. Im using esp idf v4.4. I changed clock cpu to 20 MHz to save power. But when i do that the watchdog timer doesnt work correctly. From testing, i set esp_err_tesp_task_wdt_init(50, flase) and esp needs 200s to trigger watchdog. This pro...