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

Running observer/broadcaster example on BLE nano

Hello,

I bought a BLE nano and MK20 set with nRF51822 from RedBearLab. Love Nordic complete bluetooth solutions.

In general I am pretty new to Bluetooth development, still learning bluetooth protocol and tech stack. Trying to use the board as a nRF51822 development kit substitution. Correct me please, if I misuse terminology or confuse one concept with another.

Currently, my goal is running BLE nano as an observer listening to other Bluetooth devices broadcasting, e.g. beacons. Once certain broadcasted sequence presents, switching BLE nano's role as a broadcaster/beacon to broadcast sequence.

below nRF example seems doing what I want.

github.com/.../nRF51-multi-role-conn-observer-advertiser

To setup a minimal way to test this example, my plan is using mbed to download the example to the board then using software on other platform (like iPhone or Android) with the ability to send out HCI commands? Do I miss something?

Thank you for your input.

Related