This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Is it possible to develop a normal connectable BLE device with beacon advertising?

Hi, I just want to know, Is it possible to develop a device that advertise normally and be connected by mobile, but the device must always send the eddystone-format advertising packet at the same time? In the other words, I am developing a normal BLE device(advertisable, connectable) and I hope the device always send the beacon advertising even the device is advertising or connecting. How should I do? I am using PCA10040(nRF52832). Thanks a lot.

Parents
  • FormerMember
    0 FormerMember

    Yes, it is possible to have a device that always advertise a beacon packet, and advertises normally. To do so, the advertised beacon packet has to be advertised using the timeslot API.

    In SDK 11, we have an example, experimental_ble_app_multiactivity_beacon, that shows how have an advertiser that runs concurrently with the heart rate application. There is only a nRF51 version of the example. However, the principle will be the same for nRF2.

Reply
  • FormerMember
    0 FormerMember

    Yes, it is possible to have a device that always advertise a beacon packet, and advertises normally. To do so, the advertised beacon packet has to be advertised using the timeslot API.

    In SDK 11, we have an example, experimental_ble_app_multiactivity_beacon, that shows how have an advertiser that runs concurrently with the heart rate application. There is only a nRF51 version of the example. However, the principle will be the same for nRF2.

Children
Related