How to achieve continuous radar data acquisition in the HOST_DRIVER consistent with the GUI interface?
· HOST_DRIVER: Utilizes the DOUT state mode. At the application level, the sensor target data is read only when the DOUT state toggles.
· GUI: Utilizes thread polling for data reading, so the tool continuously refreshes the distance;
· Solution: If the Host MCU needs to achieve the same data acquisition behavior as the GUI, the Host MCU's data acquisition method can be modified to call sensor_get_target_info periodically based on the frame cycle (polling), or change the radar's data reporting mode to "Data Mode" according to Section 5.5 (TLV).
Technical Documentation
| Name | Related |
|---|---|
|
|
|




