Hi All!
Hope you are doing well! I am using nrf52840 and nrf58233. Is there any example available for both transmitter and receiver for connectable coded PHY beacons?
Thanks in advance!
Hi All!
Hope you are doing well! I am using nrf52840 and nrf58233. Is there any example available for both transmitter and receiver for connectable coded PHY beacons?
Thanks in advance!
Hi
Are you planning to use the nRF5 SDK or the newer nRF Connect SDK?
For the nRF5 SDK there is an unofficial example here showing how to connect two devices over coded phy using the Nordic UART service, but this is not really a beacon application. Also it is quite outdated at this point, and was made for an older version of the SDK.
For the nRF Connect SDK there are some official examples using coded phy, but using the heart rate service.
Best regards
Torbjørn
Hi @Torbjorn
Thank you so much for the response. I am using 17.0.2. But I can use the latest one if you recommend any example. Thank you for the example I will test it.
1) I also used ble_app_blinky_c and ble_app_blinky but it only works for 1M_Phy. Although it has the provision of coded_phy.Can you please help me with how to enable coded PHY in the above-mentioned examples?
When i set 1M_Phy both the devices successfully connected but when i set
adv_params.primary_phy = BLE_GAP_PHY_1MBPS;
then it works fine !
2)Can we use ble_app_beacon for coded PHY connectable mode coded phy ? if yes can you please mention the central example for the ble_app_beacon to receive the packets?
Thanks in advance!
Hi @Torbjorn
Thank you so much for the response. I am using 17.0.2. But I can use the latest one if you recommend any example. Thank you for the example I will test it.
1) I also used ble_app_blinky_c and ble_app_blinky but it only works for 1M_Phy. Although it has the provision of coded_phy.Can you please help me with how to enable coded PHY in the above-mentioned examples?
When i set 1M_Phy both the devices successfully connected but when i set
adv_params.primary_phy = BLE_GAP_PHY_1MBPS;
then it works fine !
2)Can we use ble_app_beacon for coded PHY connectable mode coded phy ? if yes can you please mention the central example for the ble_app_beacon to receive the packets?
Thanks in advance!