By using this site, you agree to the Privacy Policy and Terms of Use.
Accept
World of SoftwareWorld of SoftwareWorld of Software
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Search
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
Reading: 33 Air Sensors, Zero Coding: Simple Plug-in Monitoring | HackerNoon
Share
Sign In
Notification Show More
Font ResizerAa
World of SoftwareWorld of Software
Font ResizerAa
  • Software
  • Mobile
  • Computing
  • Gadget
  • Gaming
  • Videos
Search
  • News
  • Software
  • Mobile
  • Computing
  • Gaming
  • Videos
  • More
    • Gadget
    • Web Stories
    • Trending
    • Press Release
Have an existing account? Sign In
Follow US
  • Privacy
  • Terms
  • Advertise
  • Contact
Copyright © All Rights Reserved. World of Software.
World of Software > Computing > 33 Air Sensors, Zero Coding: Simple Plug-in Monitoring | HackerNoon
Computing

33 Air Sensors, Zero Coding: Simple Plug-in Monitoring | HackerNoon

News Room
Last updated: 2026/02/24 at 5:02 PM
News Room Published 24 February 2026
Share
33 Air Sensors, Zero Coding: Simple Plug-in Monitoring | HackerNoon
SHARE

33 sensors supported. Zero code required. Just plug in and breathe

Look, I’ve been playing with air quality sensors for a while. You know the drill: you get this shiny new PM2.5 sensor, wire it up to a USB-UART adapter, and then… the nightmare begins.

You need Python. You need drivers. You need to figure out if it’s /dev/ttyUSB0 or COM3 or whatever. You spend 20 minutes in a terminal just to see if the thing is even alive. And half the time, you’re writing throwaway scripts just to verify that your $12 sensor actually works.

I got tired of that. So I built something stupidly simple.

The “Why Hasn’t Anyone Done This?” Moment

A few months ago, I was testing a bunch of Plantower sensors for a project. PMS7003, PMS5003, the usual suspects. Every time I wanted to check readings, I had to fire up a Python script, install pyserial, deal with virtual environments, yada yada.

And I thought: Wait. Chrome can talk to USB devices now.

The Web Serial API has been around since Chrome 89. It’s actually pretty mature. So why is everyone still using desktop apps for this?

I hacked together a single HTML page. Threw in Chart.js for visualization. Added a JSON config loader. And suddenly I could plug in a sensor, hit “Connect,” and see real-time graphs in my browser.

No pip install. No sudo. No electron apps eating 500MB of RAM.

Just a webpage.

How It Actually Works

You go to pollusensweb.pages.dev You pick your sensor from a dropdown (we’re at 33 supported models now, more on that in a sec). You click “Connect,” choose your USB port, and bam – live data streaming into charts.

The secret sauce is a JSON configuration file that describes each sensor’s protocol:

  • Baud rate, data bits, stop bits
  • Frame structure (start bytes, length, checksum position)
  • JavaScript expressions to extract values from raw bytes
  • Units and display names

(You will find plenty of JOSON examples on my GitHub repo; just check sensors.json and readme)

That’s it. No compiled drivers. No firmware flashing. The browser does everything.

Now, we’re at 33 sensors in the default JSON, covering:

  • Plantower (PMS1003 through PMSA003-S, plus the industrial PS3003A)
  • Sensirion (SPS30, SCD30 for CO2)
  • Honeywell (HPMA series)
  • SenseAir (S8, K30, K33 – CO2 sensors)
  • Nova PM (the classic SDS011)
  • Panasonic (SN-GCJA5)
  • And a bunch more from smaller manufacturers

The cool part? Adding a new sensor doesn’t require touching the code. You just write a JSON config. If you have a UART sensor that spits out binary frames, you can probably support it in 10 minutes.

Real Talk: The Web Serial API Is Underrated

I feel like the Web Serial API is one of those browser features that developers sleep on. Everyone knows about WebRTC, WebGL, whatever. But direct hardware access from a webpage? That’s game-changing for IoT prototyping.

Yeah, it only works in Chromium browsers (Chrome, Edge, Brave). Firefox and Safari are dragging their feet. But for development and debugging? It’s perfect.

The security model is actually sane: the browser asks permission for every serial connection. You can’t just silently sniff someone’s USB devices. And since everything runs client-side, your sensor data never hits my server. It’s yours.

Features That Actually Matter

I didn’t want to build another bloated IoT platform. I wanted a tool I’d actually use. So here are the features that made the cut:

Live Charts: Multiple parameters, customizable colors, and resizable. You can pop out charts for different sensor groups (PM values vs CO2 vs VOCs).

CSV Export: One button, full session data with timestamps. Because eventually, you need to open this in Excel or feed it to your actual analysis pipeline.

Raw Packet Inspection: Hex dump of incoming frames with checksum pass/fail indicators. Essential when you’re debugging a new sensor config.

Webhook Streaming: HTTP POST/GET/PUT to external endpoints with templated JSON bodies. I use this to pipe data into InfluxDB or Home Assistant without any middleware.

Custom Commands: Send initialization sequences or periodic polling commands. Some sensors need a wake-up byte; others want a specific query frame.

The “It Just Works” Philosophy

Here’s my hot take: hardware tools should be as easy as software tools.

When you plug in a USB webcam, you don’t compile a driver. When you connect Bluetooth headphones, you don’t edit config files. But for some reason, UART sensors are still stuck in 1998.

PolluSensWeb is my attempt to fix that for my little corner of the hardware world.

It’s not perfect. The UI is functional, not beautiful. The code is vanilla JS because I didn’t want build steps. But it solves a real problem: lowering the barrier to seeing your data.

Try It or Fork It

The whole thing is open source: github.com/WeSpeakEnglish/polluSensWeb

You can use the hosted version at pollusensweb.pages.dev or just download and run it locally. No server required. No dependencies to install.

Find it useful? Star the repo so others can find it too.

Got a weird sensor that’s not on the list? You’re welcome to contribute a working JSON config for it – or just test it on hardware, and I’ll help you write the JSON. Drop me a message or open a PR. We’re at 33 sensors and counting, and I’d love to hit 50 by next year.


Built with caffeine, Chart.js, and the stubborn belief that hardware shouldn’t require a CS degree to operate.

Sign Up For Daily Newsletter

Be keep up! Get the latest breaking news delivered straight to your inbox.
By signing up, you agree to our Terms of Use and acknowledge the data practices in our Privacy Policy. You may unsubscribe at any time.
Share This Article
Facebook Twitter Email Print
Share
What do you think?
Love0
Sad0
Happy0
Sleepy0
Angry0
Dead0
Wink0
Previous Article New M6 MacBook Pro details revealed, including Dynamic Island, touch, more New M6 MacBook Pro details revealed, including Dynamic Island, touch, more
Next Article Today's NYT Connections Hints, Answers for Feb. 25 #990 Today's NYT Connections Hints, Answers for Feb. 25 #990
Leave a comment

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Stay Connected

248.1k Like
69.1k Follow
134k Pin
54.3k Follow

Latest News

China’s Smart Public Toilets Give You A Quick Medical Check-Up – Here’s How – BGR
China’s Smart Public Toilets Give You A Quick Medical Check-Up – Here’s How – BGR
News
As people look for ways to make new friends, here are the apps promising to help |  News
As people look for ways to make new friends, here are the apps promising to help | News
News
I went a year without a phone service, and this is what I learned
I went a year without a phone service, and this is what I learned
News
Firecrawl First, Bing Second: A Safer Way to Enrich Company Data | HackerNoon
Firecrawl First, Bing Second: A Safer Way to Enrich Company Data | HackerNoon
Computing

You Might also Like

Firecrawl First, Bing Second: A Safer Way to Enrich Company Data | HackerNoon
Computing

Firecrawl First, Bing Second: A Safer Way to Enrich Company Data | HackerNoon

14 Min Read
Hope Is Not a Strategy in Fintech | HackerNoon
Computing

Hope Is Not a Strategy in Fintech | HackerNoon

0 Min Read
Hangs & Performance Regression On Large Systems Fixed For Linux 7.0-rc4
Computing

Hangs & Performance Regression On Large Systems Fixed For Linux 7.0-rc4

3 Min Read
Rebuilding CRM Truth From Noisy Events | HackerNoon
Computing

Rebuilding CRM Truth From Noisy Events | HackerNoon

14 Min Read
//

World of Software is your one-stop website for the latest tech news and updates, follow us now to get the news that matters to you.

Quick Link

  • Privacy Policy
  • Terms of use
  • Advertise
  • Contact

Topics

  • Computing
  • Software
  • Press Release
  • Trending

Sign Up for Our Newsletter

Subscribe to our newsletter to get our newest articles instantly!

World of SoftwareWorld of Software
Follow US
Copyright © All Rights Reserved. World of Software.
Welcome Back!

Sign in to your account

Lost your password?