- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback!
How to run the app
- Clone this repository to your PC or download this executable file
- Connect PC and VODA with USB Serial Cable
- Open the executable file with name Grafani Sensor Tester.exe
- 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
- Clone the repository that mentioned in How to run the app section
- 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
- Run this command
pipenv shell
and then
pipenv install
- Run main file
py .\main.py
Was this article helpful?