Page 1 of 1

ESP32 C3 BLE Coded PHY (nimBLE port)

Posted: Thu Oct 28, 2021 11:44 am
by shabaka101694
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

Re: ESP32 C3 BLE Coded PHY (nimBLE port)

Posted: Mon May 16, 2022 12:21 pm
by radziq1302
Have You achieved an issue with Coded PHY? I'm trying to modify numerous files (esp-idf etc), but with no success. Any hints?