Hello everyone,

 

I ran into a strange problem with my software which to me seems to be caused
by the number of used interfaces. I'm currently using tinyos1 because
tinyos2 seems to be to slow in sampling the adc channels. Anyhow my software
was running without any big problems, but I needed some extra radio
interfaces to try to fix a bug that caused my motes to hang. I didn't need
to change much in my code but strangely now the start of my program isn't
working anymore. All code until this point was unchanged compared to the
previews working version. Let me paint a picture of this new bug. I
broadcast a message from one mote to two receiving motes running the same
code with the same interface only the address is different to distinguish
them in the network. Now the message is only received by one mote and it's
the same one every time. The other mote is not receiving anything and the
mote that did receive the message does only that and hangs afterward. So
when I remove the extra code needed for these radio interfaces including the
interfaces themselves everything works and both motes are receiving the
message.

 

To me it seems like I might be using to many interfaces, I count 21. Can
anyone tell me if this is the case or what other cause there could be?

 

Thanks

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to