Search found 4 matches
- Tue Mar 02, 2021 8:29 am
- Forum: ESP-IDF
- Topic: Mirroring esp_idf repository failure
- Replies: 1
- Views: 133
Re: Mirroring esp_idf repository failure
Hello, we found that your problem only reproduces on some git versions. You can switch git to 2.20.0, and we tested it normally on this version.
- Wed Sep 23, 2020 9:52 am
- Forum: ESP-IDF 中文讨论版
- Topic: esp32 低功耗deep sleep 如何存储WiFi连接状态
- Replies: 1
- Views: 1287
Re: esp32 低功耗deep sleep 如何存储WiFi连接状态
您好:
1. deep sleep睡眠时 CPU 与 SRAM 均掉电,唤醒后 CPU 需要重新初始化 wiif,睡眠后连接会断开。
2. 连接是一个双方验证的过程,超时断开后连接信息会废弃,保持一方的连接参数信息没有意义。所以仅仅保存路由器的信道可以加速连接,并无方法维持上一次连接。
1. deep sleep睡眠时 CPU 与 SRAM 均掉电,唤醒后 CPU 需要重新初始化 wiif,睡眠后连接会断开。
2. 连接是一个双方验证的过程,超时断开后连接信息会废弃,保持一方的连接参数信息没有意义。所以仅仅保存路由器的信道可以加速连接,并无方法维持上一次连接。
- Tue Mar 31, 2020 1:52 pm
- Forum: ESP-MDF
- Topic: ESP32 Mesh network for sharing audio
- Replies: 8
- Views: 11370
Re: ESP32 Mesh network for sharing audio
Hi, the current mesh network can freely transmit data, and it does not limit whether it belongs to audio data.
- Thu Mar 26, 2020 4:14 am
- Forum: ESP-MDF
- Topic: ESP-MESH Programming Guide Code Questions
- Replies: 1
- Views: 6626
Re: ESP-MESH Programming Guide Code Questions
Hi
1. It is recommended that you use esp-mdf sdk to learn the mesh function.
2. Modified your code, it can be successfully compiled on esp-idf master.
thanks.
1. It is recommended that you use esp-mdf sdk to learn the mesh function.
2. Modified your code, it can be successfully compiled on esp-idf master.
thanks.