Envirobit live dashboard

Connect your micro:bit over USB, start streaming sensor values, and watch humidity, light, temperature, noise, and pressure update in real time.

Not connected
Browser support: Checking...
Latest message: 0
Connection
Status
Waiting for connection.
No data received yet.
How to use

Open this page in Chrome or Edge, click Connect micro:bit, pick the device, then let your program keep writing sensor values to USB serial.

Serial format

This page accepts lines such as Humidity:45, Temp:21, Pressure:1012, or similar name,value pairs.

Important

Web Serial only works on a secure page, so serve this folder with a local server such as python3 -m http.server 8000 and then open http://localhost:8000.

Humidity

Waiting...
Relative humidity No samples yet

Light

Waiting...
Ambient light No samples yet

Temperature

Waiting...
Degrees Celsius No samples yet

Noise

Waiting...
Noise level No samples yet

Pressure

Waiting...
Air pressure No samples yet

Incoming serial log

Useful if your micro:bit sends slightly different sensor names and you want to see exactly what arrives.