Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Scan And Forward and Burst mode - configure/dynamic reconfiguring?

I'm using the Scan and Forward mode to relay sensor data. 

My requirement is for roughly 256 Bytes per message.

Question: Is it recommended to switch to a private channel once a device discovery is made or when a sensor datum changes?

In other words: Once the device cache contains device identities, should one cycle through those identities INDEPENDENT of the Scan and Forward communications? 

Scan and forward uses Channel 1 for Master, Channel 0 for Slave in discovery mode. Is it recommended to open another channel and pause the beacon on Channel 1 in order to transfer data to the slave(s)?

All help gratefully accepted.

Parents Reply Children
  • In S&F you have two channels. One master channel (channel 1), and one background scanning channel (channel 0). The background scanning channel listens for messages from the other nodes, while the master channels repeats the messages. The master will alternate between the latest messages received from the devices in the device registry.

    S&F is already using a dedicated channel to send the updated status, the master channel, channel 1.

Related