Hi,
I am working on a project which involves a number of low power nodes 4-16+ distributed over a relatively large area. There is one client which wants to retrieve data from these nodes at a periodic interval.
In order to preserve battery life the low power nodes want to be asleep as much as possible, however then they will miss messages unless the request is perfectly in sync.
From what I have read a bluetooth mesh where the client is a friend node would work to achieve this by holding messages for the low power nodes until they wake up, however this does not seem to be an option currently since the LPN / Friend node features are not available on the client side for implementation.
So my questions are:
- What other option do I have to retrieve messages from these nodes while allowing them to sleep the majority of the time? Should they push their updates from server to client?
- If a push type method is used, how would the configuration of the elements and models look? Would there be one element per sensor in the network? Or one common element that they all publish to?
- When are the low power node / friend features going to be available?
- When the friend features are available, can a client be a friend to it's nodes or does it need to be a separate router node?
Thanks!