espressif / esp-hosted

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)
Other
667 stars 151 forks source link

使用NUCLEO-F412ZG 连接 ESP32C6 不成功 #439

Open renhil opened 1 month ago

renhil commented 1 month ago

esp32c6.txt stm32f412.txt 是使用同一个版本的库搞的 为啥不行呢?

mantriyogesh commented 1 month ago

Screenshot 2024-07-29 at 1 27 05 PM

No AP available as SSID:'MyWiFi'

Change config to use SSID which is broadcasted by external AP/router.

renhil commented 1 month ago

SdioDriverInit:409 CMD5 timeout!

SdioDriverInit:417 CMD5 timeout!

初始化的这两行 timeout 没有关系吗?

mantriyogesh commented 1 month ago

Check if you have external pull-ups and wire connections are correctly connected. The commands can timeout,

Check porting guide for common issues. This porting guide is for Linux but the hardware concepts around SDIO remains the same. https://github.com/espressif/esp-hosted/blob/master/esp_hosted_fg/docs/Linux_based_host/porting_guide.md

renhil commented 1 month ago

好的 非常感谢~