Hi everyone,

I notice that interface CC2420Packet under CC2420PacketC component has a
setPower() command. My default transmission level is 3 and I try to change
the power level in my code in this way:
call CC2420Packet.setPower(&msg, 31);

call AMSend.send(&msg, ...);

However, now I find node does not receive any packet at all. If I change it
to 30, now packet is sent to a much larger distance than that of 3. Anyone
got a explanation for this?

BTW, for some other packets in the same code, I send without calling
CC2420Packet.setPower first, will they use power level 3 or 31?
Thanks.
-- 
-Xiaohui Liu
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to