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

Hi all, For a proof-of-concept project, the ESP32-C6 will be used to add Wi-Fi 6, Bluetooth 5.x and maybe even Thread support to Linux Platforms via SDIO (IMX8-based). I can...

esp_host_fg supports esp32C6 and uses sdio to transfer network data. linux_hosted will support the current version. Will the main adaptation work in esp32c6 mcu?

Hi, I am trying out the esp-hosted first generation with SDIO. I have 3 questions: - I am using the ESP32 Wrover Kit (with the ESP-WROVER-B module onboard). On the...

I successfully implemented the Bluetooth function using btstack + esp-hosted, but there was one problem, i set BR/EDR Sync(SCO/eSCO) default datapath PCM .By measuring the output pin of the pcm,...

Hello, I have ported this project to my BBB board. I tested WiFi APIs with python and it worked, with Bluetooth some function still not work as my expectation, I'm...

Hello! I've try to porting to the Allwinner F1C200s SoC device. I've successfully compile kernel module and load it on target system, but i can't see `espsta0` interface in `ifconfig...

Hi I decide to port esp_hosted_fg to stm32h743Vi and use SDIO for transportation. In stm32h743Vi there is SDMMC instead of SDIO and its driver has some differences with SDIO driver...

Hello, I have the following error log while trying to make esp32-spi driver work: Received ESP bootup event [ 14.985448] EVENT: 3 [ 14.987680] EVENT: 2 [ 14.989873] EVENT: 0...

When using the ESP-WROVER-KIT and you want to use the internal pull-up resistors, it is necessary to enable the flag in the `sdio_init()` function. While this is described in the...

The character device /dev/esps0 now remains active across esp32 power cycles.