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.