Search found 15 matches
- Tue Feb 02, 2021 1:41 am
- Forum: ESP-IDF
- Topic: ESP32 kills Asus Blue Cave Router
- Replies: 19
- Views: 23199
Re: ESP32 kills Asus Blue Cave Router
oh! I am talking about the very fundamental development SDK. ESPHOME is something else that probably was built on the top of it (I am not familiar with ESPHOME). The ESP32 SDK version is listed here: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/versions.html But it may not help your E...
- Sat Jan 30, 2021 1:34 pm
- Forum: ESP-IDF
- Topic: ESP32 kills Asus Blue Cave Router
- Replies: 19
- Views: 23199
Re: ESP32 kills Asus Blue Cave Router
SDK 4.x fixed some problems. Have you tried it?
Samson
Samson
- Thu Mar 26, 2020 11:48 am
- Forum: ESP-IDF
- Topic: ESP32 kills Asus Blue Cave Router
- Replies: 19
- Views: 23199
Re: ESP32 kills Asus Blue Cave Router
Apologize that I forgot to enable the reply notification. We will test it and back to you as soon as we get the result.
Samson
Samson
- Mon Mar 09, 2020 11:13 am
- Forum: ESP-IDF
- Topic: Is ESP32 WIFI NVS FLASH needed or not?
- Replies: 0
- Views: 3121
Is ESP32 WIFI NVS FLASH needed or not?
My application alwasy loads WIFI configurations for every bootup, like: COUNTRY_POLICY WIFI_MODE_STA ESP_IF_WIFI_STA WIFI_PS_NONE I did not use any call like "esp32_wifi_get_xxx()" For the above case, do I still need "WiFi NVS Flash" in the configuration? I need to free up the NVS occupied by WiFi, ...
- Mon May 27, 2019 10:57 am
- Forum: ESP-IDF
- Topic: ESP32 kills Asus Blue Cave Router
- Replies: 19
- Views: 23199
Re: ESP32 kills Asus Blue Cave Router
Hello Sergio,
The firmware version of the Asus Blue Cave was 3.0.0.4.384.45708. That is the officially released version by Asus. I tried to contact Asus support, but helpless.
Samson
The firmware version of the Asus Blue Cave was 3.0.0.4.384.45708. That is the officially released version by Asus. I tried to contact Asus support, but helpless.
Samson
- Tue May 14, 2019 8:13 am
- Forum: ESP-IDF
- Topic: ESP32 kills Asus Blue Cave Router
- Replies: 19
- Views: 23199
ESP32 kills Asus Blue Cave Router
When we connected ESP32 with an Asus Blue Cave router, it (this ESP32 connection) simply killed the entire router. Any connection sessions of the other devices with this Blue Cave died. We tried the standard example code came with the SDK, same result. Even the Blue Cave was set to AP mode, same pro...
- Tue Jan 29, 2019 2:53 pm
- Forum: General Discussion
- Topic: Unable to connect with a D-Link DIR-822 Rev C1 router
- Replies: 0
- Views: 2526
Unable to connect with a D-Link DIR-822 Rev C1 router
WiFi of ESP32 is unable to connect with the D-Link DIR-822 (Hardware Version C1) router? There are not much I can do on the router. It simply does not get connected. DIR-822 has its own reputation issues. I wonder if there is anyone who ever tried get ESP32 connected with DIR-822?
Samson
Samson
- Sat Jan 05, 2019 3:37 pm
- Forum: ESP-IDF
- Topic: AWS IoT and HTTPS are mutually failed
- Replies: 16
- Views: 20867
Re: AWS IoT and HTTPS are mutually failed
By the way, I did enable the Heap Memory Debugging on the problematic build, and there wasn't any memory corruption event. So I really don't know what really caused that.
- Sat Jan 05, 2019 1:25 pm
- Forum: ESP-IDF
- Topic: AWS IoT and HTTPS are mutually failed
- Replies: 16
- Views: 20867
Re: AWS IoT and HTTPS are mutually failed
Hello Jimmy, You are probably right. However, I tried to check the usages of all stacks I can find. For those, all the high water marks were still a big number. There are some system/SDK created tasks that I don't know. So, you are probably right about those stacks that I didn't check. What I reduce...
- Sat Jan 05, 2019 4:35 am
- Forum: ESP-IDF
- Topic: AWS IoT and HTTPS are mutually failed
- Replies: 16
- Views: 20867
Re: AWS IoT and HTTPS are mutually failed
I finally found the final answer. It was caused by the stack overflow. Which stack? I don't know. But when I reduced the size of each my stacks, it worked. I used stack high water mark to check some stacks, including the system stacks, I could reach out but found none. Anyway, it works now.
Samson
Samson