Skip to content
Jason2729 edited this page May 26, 2023 · 2 revisions

Welcome to the STM_GUI wiki! Intro

STM_GUI

GUI for stm board. Translate raspberry pi to stm for more control and powerful functionality.

Data Definition

Target Status: Status indicating the measurement validity. It is type uint8_t and is one of the member variable of type VL53L5CX_ResultsData
Distance__mm: Measured distance in mm. It is type int16_t and is one of the member variable of type VL53L5CX_ResultsData
Reflectance: Estimated reflectance in percent. It is type uint8_t and is one of the member variable of type VL53L5CX_ResultsData

Using guide for reflectance test example

  • Download the code Example_1_ranging_basic.c (it is a modified version) into the folder ../VL53L5CX_Linux_driver_1.1.2/user/examples and replace the old one.
  • Go to ../VL53L5CX_Linux_driver_1.1.2/user/test and use make command to compile.
  • Run menu and choose example 1.

Note

  • modified_ranging.c is not working as intended. Need help with debugging

Clone this wiki locally