I want to test RF during production but I do not have any GPIO or UART points on my DUT so I don't want to run the DTM. Can anyone tell me what problems there are with this method? Thanks.
The tester is a modified DUT board with UART that uses the NUS to transfer data between the DUT.
- Bond and connect the NUS service
- DUT will receive packets sent from tester and send the same packet back to tester. Use notification packets to send data between tester and DUT.
- Total send 1000 packets, payload 20 bytes (fill with 0, 255, 0, 255…….). Send next packet when receiving previous packet or timer is up. Timeout: 100msec
- Check how many packets sent back from DUT, packet loss > 3% means failure