Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octaprog7/ens160
MicroPython module for work with ENS160 Digital Metal-Oxide Multi-Gas Sensor.
https://github.com/octaprog7/ens160
aqi co2 micropython sensor tvoc
Last synced: 3 months ago
JSON representation
MicroPython module for work with ENS160 Digital Metal-Oxide Multi-Gas Sensor.
- Host: GitHub
- URL: https://github.com/octaprog7/ens160
- Owner: octaprog7
- License: mit
- Created: 2022-08-08T17:18:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T04:15:21.000Z (about 2 years ago)
- Last Synced: 2023-12-16T14:38:54.374Z (11 months ago)
- Topics: aqi, co2, micropython, sensor, tvoc
- Language: Python
- Homepage:
- Size: 8.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-micropython - ens160 - MicroPython module for work with ENS160 Digital Metal-Oxide Multi-Gas Sensor. (Libraries / Sensors)
README
Micropython module for work with ENS160.
ENS160 is a digital multi-gas sensor specifically designed for
indoor air quality monitoring, offering optimum detection of a
wide range of volatile organic compounds (VOCs) and oxidizing gases.Upload micropython firmware to the NANO(ESP, etc) board, and then *.py files: main.py, ens160sciosense.py,
and sensor_pack folder. Then open main.py in your IDE and run it.# Pictures
## IDE
![alt text](https://github.com/octaprog7/ens160/blob/master/ide_ens160.png)
## Breadboard
![alt text](https://github.com/octaprog7/ens160/blob/master/brd_ens160.png)
## CO2 and TVOC graph
![alt text](https://github.com/octaprog7/ens160/blob/master/co2_graph.png)
The sharp increase in CO2 and VOC content is due to the exhalation of used air from the lungs to the sensor.