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.
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.
This page accepts lines such as Humidity:45, Temp:21,
Pressure:1012, or similar name,value pairs.
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.
Light
Temperature
Noise
Pressure
Incoming serial log
Useful if your micro:bit sends slightly different sensor names and you want to see exactly what arrives.