Back to Portfolio

IoT Analytics & Telemetry Dashboard

Project Overview

A cloud dashboard that ingests readings from IoT devices — temperature and air-quality sensors and similar hardware — over MQTT or HTTP webhooks, stores them in a time-series database (TimescaleDB or InfluxDB) behind ASP.NET Core, and charts live telemetry in Next.js with Chart.js or Recharts.

Challenge

Electronics, microcontrollers, and embedded work already sit in the portfolio. The missing piece is the full-stack cloud side — ingest, store, and chart high-volume sensor streams.

Solution

Devices publish over MQTT or HTTP webhooks into ASP.NET Core. TimescaleDB or InfluxDB holds time-series readings; Next.js with Chart.js or Recharts renders interactive live telemetry for sensors such as temperature and air quality.

Result

The build shows a rare hardware-to-cloud path: large time-series data handled end to end, from microcontroller to dashboard.

Technologies used

MQTTHTTP WebhooksASP.NET CoreTimescaleDB / InfluxDBNext.jsChart.js / Recharts

Features

MQTT
HTTP Webhooks
ASP.NET Core
TimescaleDB
InfluxDB
Next.js
Chart.js
Recharts
Time-series analytics
Live telemetry

Need a similar system — or a new one?

Tell me about your idea, stack, timeline, or an existing product you want improved.

IoT Analytics & Telemetry Dashboard