SnapDragonfly / SnapAirUnit

SnapAirUnit aims to provide an basic kit connecting open-source flight controller and snap/python programming language.
GNU General Public License v3.0
1 stars 2 forks source link

Support esp32c3 target for bluetooth spp & wifi udp tunnel #71

Open lida2003 opened 8 months ago

lida2003 commented 8 months ago

Currently it works on ESP32 target, would like to support direct tunnel on bluetooth spp and wifi udp tunnel

It has some issue when compling on esp-idf v5.0 release.

btsnd_hcic_ble_sync_sem_init compile error in esp-idf v5.0 release version (IDFGH-11410) #12548

lida2003 commented 8 months ago

ESP32-C3 does not support BT SPP profile.

The document is wrong about ESP32-C3: https://docs.espressif.com/projects/esp-idf/en/v4.3/esp32c3/api-reference/bluetooth/esp_spp.html

图片