Hello
i'm developing a temperature sensor network based on digimesh protocol, the xbee is connected via serial port to a PIC, at every wake cycle the PIC sends a packet with the temp, the voltage and the SL of the xbee, eg. 22,3;4,10;40BEB186
The problem is at the coordinator side: altrough i can reach all the nodes of the network (20 at the moment) with XCTU, if i open a serial terminal i can read only 8\10 packets at every wake cycle. The transmitting nodes are random, the same node sometimes transmits the packet, sometimes not.
I'm using AT mode
I've changed the RO value to FF and tryed various baud rates without success... the other AT values are the default ones...what can i check?