Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finomnis/airqualitysensor
Simple Air Quality sensor based on nRF52840, Zigbee, AM2302/DHT22 and Senseair S8
https://github.com/finomnis/airqualitysensor
am2302 dht22 nrf52840 senseair-s8 zigbee
Last synced: 11 days ago
JSON representation
Simple Air Quality sensor based on nRF52840, Zigbee, AM2302/DHT22 and Senseair S8
- Host: GitHub
- URL: https://github.com/finomnis/airqualitysensor
- Owner: Finomnis
- License: apache-2.0
- Created: 2021-04-09T11:10:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-20T20:26:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-09T07:13:15.054Z (29 days ago)
- Topics: am2302, dht22, nrf52840, senseair-s8, zigbee
- Language: Rust
- Homepage:
- Size: 788 KB
- Stars: 15
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AirQualitySensor
-- in development --
> **IMPORTANT**
>
> This project will most likely never be released in a way that it can be replicated by other makers.
> It is a repository for personal use only.
>
> I kind of finished the project but didn't actually manufacture a dedicated PCB for it. Therefore there
> are no official schematics for the hardware.
>
> Note that the `v1` hardware that I did get manufactured had an unknown error in it that kept messing up the calibration of the Senseair S8 in random intervals. I never found out what the problem was.---
Simple Air Quality sensor based on:
- nRF52840 (Microcontroller + Zigbee)
- Senseair S8 (CO2)
- AM2302/DHT22 (Temperature + Humidity)
- Zigbee (SmartHome Connectivity)
- DOGM132W-5 (Display)
- uGFX (UI)