Other Parts Discussed in Thread: MMWAVEICBOOST, IWR6843
Tool/software:
We’re currently working with the IWR6843AOPEVM mounted on a MMWAVEICBOOST board and interfacing it with an ESP32 over UART to read TLV-formatted data from the radar sensor. We’re following the documentation and standard TLV format (Magic Word → Header → TLVs) for parsing.
- Are there any known buffering limitations or UART timing issues when interfacing IWR6843 with ESP32 at high baud rates?
- Is there a handshake or framing mechanism required due to which we may be missing while reading continuous frames via the MSS Logger UART?
- Is the EVM or MMWAVEICBOOST sending data that requires byte alignment or additional pre/post padding that might be corrupting our frame detection?
Any guidance or suggestions to troubleshoot this deeper (or known issues with this interface) would be greatly appreciated!