This is the project for Module 9 in the Embedded Systems course.
- FastAPI
- Streamlit
- Arduino IDE
Clone project
https://github.com/attmhd/monitoring-ldr.git
Go to project directory
cd monitoring-ldr
Open Arduino IDE & import arduino.c file
Ensure the circuit is properly set up and the code is successfully uploaded to the Arduino.
Install depedencies
pip install -r requirements.txt
Import db.sql to mysql database
Running project
fastapi dev main.py
streamlit run dashboard.py
API Documentation
https://127.0.0.1:8000/docs
- @attmhd
- @fahreza