Other Parts Discussed in Thread: MMWAVEICBOOST, , IWR6843, MAX3232
Tool/software:
Hello,
I am currently working with the IWR6843ISK (PROC073 REV B) and MMWAVEICBOOST ( PROC074B-001). My goal is to make the IWR6843ISK function independently as a standalone radar sensor—without requiring the MMWAVEICBOOST. My ultimate goal is to connect the radar sensor to another MCU (STM32WL55JC1) to receive the radar data, parse it, and generate a trigger event based on detection conditions.
Current Setup:
- I have been using the XDS110 USB interface to configure and monitor the radar output.
- When connected via USB, I see two virtual COM ports:
- XDS110 Class Application/User UART → Used for sending configuration (.cfg) commands.
- XDS110 Class Auxiliary Data Port → Used for receiving radar output data.
- The radar configuration and visualization are done via mmWave Visualizer.
Questions:
-
Can I use the IWR6843ISK as a standalone radar sensor without the MMWAVEICBOOST?
- If so, do I need an external flash or additional hardware for boot and operation?
- Would another version of IWR6843 be more suitable for standalone use?
- My goal is to connect the radar sensor with the another MCU to get the sensor data and parse it and create a trigger.
-
Using RS232 TX/RX on LP/BP instead of XDS110:
- The 40-Pin LP/BP connector has RS232 TX (J5.5) and RS232 RX (J5.7).
- If I connect these to a microcontroller (e.g., STM32WL55JC1) via MAX3232 (RS232 to TTL converter):
- How do I send the configuration commands?
- Will I receive the same radar output data that appears on the XDS110 Auxiliary Data Port?
-
Do I need to get both UART ports (XDS110 Auxiliary Data Port and Configuration Port)?
- If yes, how can I achieve this using the RS232 TX/RX on the LP/BP connector?
- Can I handle both configuration and radar data via the RS232 TX/RX pins?
- If not, what alternative methods exist to configure the sensor and get the sensor data?
Any guidance on configuring and receiving radar data through RS232 instead of XDS110 would be greatly appreciated.
Thanks!