Page 1 of 1

esp32-C3 BLE coded Phy beacon app

Posted: Tue Mar 23, 2021 2:28 pm
by iamcalledusman
Hi All !

Hope you all are doing well . I am new to esp32-C3 .

Up till now we are able to configure the esp-idf on Visual Code studio. And test the "blink" example project.
Startup requirement is range testing using "BLE Coded Phy" .For this we need BLE Coded Phy Beacon (Non Connectable) Transmitter example project and BLE Coded Phy (Non Connectable) Receiver example project.

I found the few examples ble_adv_scan_combined & Periodic_adv(Connectable for 2M coded phy). Can you please help me to provide a link or example for BLE Coded Phy Beacon (Non Connectable) Transmitter & Receiver. Or help me to make changes in above mentioned examples to work according to my requirement.

Thanks in Advance !

Best Regards ,

Muhammad Usman

Re: esp32-C3 BLE coded Phy beacon app

Posted: Sat May 08, 2021 12:56 pm
by rbrakhya
I have the same question, a little help anyone?

Re: esp32-C3 BLE coded Phy beacon app

Posted: Sun May 09, 2021 11:42 am
by chegewara
You can use for primary and secondary PHY coded:
https://github.com/espressif/esp-idf/bl ... c#L99-L111
For scan this example is good starting point and you will get scan data in this eventL
https://github.com/espressif/esp-idf/bl ... emo.c#L480


You can also test with arduino IDE:
https://github.com/espressif/arduino-es ... d_scan.ino
https://github.com/espressif/arduino-es ... tising.ino

Re: esp32-C3 BLE coded Phy beacon app

Posted: Sat Jun 19, 2021 6:48 pm
by iamcalledusman
thank you !

Re: esp32-C3 BLE coded Phy beacon app

Posted: Fri Dec 31, 2021 1:48 pm
by iamcalledusman
Hi All!

Is there any example with coded PHY (connectable)? I want to receive the ACK from the receiver to make sure the packet is received.

Thanks In Advance!