Hi there,
I will try to describe the network I need to build:
- Several devices embedding a digimesh module that will wakeup on a particular local event and send data to a unique gateway
- A gateway that will receive data from the other devices.
1)I need all the devices (even the gateway) to sleep until one of the module has something to send to the gateway
2)I need to configure each module so that it is able to wake-up / route the data of another module if needed / returns in sleep mode.
In other words, I need to have everybody sleeping until one module has something to send to the gateway.
I guess this can be easily done with digimesh …
What would be the configuration to set for each module under XCTU to get this work?
Thanks in advance