ESP32 DW3000 db two way ranging

Hi JakobO,

see the DW3000 Family User Manual, page 93. Given the binary representation that you have:

100000000011110000

the rightmost bit is bit 0, the leftmost bit is bit 17 (RXFTO). So, probably, you need to increase a timeout (e.g. FINAL_RX_TIMEOUT_UUS) or to shorten a message.