Skip to content

petercrona/arduino_ozone_ze25-o3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

arduino_ozone_ze25-o3

Coded this for a blog post (https://www.babyfriendlyair.com/en/technology/measuring-no2-with-a-winsen-ze25-o3-ozone-sensor/) where I played around with this sensor.

Sensor

Code for Arduino, you can open the ino file, connect the sensor to the digital pin 2.

The data is just written to "Serial" so that it can easily be stored by cat /dev/ttyACM0 > data for instance (on Arch Linux at least).

Sorry if I offend anyone by not following Arduino or C++ conventions, this is the first time I play around with an Arduino and first time in many years I code C++.

The sensor used is Winsen ZE25-O3, see: https://www.winsen-sensor.com/sensors/o3-gas-sensor/ze25-o3.html

Analysis

Some analysis and plotting of the data with Python.

About

Read PPB using a Winsen ZE25-O3 sensor on Arduino.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published