https://github.com/dag0310/pm-recorder
Measure PM2.5 and PM10 values and log them to an API.
https://github.com/dag0310/pm-recorder
feinstaub feinstaubsensor logger logging particulate-matter pm pm10 pm25 sensor
Last synced: 5 months ago
JSON representation
Measure PM2.5 and PM10 values and log them to an API.
- Host: GitHub
- URL: https://github.com/dag0310/pm-recorder
- Owner: dag0310
- Created: 2024-01-14T22:08:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-15T08:16:11.000Z (over 2 years ago)
- Last Synced: 2024-03-17T10:10:46.625Z (about 2 years ago)
- Topics: feinstaub, feinstaubsensor, logger, logging, particulate-matter, pm, pm10, pm25, sensor
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Particulate Matter Sensor SDS011 Logger
Measure PM2.5 and PM10 values and log them to an API.
## Setup
- `sudo pip3 install -r requirements.txt`
- `./pm.py`
- Set values in `config.ini` according to `config.template.ini`
## System dependencies
- `sudo apt install python3-dev python3-serial`
## Libraries
- Library used: [simple-sds011](https://github.com/krumphauchicken/simple-sds011)
- Alternative library: [sds011lib](https://github.com/TimOrme/sds011lib)