Hello,
I'm trying to access time of flight data external to the GUI using the EVM's UART and display it like in the following thread:
I'm confused on how to interpret the data in my program (I'm using an Arduino) to deduce the time of flight from the transmitted bytes. I'm getting the bytes to display in my program but am unsure of how to arrange the bytes to get the full precision like in the above thread.
Thanks!