Skip to main content

Case study

Smart Monitoring Dashboard

Live telemetry dashboard with alerts and historical analytics — including the live EbiTech lab on this site.

Status: in-progress
Next.jsIoTWebSocketESP32

Problem

Sensor data is useless if it stays on a serial log. Operators need a clear live surface.

Idea

Bridge firmware/serial into a public web dashboard with live widgets and status.

Hardware

ESP32, DHT11, ultrasonic distance, LED actuators, buzzer.

Software

Serial bridge, JSON store/API, Next.js dashboard widgets, proximity alerts.

Architecture

Device → serial/Wi‑Fi bridge → site API → live UI cards (temp, humidity, distance, LEDs).

Demo / Source