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

nRF52832 beacon mesh

Hello,
I bought three BMD-300 Eval, which incorporates the nrf52832.  I would like to create a mesh network of beacons. I downloaded the nRF5_SDK_14.2.0 and uploaded the example "ble_app_beacon" on the boards. Now, I downloaded the nrf5_SDK_for_MESH, but I do not know what to do. I want to create a mesh so that the beacons exchange the advertising packages with information on RSSI, Address, Major, Minor etc ...

Parents Reply
  • Where can you see the adv_data[] array packet in the ble_app_beacon example? From my understanding, this application only informs the smartphone of a few things, such as: 128 bitt UUID, major value for course beacon differentiation, minor value for fine beacon differentiation & the RSSI value of the beacon to estimate distance from a beacon (see link). From my understanding, beacons tend to send the same advertising data at all times, so I am not sure it is such a great idea to use a beacon to advertise your sensor data (not fully sure about this).

Children
Related