first you need to carefully examine the chip documentation to see if you can put the radio into a pass through mode so it will receive everything. If you can't tell the h/w to receive everything then you are out of luck.
I've looked a bit at the cc2420 but have yet to see any hints that you can receive everything. Typically the h/w should and does reject stuff that one isn't interested in and it is unusual for the h/w to accept crap packets. So you are asking the h/w to do something unusual and the h/w may or may not allow you to do it. But you need to start at the very lowest level and see if the h/w can be programmed to pass through corrupt packets. Oh and by the way, your message is far too generic. Typically it would be much more helpful if you state what platform and what exact h/w you are using. eric On Tue, Feb 7, 2012 at 2:10 PM, Omar Hassan <[email protected]> wrote: > Hi, > > I am working in jamming based project, I need to observe jammed > packets, as well as clean ones. > > I am using Basestation to observe the channel, but it seems that it > drops the corrupted packets. > > I tried to many solutions that was mentioned here but did not work. > > What I want to is that make the Basestation read any packet (even with > corrupted headers), by Disable CRC checks completely, and skip any > other checks that may cause packet loss as well. > > Thanks in advance, > > Regards, > Omar Mohammad > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help > -- Eric B. Decker Senior (over 50 :-) Researcher
_______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
