From f9c49b8512d0e6624282a4f1256b5a306b722dff Mon Sep 17 00:00:00 2001 From: Aleksei Tertychnyi Date: Wed, 18 Feb 2026 12:41:43 +0100 Subject: [PATCH 1/2] Add polluSensWeb to Internet of Things (IoT) section polluSensWeb is a web-based serial interface for UART pollution sensors. - Live serial data acquisition with frame parsing - Dynamic charts with CSV export - Webhook integration for IoT platforms - Supports 30+ sensor models (Plantower, Sensirion, Honeywell, etc.) - Works offline in browser using Web Serial API --- software/pollusensweb.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 software/pollusensweb.yml diff --git a/software/pollusensweb.yml b/software/pollusensweb.yml new file mode 100644 index 0000000000..ab06caf01a --- /dev/null +++ b/software/pollusensweb.yml @@ -0,0 +1,13 @@ +name: polluSensWeb +website_url: https://wespeakenglish.github.io/polluSensWeb/ +source_code_url: https://github.com/WeSpeakEnglish/polluSensWeb +description: Web-based serial interface and charting tool for visualizing and logging data from UART pollution sensors (PM2.5, VOC, etc). Features live data acquisition, dynamic charts, CSV export, and webhook integration. +licenses: + - MIT +platforms: + - Javascript +tags: + - Internet of Things (IoT) +depends_3rdparty: false +demo_url: https://wespeakenglish.github.io/polluSensWeb/ +related_software_url: https://github.com/WeSpeakEnglish/polluSensWeb/releases From bcfdf96e302d192394104e95b134502b765e0c66 Mon Sep 17 00:00:00 2001 From: Aleksei Tertychnyi Date: Mon, 23 Feb 2026 21:13:19 +0100 Subject: [PATCH 2/2] Update software/pollusensweb.yml suggest Co-authored-by: kokomo123 <70863536+kokomo123@users.noreply.github.com> --- software/pollusensweb.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/software/pollusensweb.yml b/software/pollusensweb.yml index ab06caf01a..6581ee9079 100644 --- a/software/pollusensweb.yml +++ b/software/pollusensweb.yml @@ -8,6 +8,5 @@ platforms: - Javascript tags: - Internet of Things (IoT) -depends_3rdparty: false demo_url: https://wespeakenglish.github.io/polluSensWeb/ related_software_url: https://github.com/WeSpeakEnglish/polluSensWeb/releases