cyberman54 / ESP32-Paxcounter

Wifi & BLE driven passenger flow metering with cheap ESP32 boards
https://cyberman54.github.io/ESP32-Paxcounter/
Other
1.69k stars 397 forks source link

IAQ status via LED / ws2812b #977

Open Tomi05-k opened 1 year ago

Tomi05-k commented 1 year ago

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!

cyberman54 commented 1 year ago

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.