From ESP32 Certification and Test Guide.pdf:
Code: Select all
Input cmdstop command to stop receiving packets.
The serial port will print the number of
packets that have been received.
The format of the number of received packets is
0 0 0 0 0 0 0 0 w 0 0 0 0 0 0 0 0 p 0 0 0 b 0 0
The last parameter (based on hexadecimal system) indicates the number of bit errors.
The second-to-last parameter (based on hexadecimal system) indicates the overall number
of the received bits at a certain data rate.
For example, in a test, were I send 1000 packets I get the following:
Code: Select all
rw_rx_per:type=0,chan=0,ulap=0x6bc6967e,ltaddr=0
RW RX PER
3e8 0 0 0 0 0 3e8 0 w 0 0 0 0 0 0 0 0 p 54ec 5384 d485 b 0 0
But what is the meaning of the three hex numbers in 54ec 5384 d485 b?
If I decrease the power level, I might also get information between the w and the p:
Code: Select all
rw_rx_per:type=0,chan=0,ulap=0x6bc6967e,ltaddr=0
RW RX PER
3a 0 0 0 0 0 3a 0 w 0 0 0 0 1 0 0 f p 5e4 5c5 f68 b 0 0
Any help is very much appreciated.
Regards,
Dario