Skip to content

Jason2729/STM_GUI

 
 

Repository files navigation

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

About

GUI for STM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 53.4%
  • C 43.9%
  • Makefile 2.6%
  • Shell 0.1%