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

Use a beacon to look for other beacons?

Hello, I would like to build a device that looks for other beacons (not using a phone)... This device would simply look for other beacons near this device.

My questions:

  1. I use the NRF51822 in my current beacon design am I able to use the same chip or is there something else?

  2. Are there any code examples available??

Any help would be awesome!

Parents
    1. nRF51822 or nRF51422 can be used. If you don't use ANT, you should use nRF51822.
    2. I have made an example with the S130 0.9.0-1 alpha. It is advertising and scanning.

    Here is my project. I used SDK 7.1.0 (S130 0.9.0-1 alpha headers), and PCA10001.

    Extract it to C:\Keil_v5\ARM\Device\SDK7.1.0\examples\ble_central_and_peripheral\experimental

    It has a advertising interval of 500 ms.

    It toggles LED 1 every time it receives an advertising packet from device address search[]

Reply
    1. nRF51822 or nRF51422 can be used. If you don't use ANT, you should use nRF51822.
    2. I have made an example with the S130 0.9.0-1 alpha. It is advertising and scanning.

    Here is my project. I used SDK 7.1.0 (S130 0.9.0-1 alpha headers), and PCA10001.

    Extract it to C:\Keil_v5\ARM\Device\SDK7.1.0\examples\ble_central_and_peripheral\experimental

    It has a advertising interval of 500 ms.

    It toggles LED 1 every time it receives an advertising packet from device address search[]

Children
Related