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: Best way to accumulate sensor data from every node and forward

I want to have every node carry a copy of the sensor data in every other node and pass these around on update.

Should I use ANT FIT or FS? What makes mores sense?

As the data are in RAM, I am somewhat opposed to FS. If I use FIT, the data structure length would be dynamic as data are passed around and new nodes are added.

Ideas?

Thank you.

Steph

I am using scan and forward as the communications model.

Parents Reply Children
No Data
Related