Hi, I have a simple test where one node broadcasts packets and it is received by multiple nodes. I noticed that I was occassionally receiving some corrupted packets. The packets were transmitted correctly because one of the other nodes received the packet correctly.
On doing a little investigation, I noticed that the lower layer driver (RF230DriverHwAckP.nc) does not check the RX_CRC_VALID flag in the register PHY_RSSI (0x06) which is updated with the result of the FCS check on the received packet. Would adding another check improve the Receiver reliability? Thanks, Lewis
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
