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

Ble mesh network for nrf51822

Hi all,

I am developing ble mesh network, the source code taken from this link: github.com/.../nRF51-ble-bcast-mesh. First i tested led mesh example for two boards.

  1. If i press button 1 in Board_1 leds are go ON and OFF in Board_1, but in Board_2 LEDs are not going ON as soon as button pressed in Board_1, it takes some time to make leds ON.
  2. If i press button on board_2 no leds are on in that board and not in Board_1 also. I tested this senario while debugging Board_1 and pressed button on Board_2. At that time data mesh handler interrupt is occurred, in that they making LEDs operation. This happens only for some button press, but not for all button press.

Why this behavior can anyone please tell me.

  1. This mesh network code really works for more than 10 devices, if so please help me how make this work. I need it is urgent!!!!!!!!!!!!!!!!!!!
Related