Hello, I’m working with two custom boards. Each has a dw1000 module. One board is configured to transmit 100 packets in 10 seconds with a counter, the other one should receive the packets. When I configure the boards to use channel 3, I see all packets correctly, but when I switch to channel 5(keeping all other config the same), there is a considerable loss of packets (10%-20%) and enabling the counters, I see mainly RSL errors: //number of received frame sync loss events.
Why does the reed solomon algorithm fails so heavily changing the channel? How can I solve the problem?
Thank you