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

what do i need to modify in an application to send that application over mesh? Lets say i wan to send blinky example over mesh to all other nodes, what i need to change in blinky application to have that DFU mesh support ?

what do i need to modify in an application to send that application over mesh?  Lets say i wan to send blinky example over mesh to all other nodes, what i need to change in blinky application to have that DFU mesh support ? 

Parents Reply
  • In that case, you application has to be such that, that it reads the node/device address and blink the light differently based on this address. For example the node when updated with the new application, can do blink 

    Blink LED ((node address & 0X000f) >> LED_NUMBER) if this is equal to 1.

    Now the same application will blink different LEDS on different nodes based on its node/device address

Children
Related