Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (8 loc) · 390 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 390 Bytes

Sensor Dashboard

Dashboard for the sensor payload for Battle of the Rockets 2024.

To run, install requirements:

pip install -r requirements.txt

Modify .env to include the serial port to which the reciever feather is connected, for example /dev/ttyACM0 on Linux, or COM2 on Windows.

Finally, you can run the program with python main.py, and open the page in a browser.