Skip to content

attmhd/monitoring-ldr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Send data from NodeMCU esp 8266 to MySQL database (LDR sensor)

This is the project for Module 9 in the Embedded Systems course.

Tech Stack

My Skills

  • FastAPI
  • Streamlit
  • Arduino IDE

Installation

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

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published