Wifi over SDIO on P4

JohnnyZ
Posts: 36
Joined: Thu Jan 11, 2024 10:24 am

Re: Wifi over SDIO on P4

Postby JohnnyZ » Wed Sep 03, 2025 5:22 pm

Try it without SD card, and it will work. Or specify SDIO1 (slot 0) because examples use same SDIO2 for both SD card and SDIO WIFI.

Code: Select all

    sdmmc_host_t host = SDMMC_HOST_DEFAULT();
    host.slot = SDMMC_HOST_SLOT_0;

ujurmsde
Posts: 73
Joined: Tue Jan 19, 2021 6:37 am

Re: Wifi over SDIO on P4

Postby ujurmsde » Wed Sep 10, 2025 11:36 am

I have tried, but no luck yet.!

I get the following error message.
E (587) sdmmc_io: sdmmc_io_rw_extended: sdmmc_send_cmd returned 0x107
E (593) esp_host: read ESP_SLC_CONF1_REG error 0x107
E (598) esp_host: esp_extconn_sdio_init(210): esp host init slave link failed

Who is online

Users browsing this forum: Bing [Bot], Qwantbot and 2 guests