Hello,
I've done a small project to measure temperature with Zibgee Xbee modules (S2C TH version) based on thermistors by using the python digi-xbee library.
Basically the system peridocally reads the ADC values from remote nodes by using this library, actually it works well but I've problems If I set the sleep periods bigger than 5-7 seconds.
I mean, If the SP param is bigger the code starts to get timeouts from the remote nodes, of course to solve temporally this issue I've reduced the SP time to 5 seconds but the problem now is that the battery only last a few days (2-3).
I've read all the documentation and I also have set the rest of the params (SM, ST and SO) propperly (I think so)
My question is if someone has worked with this library and has successed with SP times set to bigger values?
Thanks ind advanced