Initial commit

This commit is contained in:
hak8or 2020-07-11 21:44:14 -04:00
commit 6bf367b6e1
2 changed files with 17 additions and 0 deletions

13
env_sensors.md Normal file
View File

@ -0,0 +1,13 @@
# Environment Sensors
We want to record two things at minimum, temperature and humidity.
| PN# | IC/PN# Cost | Module Cost | Extra Values | Notes |
| ---- | ---- | ---- | ---- | ---- |
| SHT30 | $4.00 | $3.70 | None | |
| SHT31 | $7.00 | $7.00 | None | |
| BME680 | | $11.50 | VOC | VOC=volatile organic compounds |
| DHT22 | | $7.00 | None | |
| Si7021 | | $5.00 | None | |
| AHT20 | | | | |
| AM2320 | | $3.00 | None | |

4
readme.md Normal file
View File

@ -0,0 +1,4 @@
# Electronic Notes
This contains various notes I would feel are worthy of maintaining at least in some sense. Not the best, but it's something!