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...
_______________________________________________ Tinyos-help mailing list [email protected] https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
