esp-hosted icon indicating copy to clipboard operation
esp-hosted copied to clipboard

Hosted Solution (Linux/MCU) with ESP32 (Wi-Fi + BT + BLE)

Results 288 esp-hosted issues
Sort by recently updated
recently updated
newest added

Need add the line in bold. PWD does not work when compile the whole kernel: EXTRA_CFLAGS += -I$(PWD)/include -I$(PWD) **-Idrivers/net/wireless/esp32/include -Idrivers/net/wireless/esp32**

I can see that there are a bunch of disconnections while the esp32 is trying to connect to the network until it is finally able to connect to it. [...

1) We have tested esp32 wake up using the Netgear Nighthawk R7000 router 1.2) The esp32 is connected to the Netgear Nighthawk R7000 router 1.3) Laptop is connected to the...

Hello, has consideration also been made to support the Ethernet MAC? Then you could offer three interfaces WiFi+BT/BLE+Ethernet in a single IC.

functions `set_handshake_gpio`, `reset_handshake_gpio`, `set_dataready_gpio` and `reset_dataready_gpio` use `WRITE_PERI_REG` which treats mask as a 32 bit value. I want to make esp-hosted-fg work on Arduino Nano RP2040 Connect where the io...

Hello: I have successfully run through the ESP32-SDIO-AT firmware using the SDIO interface (4 wires) in stm32, but the data transfer speed of the AT command is too slow, and...

I would like to run this solution on an ESP32 to provide WIFI network to my host SoC (Linux). But at the same time, I also need to run some...

I saw in the ESP-Hosted FG document that the Bluetooth stack for MCU will be released in the future, when will it be released? I wanted to adapt the ESP-Hosted...

I would like to use SDIO to connect ESP32 with host. Besides the PINs required by SDIO, the doc mentions an PIN to ESP32 EN, to reset ESP32. Is this...

hi,It has been some time since our last question ,we refer to your opinion to modify the program,and now esp32 can work! But now we have a new problem,esp32 works...