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

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

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

解决ubuntu2204和macos编译esp_hosted_fg失败问题

I have tried both: ```C LWIP_TCPIP_CORE_LOCKING 1 LWIP_TCPIP_CORE_LOCKING 0 ``` The code executes without any apparent problems. - Host Connects to AP - Host Receives mac address but ```C void...

Is there any current, or planned, support for the ESP32-C6? I believe the C3 is fairly close but I'm not sure if it is compatible enough.

Hi! I'm trying to port the ng version to the **ATSAMA5D27**, specifically to the acme roadrunner SoC over **SDIO** mmc0. I managed to get the hw part working fine using...

Problem: Error while running "bash rpi-init.sh spi" Error while compiling: > Building for spi protocol > rm: cannot remove 'spidev_disabler.dtbo': No such file or directory > rm -rf *.o sdio/*.o...

Will this project support ad-hoc (mesh) mode in the future? Is it feasible to apply the esp32 mesh library to implement ad-hoc features under Linux in this project?

Hi, Is there a plan to optimize performance on the MCU host? I have ported esp-hosted to Azure RTOS NetX DUO based on your reference implementation but performance is extremely...

FYI I've added esp-hostead package to buildroot: https://gitlab.com/buildroot.org/buildroot/-/commit/7b2e5e6550aed4f79461919c6a59e00741eb4b11 Feel free to test it. @Mr-Bossman helped a lot while testing and fixing builds. Best regards

Using consistently the IDF API instead of direct port access. There is a small performace drop compared to direct port access for setting the pin, but that can be accepted...

Is there any chance of having softmac interface provided by the esp_hosted_ng firmware? I.e. instead of implementing more features in the firmware providing lower level access to the wifi hardware?...