polluSensWeb
Connect your UART pollution sensor directly in the browser
polluSensWeb – Browser-based UART pollution sensor reader and visualizer
Summary: polluSensWeb is a browser tool that reads and plots data from UART air quality sensors such as PM2.5 and VOCs without installation. It parses raw binary frames using JSON configs, displays live charts, and supports webhook data forwarding, all running locally without internet.
What it does
polluSensWeb connects to UART sensors via the Web Serial API, parses sensor data based on JSON-defined structures, and visualizes measurements in real time using Chart.js. Users can load custom sensor configurations and export statistics as CSV files.
Who it's for
It is designed for users needing a quick, installation-free way to monitor UART air quality sensors directly in the browser, including developers and hobbyists working with various sensor models.
Why it matters
It eliminates the need for separate software or scripts by enabling direct sensor data reading, visualization, and integration through webhooks within a single browser interface.