Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dieseltravis/portable-air-logger
logging CO2, VOC, temperature, and humidity with an RP2040
https://github.com/dieseltravis/portable-air-logger
Last synced: 4 days ago
JSON representation
logging CO2, VOC, temperature, and humidity with an RP2040
- Host: GitHub
- URL: https://github.com/dieseltravis/portable-air-logger
- Owner: dieseltravis
- License: other
- Created: 2022-01-24T03:44:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-11-27T05:06:24.000Z (12 months ago)
- Last Synced: 2024-08-02T16:52:12.246Z (3 months ago)
- Language: Python
- Size: 388 KB
- Stars: 3
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# portable-air-logger
logging CO2, VOC, temperature, and humidity with an RP2040This is basically just a fork of [@BlitzCityDIY](https://github.com/BlitzCityDIY)'s [Disconnected CO2 Data Logger](https://learn.adafruit.com/disconnected-co2-data-logger) with minor changes to support an [additional sensor for logging VOC info](https://www.adafruit.com/product/4829).
I modified [the 3D case design](https://www.thingiverse.com/thing:5030874) a bit as well to support the sensor, add a slightly larger USB-C hole for the cable I use, add a hole for the MicroSD card, and adding some ventilation holes as well. Here is [my remix on Thingiverse](https://www.thingiverse.com/thing:5214475), and the two modified parts on TinkerCAD: [sensor-box](https://www.tinkercad.com/things/0YbBEU34PpT) and [sensor-lid](https://www.tinkercad.com/things/9p78jmuUmk7).
This was my first time working with RP2040, CircuitPython, and STEMMA QT connectors. It was a very refreshing weekend project compared to some previous electronics projects which required lots of soldering and C++.
![air-logger](https://user-images.githubusercontent.com/17863/150721770-ea3c41e4-5e17-4324-9afc-bd428591057b.jpg)