Search found 4 matches

by MasterPhi
Thu Apr 07, 2022 2:28 pm
Forum: ESP-IDF
Topic: ESP32C3 Eco4 details ?
Replies: 3
Views: 3257

Re: ESP32C3 Eco4 details ?

Any Espressif employ can answer this question ?
by MasterPhi
Fri Apr 01, 2022 6:02 pm
Forum: ESP-IDF
Topic: ESP32C3 Eco4 details ?
Replies: 3
Views: 3257

ESP32C3 Eco4 details ?

We are developping a product based on ESP32C3 Eco3, I saw there is new commit in esp-idf of "Adds ECO4 revision".

So is any document explaining the difference ?
by MasterPhi
Sat Feb 26, 2022 6:59 pm
Forum: ESP-IDF 中文讨论版
Topic: ESP32-C3: ESPTOUCH_V2 配网失败
Replies: 1
Views: 1629

Re: ESP32-C3: ESPTOUCH_V2 配网失败

我看了下lib-esptouch-v2-android的源码, tmp_crc: 38的确是我AP BSSID的CRC. 而且使用以下代码esp32c3也的确能列出AP: esp_wifi_scan_start(NULL, true); ESP_ERROR_CHECK(esp_wifi_scan_get_ap_records(&ap_count, ap_info)); ESP_LOGI(TAG, "Total APs scanned = %u", ap_count); for (int i = 0; (i < 32) && (i < ap_count); i++) { ESP_LOGI(TAG...
by MasterPhi
Thu Feb 24, 2022 2:04 pm
Forum: ESP-IDF 中文讨论版
Topic: ESP32-C3: ESPTOUCH_V2 配网失败
Replies: 1
Views: 1629

ESP32-C3: ESPTOUCH_V2 配网失败

你好,

我一周前在Github上提交了这个问题的bug report, 附有详细的问题描述, 串口log和无线抓包, 一直没有收到回复.
https://github.com/espressif/esp-idf/issues/8431

问题表现为使用ESPTOUCH_V2时, 某些路由器无法配置成功, 出现如下错误:

Code: Select all

W (8419) smartconfig: found none, invald AP, tmp_crc: 38
改为ESPTOUCH则可以成功配网.