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

Hello, When we disable the wifi AP, it seems that WPA can't get the disconnect event, and can not reconnect after enable the AP again. We get the following log...

I'll keep it short. I'm running the station_example_main.c entry point. Other than adding esp_hosted_init(NULL); before app_main(); I haven't changed anything from the current branch. ### HOST ```sh I ESP-Hosted starting....

I need help with bluetooth stack. After receiving the first packet, the wdt reset the esp32. Is the packet valid? Since I'm trying to port the bluetooth stack on my...

### ESP module/platform: * **module:** ESP32-WROOM-32UE * **platform:** ESP-Hosted-NG Release 1.0.2 * **software:** https://github.com/espressif/esp-hosted/tree/master/esp_hosted_ng/host ### Problem Description The customer can find the espsta0 wireless network card driver by running "ifconfig...

I am using a Raspberry Pi 4 with Raspbian OS Buster 32bit. Flashed the firmware on a esp32 dev board. Flashed efuse to support emmc. Connected to raspberry pi using...

ESP-Hosted-NG版本从去年开始就提示AP模式会尽快发布,一直在等这个功能,请问什么时候能够支持,或是否有支持SDIO的AP和STA

From an stm32 host. Initialization for TEST_RAW_TP works as expected but soon after transmission of packets the slave panics: Guru Meditation.... I had to increased the Host packet size to...

Hi, are there already some implementations for Wi-Fi AP-mode using the next-generation? I have a project with a Linux host (running OpenWRT) and need the support for wpa_supplicant. Therefore I...

Dear, We found out an issue that is being triggered sporadically when we have WiFi and BT communication ongoing simultaneously for a longer time. This is a tail of a...

1. A DHCP Server on esp-hosted is setup to lease IPS from the SOFTAP. 2. The PC connects to the SOFTAP over WIFI successfully on Channel 1. 3. The PC...