[Tinyos-help] (no subject)
JeongKwanhee
khjeong at gist.ac.kr
Sat Jun 23 07:57:35 PDT 2007
Hello!!
First,
I'm trying to do debugging by sending information to UART when mote received
the packet.
Currently, I'm using the "MintRoute" or "Route" and so on, and I call txByte
to transfer on UART when event is generated.
call ByteComm.txByte(0xaa);
call ByteComm.txByte(0xbb);
call ByteComm.txByte(0xcc);
Generally, when I test the Blink example, the result is aa bb cc.
However, when I test the Multihop routing system(Routing library part), I
only gained aa.
It doesn't pass next step. I don't know why it show like above.
Second,
I'm testing what I receive RSSI value.
When I get the RSSI value, the result is 00 CF.
I don't know the range of RSSI.
Is this possible??
Tell me more plz...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20070623/0ab87ac1/attachment.html
More information about the Tinyos-help
mailing list