This repository contains the software-only implementation of
SCEMS (Smart Community Environment Monitoring System)
for the UFTB Robotics Club – IoT & Robotics Contest 2025 (Senior Category).
Gazipur’s Hi-Tech Industrial Zone faces:
- Poor air quality
- Rapid heat stress
- Unstable soil moisture
- Overcrowded public transport points
- Night-time security risks
- High energy waste due to static street lighting
SCEMS monitors these factors using simulated virtual sensors in Wokwi and performs alert classification with a Python backend.
SCEMS-Gazipur/
wokwi/ # Arduino/Wokwi simulation
backend/ # Python threshold engine + dashboard
docs/ # Report + screenshots + final PDF
logs/ # Stored CSV logs
README.md
Section A – Simulation (Wokwi + Arduino)
✔ A1 Soil moisture
✔ A2 Temperature & humidity
✔ A3 AQI mock sensor
✔ A4 Crowd density
✔ A5 Security (PIR + Sound)
✔ A6 Adaptive lighting
Section B – Python Threshold Logic
✔ Full logic implemented in threshold_engine.py
Section C – Integration & Dashboard
✔ Streamlit dashboard
✔ Realtime charts
✔ Priority evaluation
✔ Logs to CSV
Section D – Documentation
✔ REPORT.md
✔ Screenshots
✔ Final PDF
✔ TASKS.md (progress record)
Section E – Big Idea
✔ Simulation-based community monitoring concept
Circuit + Serial Monitor:
https://wokwi.com/projects/448685686274316289
(From project root)
-
Open terminal / Git Bash
-
Run:
cd backend
pip install -r requirements.txt
streamlit run dashboard_app.py
- Threshold engine for each sensor
- Global priority evaluation (CRITICAL / HIGH / MEDIUM / LOW)
- Temperature, humidity, AQI, soil, crowd analytics
- CSV logging
- Dashboard visualization
You can watch the full project demonstration here:
Demo Video Link:
https://drive.google.com/drive/folders/1hMPlVeWZghY3mUDQZwAU2zho7XbX1x9D?usp=drive_link
PDF File (inside this repo):
docs/Final_Report/EsatJahan_SCEMS.pdf
-
GitHub Repository:
https://github.com/Esatjahan/SCEMS-Environment-Monitoring -
Wokwi Project:
https://wokwi.com/projects/448685686274316289 -
Demo Video (Google Drive):
https://drive.google.com/drive/folders/1hMPlVeWZghY3mUDQZwAU2zho7XbX1x9D?usp=drive_link
Mst. Esat Jahan Akhi
SCEMS — A complete environment monitoring prototype via software simulation.