From Customer
I have been testing 802.15.4 on the CC1352P launchpad - I need the higher power - and have notice that when errors start occurring, the software seems to get behind and strange behaviors start happening. I put more time between transmissions and that mitigates the issue. But it brings up the question, is this because the firmware is having trouble keeping up, the communication link to the PC is an issue, or is the PC software falling behind. The airtime is expected to be completely filled in this application. The client end will need to be able to pick out and process its messages (turnaround time is TBD) and the gateway needs handle all the inbound traffic which will be 75-90% of the available data rate.
Another quirk is the payload, TX ID or sequence numbers will have issues but it does not seem to note if this passes CRC or not. The error rate observed would seem to indicate the data printed to the screen is raw data independent of the checksum. I am using 802.15.4 with a 100 byte random payload with sequence numbers. This behavior seems to be specific to 802.15.4, the testing I have done with BLE tends to log a CRC error message at the end of the line. .