ESP32 C3 BLE Coded PHY (nimBLE port)

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
shabaka101694
Posts: 1
Joined: Thu Oct 28, 2021 11:18 am

ESP32 C3 BLE Coded PHY (nimBLE port)

Post by shabaka101694 » Thu Oct 28, 2021 11:44 am

Hello,
I cloned a fairly recent version of uPython and I was examining the source code for BLE support on the ESP32 C3. It appears that the BLE stack used is nimBLE, which is provided by espressif. I did not see a way to enable coded phy modulation under the nimBLE port.
I then looked thru the esp-dif sources under examples/bluetooth. I see support for coded phy under the bluedroid examples. I do not see any examples for coded phy under the nimble directory

Questions then :
1) Does anyone know if nimBLE supports BLE Coded PHY
2) If nimBLE does not support BLE Coded PHY, is there any reason a bluedroid port could not be done under uPython in order to expose coded PHY functionality

Thanks

Victor

radziq1302
Posts: 1
Joined: Mon May 16, 2022 12:17 pm

Re: ESP32 C3 BLE Coded PHY (nimBLE port)

Post by radziq1302 » Mon May 16, 2022 12:21 pm

Have You achieved an issue with Coded PHY? I'm trying to modify numerous files (esp-idf etc), but with no success. Any hints?

Post Reply