cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards

Home Page:https://cyberman54.github.io/ESP32-Paxcounter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IAQ status via LED / ws2812b

Tomi05-k opened this issue · comments

Hello,
I have been using Paxcounter for quite a while. Today I connected the BME680 for the first time. It is very nice that it sends the IAQ value.
Is it possible to show the IAQ status by LEDs. For example green, organs and red?
The coolest way would be via a ws2812b.

I am looking forward to answers.

Many greetings Tom!

Paxcounter is using FastLed Library to control LEDs. WS2812b is supported by FastLed, so it's easy to implement your feature. Why don't you go on yourself? You're welcome to create a PR.