A project for tracking environmental factors like air quality, temperature, humidity, pressure, and light.
  • C 93.2%
  • CMake 6.8%
Find a file
2026-06-30 06:21:52 -04:00
include chore: reorganize source organization to a more modern style 2026-06-30 06:21:52 -04:00
src chore: reorganize source organization to a more modern style 2026-06-30 06:21:52 -04:00
.gitignore initial commit of project 2026-06-15 15:03:54 -04:00
CMakeLists.txt chore: reorganize source organization to a more modern style 2026-06-30 06:21:52 -04:00
LICENSE initial commit of project 2026-06-15 15:03:54 -04:00
README.md readme: add readme.md finally 2026-06-30 05:45:54 -04:00

ENSAHT

What?

A firmware for the Raspberry Pi Pico W to grab data from a few environmental sensors and then log them to Adafruit IO (or the MQTT service of your choice).

Why?

I dunno, cause I wanted to play with these sensors and keep track of the air quality in my room. But eCO2 is pretty inaccurate, and I suspect I have a fake ENS sensor because the readings seem almost random.

License

Unlike most software I write, this is released under MIT instead of under MPL. So, follow the MIT license if you wanna reuse it!