/Score-Automation

Score Automation for RMAGEDDON 23

Primary LanguageHTML

Logo

Score Automation

A solution for automateing the process score and progress tracking.

The project aimed to address these by implementing an automated system that could seamlessly monitor the status of participants', checkpoints and provide real-time updates to participants

Prototype

prototype 1

Installation

Server setup

Clone the repositry

git clone https://github.com/iam7t9/SocAuto.git
cd .\SocAuto\Server\

Create virtual environment

python -m venv env .
.\env\Scripts\activate

Install requirements

pip install -r requirements.txt

ESP

  • Upload the code present in the ESP directory on the respective ESP32 and ESP8266

Tests the connection

  • To tests the connection, run the following command.
  • Select the port and check if data is received correctly.
python .\SerialMoniter.py

Deployment

To deploy ESP data receiver run,

python .\ESP-Excel.py

To deploy UI server run,

python .\Server-Excel.py

Screenshots

Interface 1

Interface 2

Authors

Contributing

Contributions are always welcome!

License

MIT