Skunks (Polish for Skunk) is a small air quality meter aimed for use in developing countries, home projects and in every place where affordable air quality meter might be useful.
It is designed to be cheap and easy to make from over-the-counter parts.
Skunk can measure following air parameters:
- PM 2,5
- Temperature
- Humidity
- Pressure
Results are available as a website presented when user connects to a WiFi network the device is broadcasting. It is also possible to configure skunk to connect to any available 2.4 GHz WiFi network and view its results there.
- WeMOS D1 mini - for CPU / Memory / IO and WiFi capabilities
- GP2Y1010AU0F - dust sensor from Sharp
- BME280 - temprerature, humidity and air pressure sensor from BOSH
Data sheets for used components are available in datasheets directory.
All sources are available in src directory. Web content needs to be converted to .h
files:
git clone https://github.com/Jamesits/bin2array.git
cd ./src/web_content
find . -iname "*.*" -type f -exec python3 ./../../bin2array/bin2array.py '{}' -O ./../'{}'.h \;
BB overview is shown below.
Electrical schematics:
PCB:
And very, VERY unholy real photos of firts prototype:
All hardware designs are stored in board directory. Old iterations are kept as well, should the hardware change.
Skunk icon is stored in icon directory. It is a skunk glyph from OpenMoji with added background. Due to limited space it is exported as 4-bit grayscale 180x180 px.