Sensor Tester
  • 25 Nov 2022
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

Sensor Tester

  • Dark
    Light
  • PDF

Article summary

How to run the app

  1. Clone this repository to your PC or download this executable file
  2. Connect PC and VODA with USB Serial Cable
  3. Open the executable file with name Grafani Sensor Tester.exe
  4. Press Space for run or stop the app

Generate the executable file

Simply with execute this script

py .\generate_exec_file.py

will automatically compile the script and make it to executable file at ./dist/ directory

Run with pipenv

  1. Clone the repository that mentioned in How to run the app section
  2. This app can only run in Python v3.9.x so we need to install Python v3.9.x 64 bit or Python v.3.9.x 32 bit and make sure to include them in PATH
  3. Run this command
pipenv shell

and then

pipenv install
  1. Run main file
py .\main.py

Was this article helpful?