Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.05 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.05 KB

MVM - gui

Code organization

  • the gui folder is deputed to contain the Python files for the GUI
  • the mock folder contains the mock-ups for testing purposes, basically to mimic hardware interaction

Requirements

Run

You can run with

cd gui/
./mvm_gui.py

By default, the program will read from the specified serial port. If you want to run with simulated input, the program is invoked with

./mvm_gui.py fakeESP32

Default settings are stored in

./gui/default_settings.yaml

Basics settings are:

  • port: (string) the serial port to use

More settings and description can be found in the yaml file itself.

If you want to read from an Arduino (ESP), you need to upload mock/mock.ino to your Arduino device, and specify the serial port in the settings file.