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 Muhammad
Muhammad Usman said: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?
Did you have a look at how coded PHY is selected in the ble_app_uart and ble_app_uart_c examples?
The service you use doesn't really matter for the PHY setup, and you should be able to do it in a similar way to those examples.
Muhammad Usman said: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?
Normally beacons are not connectable, the idea of beacons is that anyone in the area can pick them up. Can you give me a brief explanation of your use case, so I understand why you want to use beacons and be connectable at the same time?
I don't think we have a central version of this example. Instead we provided a mobile app in order to have a smart phone be the central device for receiving beacon packets (the main use case for beacons is to have them scanned by smart phones).
Best regards
Torbjørn