vote up 1 vote down star

I want to hold onto packets that fail the crc check. To do this I have commented out a section of the CC2420RecieveP readDone function that checks the msb bit of the LQI byte in the received buffer.

I think this is working,

However, once I receive the packet in my own receive function I send it through the serial component (not just the payload, I copy the whole received radio packet into the payload area of the serial packet). When I use the program Listen, it seems that the crc bool value is not there (only the LQI and RSSI) even though the crc is clearly copied into the bufPTR in the function receiveDone_task.

:(

Help!

Mike.

flag

2 Answers

vote up 1 vote down

i was only copying the first 28 bytes (not the header plus a 28 byte payload plus the metadata)

:P

link|flag
vote up 0 vote down

i have the same issue, can some one help?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.