Clean up README
*grumbling about non-compiled languages*
Add WiFi + data sending support, refactor code
My attempt at building a DIY-ish air quality sensor. Currently has ~two components:
cad/
- A simple case to screw the components into, has ports for PM2.5 sensor intake + USB-C
circuitpython/
- Basic CircuitPython code to read from the sensors and upload it to a server over WiFi
secrets.py
file containing something like:
secrets = {
"ssid": "<your network>",
"password": "<network password>",
"endpoint": "<HTTP endpoint to upload JSON-formatted sensor data>",
}
Unless otherwise noted, all code in this repo is MIT licensed. Code that has the license of the original author is:
cad/*.stl
files are owned by Adafruitcad/rounded_cube.scad
is probably owned by Dan Upshawcad/usb_c.scad
includes snippets from https://github.com/nophead/NopSCADlib and is owned by Chris Palmercad/buckle.scad
comes from https://www.thingiverse.com/thing:82620/files