Hi all,

I am currently having problems with getting the LowPowerSensing app
working. I added some LED debugging code so that I could see whether the
Sampler mote is receiving any packet, and apparently the Sampler mote is
NOT receiving any packet from the Base at all. I already tried changing

call LPL.setRemoteWakeupInterval(&request_samples_msg, LPL_INTERVAL + 100);

to

call LPL.setRemoteWakeupInterval(&request_samples_msg, 10*LPL_INTERVAL);

thinking that a longer transmit period from the Base would fix things, but
to no avail.

The only way I was able to make the Sampler receive anything was when I
created a "pseudo-Base" which sends an LPL message periodically(like every
second, using a Timer) - but of course that's not the point of the app -
it's supposed to be triggered by a  serial message from the Java program.

Any ideas, suggestions? I am using the CM5000 and the Advanticsys image.
The TinyOS version is 2.1.1. Thanks!
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to