Hi,

In order to eliminate CRC checking on micaz motes, I changed the line:

"if ( ( buf[ rxFrameLength ] >> 7 ) && rx_buf ) {"  in CC2420ReceiveP

to

"if (rx_buf) {"    

so packages will be sent regardless of if the CRC check byte passes.

Now I want to get rid of the CRC being added on the sender side of the motes, 
so I tried commenting out the lines:

( 1 << CC2420_MDMCTRL0_AUTOCRC ) |

and

( 0 << CC2420_MDMCTRL0_AUTOACK ) |

in CC2420ControlP

However, the motes can no longer send/receive messages.
Does anyone see an error in what I have done, or have any further suggestions?

Thanks!
Joe



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

Reply via email to