Search found 156 matches

by ESP_Penguin_Helper
Fri Aug 11, 2023 3:14 am
Forum: ESP-IDF
Topic: WiFi: Getting WIFI_REASON_NO_AP_FOUND Despite Being Able to See AP in Scan Results
Replies: 6
Views: 1571

Re: WiFi: Getting WIFI_REASON_NO_AP_FOUND Despite Being Able to See AP in Scan Results

It will be defaulted to WPA2 and the device won’t connect to deprecated WEP/WPA networks. You can also set it to WIFI_AUTH_WPA2_PSK, which will function the same way.
by ESP_Penguin_Helper
Thu Aug 10, 2023 12:16 pm
Forum: ESP-BOX 中文讨论版
Topic: esp32-box开发板跑chatgpt_demo项目相关问题
Replies: 8
Views: 36460

Re: esp32-box开发板跑chatgpt_demo项目相关问题

你好,你需要使用付费的 ChatGPT API key 才可以使用。
by ESP_Penguin_Helper
Thu Aug 10, 2023 12:05 pm
Forum: ESP-IDF 中文讨论版
Topic: 【已解决】官方FQ文档
Replies: 2
Views: 719

Re: 官方FQ文档

你好,网站重新定向时出了问题,正在修复中。

目前你可以使用此网站访问 FAQ: https://docs.espressif.com/projects/esp ... index.html
by ESP_Penguin_Helper
Thu Aug 10, 2023 6:35 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32-S2先初始化GPIO0再初始化SPI,GPIO0操作失效
Replies: 1
Views: 669

Re: ESP32-S2先初始化GPIO0再初始化SPI,GPIO0操作失效

你好,大概率是因为你 SPI 的配置干扰到了 GPIO0。使用 idf 中 SPI 的 example,先初始化 GPIO0,再初始化 SPI 后是可以正常使用gpio_set_level 控制GPIO0 的。你可以检查一下代码的 SPI 配置在哪里占用了 GPIO0。
by ESP_Penguin_Helper
Thu Aug 10, 2023 3:12 am
Forum: ESP-IDF
Topic: WiFi: Getting WIFI_REASON_NO_AP_FOUND Despite Being Able to See AP in Scan Results
Replies: 6
Views: 1571

Re: WiFi: Getting WIFI_REASON_NO_AP_FOUND Despite Being Able to See AP in Scan Results

I see where the problem is. The only authentication mode you have enabled for your AP is WPA2 PSK. But you set your authmode = WIFI_AUTH_WPA2_WPA3_PSK, which is higher than WIFI_AUTH_WPA2_PSK. That's why your device won’t connect to AP. If you set the authmode, only WiFi networks with an authenticat...
by ESP_Penguin_Helper
Wed Aug 09, 2023 6:29 am
Forum: ESP-IDF 中文讨论版
Topic: ESP32-C3 Base Mac和蓝牙Mac的计算规则
Replies: 1
Views: 607

Re: ESP32-C3 Base Mac和蓝牙Mac的计算规则

MAC 地址的进位不会影响其他字节,只会在当前字节中进位。FF + 2 会变成 01, 不会影响其他字节。

你可以参考:https://blog.csdn.net/Marchtwentytwo/ar ... /117555657 的第三部分
by ESP_Penguin_Helper
Wed Aug 09, 2023 3:37 am
Forum: ESP-IDF
Topic: ESPNOW messages being dropped
Replies: 1
Views: 874

Re: ESPNOW messages being dropped

Hi, the most likely cause of your packet loss is the degree of channel congestion. You may consider assigning different channels to your devices. We tested the round-trip delay time and packet loss rate during the testing of both unicast and broadcast packet transmission by the subdevices. You can u...
by ESP_Penguin_Helper
Wed Aug 09, 2023 2:37 am
Forum: ESP-IDF
Topic: WiFi: Getting WIFI_REASON_NO_AP_FOUND Despite Being Able to See AP in Scan Results
Replies: 6
Views: 1571

Re: WiFi: Getting WIFI_REASON_NO_AP_FOUND Despite Being Able to See AP in Scan Results

Hi, this means your scan fails to find the target AP. You can refer to this document: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#scan-phase First, let's make sure your device and Wi-Fi AP are able to connect. Can you test it using this IDF example: https://githu...
by ESP_Penguin_Helper
Tue Aug 08, 2023 8:52 am
Forum: ESP-IDF 中文讨论版
Topic: 求大佬帮忙一下,配置环境出错问题
Replies: 14
Views: 3949

Re: 求大佬帮忙一下,配置环境出错问题

vjk_0909 wrote:
Thu Jul 13, 2023 11:03 am
楼主是怎么下的呀,我现在下4.4也遇到了一样的问题,可以教一下操作步骤吗
如图进入插件管理界面,选择 install another version,然后选择 v1.6.3
by ESP_Penguin_Helper
Tue Aug 08, 2023 8:17 am
Forum: ESP-IDF 中文讨论版
Topic: 用clion搭建esp开发环境问题
Replies: 4
Views: 1095

Re: 用clion搭建esp开发环境问题

如果找不到文件的话,建议先检查一下你安装 IDF 的文件夹。可以手动找到 export.bat 的位置后复制它的路径。