Issues with DigiMesh Network

Hi,

I’m developing a large network with DigiMesh protocol, but I’m having several problems to configure the network for having a right behaviour.

I want a 50 devices network, in this network only one will act as a coordinator, and the other ones have to awake by a cyclic period.

I’m trying changing the different parameters to achieve this, but I’m not be able to have a right behaviour.

My test is:

COORDINATOR
CE = 0
SM = 7
SO = 4
SP = 64 (hex) = 100 (dec)
SN = 5 (hex) = 5 (dec)
ST = 2710 (hex) = 10000 (dec)

ROUTER
CE = 0
SM = 8
SO = 8
SP = 64 (hex) = 100 (dec)
SN = 5 (hex) = 5 (dec)
ST = 2710 (hex) = 10000 (dec)

  • In ROUTER I wonder if SP, SN, and ST have to preconfigured or the coordinator will adjust these parameters.
  • The fact is that with this configuration the network won’t work fine, so:
    Could you give me an examples to configure the modules with the right values to work in synchronized sleep mode?? (Coordinator will be always awake).

Thanks in advance!

Regards.