gavin-hy

Results 19 comments of gavin-hy

I also encountered the same problem.Certificate and key sent using AT+SYSMSG command. ![image](https://github.com/espressif/esp-at/assets/111403234/a4f8fce9-31a6-415d-8006-67f79ea11e52) ![image](https://github.com/espressif/esp-at/assets/111403234/17ebb19d-64c0-4bfc-8f58-c132609f26ec)

Hi, @1653323560 ,I recommend you to refer to the demos of NXP's i.MXRT series microcontrollers. There are relevant Bluetooth protocol stack routines included.

@mantriyogesh In the near future, the ESP32-P4 is about to be launched. Considering that the P4 lacks WiFi and BLE functionalities, do we need to carry out relevant slave adaptation...

Hi, @mantriyogesh Thank you for your quick response. I learned from Espressif's official website that the ESP32-C5 comes with SDIO Slave functionality! Has this peripheral been removed from the mass-produced...

The following two GIFs demonstrate the operation of STM32 after receiving the data. **STM32CubeIDE:** ![stm32cubeide](https://github.com/espressif/esp-hosted/assets/111403234/6ea62957-4edd-43fd-a3e0-6a3cc805dec3) **MDK(AC6)** ![MDK(AC6)](https://github.com/espressif/esp-hosted/assets/111403234/1f2c370e-eed0-48ba-a1cb-c2ee5c687fe2)

Hi, @mantriyogesh I just modify the [platform_wrapper.c](https://github.com/espressif/esp-hosted/blob/3d4f2f7b5913e951a3af2083c117a88d3638e429/esp_hosted_fg/host/stm32/port/src/platform_wrapper.c#L53), changing the binary to count, I still can't switch tasks in the MDK ! But in the STM32CubeIDE is ok. Doesn't seem like...

Currently, feature/esp_as_mcu_host has not been ported to STM32 yet. Since we are only conducting tests, are there any demos already ported to STM32 that we can refer to?

Hi, @mantriyogesh ,I intend to port the host of the feature branch to STM32 and have encountered numerous issues with memory that need to be resolved. Additionally, many function names...

Due to issues with the master branch, I want to test the stability of this feature branch. If you only need to use the SPI driver for porting to STM32,...

That's fine, I can wait, as I also need to carry out Bluetooth-related testing here. Looking forward to seeing the latest STM32-related demos.