Search found 2 matches

by ckinnera
Wed May 09, 2018 1:09 pm
Forum: ESP-IDF
Topic: Is there any Host Interface software design document for ESP32 ?
Replies: 0
Views: 2119

Is there any Host Interface software design document for ESP32 ?

Hi all,

I am looking for a Host interface software design document or a reference code, where it describes how to configure the ESP32 from an external Host MCU via SDIO/SPI bus. Basically I wanted to use ESP32 as a slave network processor from STMF439.

Thanks in advance.

Best Regards,
Chiranjeevi
by ckinnera
Mon May 07, 2018 6:35 am
Forum: General Discussion
Topic: Enabling ESP32 as a network module from STMF439 processor via SPI
Replies: 1
Views: 2935

Enabling ESP32 as a network module from STMF439 processor via SPI

Hi All, I am running FreeRtos on STMF439 processor, I want to use the ESP-32 as a network module connected on SPI. Could someone provide the example code or reference code ? I have downloaded the esp-idf, I find only the .h file which has a function "esp_wifi_init_internal" but there is no source co...