Hi all,
This might be a trivial issue, but i don't know what exactly am I missing.
I noticed while using the Packet sniffer in generic mode that even when sending the same packet the CRC value is changing .. according to the CC2510/11 datasheet the CRC is calculated over the whole payload, which in my case is not changing (I'm not using sequence numbers). so I can't find out why the CRC is still changing.
Any clues why this is happening?
I'm using CC2511 as sniffer, and CC2510 with SmartRF studio as TX
example output of the sniffer can be found below.
+----------------------------------------------------+----------------- - - -
| Packet sniffer frame header |
+----+-------------+-------------------------+-------+
|info| Packet nbr. | Time stamp | Length| Packet data
+----+-------------+-------------------------+-------+----------------- - - -
| 11 | 54 00 00 00 | 65 03 32 99 25 00 00 00 | 07 00 | 04 03 41 42 43 4A A3
+----+-------------+-------------------------+-------+----------------- - - -
+----------------------------------------------------+----------------- - - -
| Packet sniffer frame header |
+----+-------------+-------------------------+-------+
|info| Packet nbr. | Time stamp | Length| Packet data
+----+-------------+-------------------------+-------+----------------- - - -
| 11 | 56 00 00 00 | 16 91 A3 99 25 00 00 00 | 07 00 | 04 03 41 42 43 4A 8E
+----+-------------+-------------------------+-------+----------------- - - -
+----------------------------------------------------+----------------- - - -
| Packet sniffer frame header |
+----+-------------+-------------------------+-------+
|info| Packet nbr. | Time stamp | Length| Packet data
+----+-------------+-------------------------+-------+----------------- - - -
| 11 | 55 00 00 00 | 59 CA 6A 99 25 00 00 00 | 07 00 | 04 03 41 42 43 4A A1
+----+-------------+-------------------------+-------+----------------- - - -