https://github.com/suyashkumar/co2
Explorations/learnings building a CO2 monitoring device for fun.
https://github.com/suyashkumar/co2
Last synced: over 1 year ago
JSON representation
Explorations/learnings building a CO2 monitoring device for fun.
- Host: GitHub
- URL: https://github.com/suyashkumar/co2
- Owner: suyashkumar
- License: mit
- Created: 2023-12-11T02:06:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-06T21:53:12.000Z (over 2 years ago)
- Last Synced: 2025-02-10T05:13:17.138Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 123 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
💨 CO2 Logger [WIP]
Hello there! This is a hobby DIY project to build a carbon dioxide (CO2) monitoring device. Indoor CO2 levels can be a proxy for ventilation, and there [might be negative cognitive impact for very high CO2 levels](https://dash.harvard.edu/bitstream/handle/1/27662232/4892924.pdf?sequence=1)--so it seems like a good thing to measure, and a fun excuse to make something. The plan is to get this data logged somewhere (locally, or over WiFi/Bluetooth/Serial) in addition to displaying the current levels on a small display, and maybe doing some fun analysis later (in addition to designing an enclosure, maybe battery powering this, etc). This is very much a work in progress, and we'll see where it goes!
If you're interested in random internet connected devices projects, check out some of my others: [suyashkumar/bike](https://github.com/suyashkumar/bike) (measuing RPM data from an excercise bike), [suyashkumar/smart-lights](https://github.com/suyashkumar/smart-lights) (from 7 years ago!).