Update all schematics, add pics of isp

This commit is contained in:
KemoNine 2019-05-27 15:45:32 -04:00
parent 389fdce9aa
commit 48b825aa0f
10 changed files with 9 additions and 18 deletions

1
.gitignore vendored
View File

@ -15,6 +15,7 @@
*.sqlite-wal *.sqlite-wal
*.xml *.xml
.* .*
*.dng
__pycache__/ __pycache__/
deps/ deps/

View File

@ -4,7 +4,7 @@ widget_dimensions: [120, 120]
widget_size: [1, 1] widget_size: [1, 1]
widget_margins: [5, 5] widget_margins: [5, 5]
columns: 3 columns: 3
rows: 4 rows: 5
global_parameters: global_parameters:
use_comma: 0 use_comma: 0
precision: 0 precision: 0

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View File

@ -17,28 +17,18 @@ Please be aware the information contained in this repo isn't always 100% present
| Quantity | Hardware | Product Page | | Quantity | Hardware | Product Page |
| -------- | --------------------------------------- | ----------------------------------------------------------------------------------------- | | -------- | --------------------------------------- | ----------------------------------------------------------------------------------------- |
| 1 | Adafruit HUZZAH32 | https://www.adafruit.com/product/4172 | | 1 | Adafruit HUZZAH32 | https://www.adafruit.com/product/4172 |
| 1 | SparkFun CH340G Serial Adapter | https://www.sparkfun.com/products/14050 |
| 1 | SparkFun Qwiic Mux Breakout - 8 Channel | https://www.sparkfun.com/products/14685 | | 1 | SparkFun Qwiic Mux Breakout - 8 Channel | https://www.sparkfun.com/products/14685 |
| 8 | SparkFun Qwiic Adapter | https://www.sparkfun.com/products/14495 | | 1 | Adafruit STEMMA Soil Sensor | https://www.adafruit.com/product/3931 |
| 2 | Qwiic Cable - 50mm | https://www.sparkfun.com/products/14426 | | 2 | SparkFun Qwiic Adapter | https://www.sparkfun.com/products/14495 |
| 8 | Qwiic Cable - 500mm | https://www.sparkfun.com/products/14429 | | 1 | Qwiic Cable - 50mm | https://www.sparkfun.com/products/14426 |
| 1 | Qwiic Cable - 500mm | https://www.sparkfun.com/products/14429 |
| 1 | Waveshare 2.9" e-ink display | https://www.waveshare.com/product/modules/oleds-lcds/e-paper/2.9inch-e-paper-module.htm | | 1 | Waveshare 2.9" e-ink display | https://www.waveshare.com/product/modules/oleds-lcds/e-paper/2.9inch-e-paper-module.htm |
| 1 | 18650 Battery Holder | https://www.sparkfun.com/products/12899 | | 1 | 18650 Battery Holder | https://www.sparkfun.com/products/12899 |
| 15 | 4 pin 2.54mm pitch screw terminals | N/A |
| 1 | DF Robot Solar Charger (MQTT) | https://www.dfrobot.com/product-1712.html |
| 1 | Adafruit Large Solar Panel | https://www.adafruit.com/product/500 | | 1 | Adafruit Large Solar Panel | https://www.adafruit.com/product/500 |
| 1 | Adafruit Solar Charger | https://www.adafruit.com/product/390 |
| 1 | SparkFun LiPo Fuel Gauge | https://www.sparkfun.com/products/10617 | | 1 | SparkFun LiPo Fuel Gauge | https://www.sparkfun.com/products/10617 |
| 1 | SparkFun UV Sensor (VEML6075) | https://www.sparkfun.com/products/15089 |
| 2 | SparkFun MOSTFET Power Controller | https://www.sparkfun.com/products/11214 | | 2 | SparkFun MOSTFET Power Controller | https://www.sparkfun.com/products/11214 |
| 1 | SparkFun Momentary Button (Red) | https://www.sparkfun.com/products/11992 | | 1 | SparkFun Momentary Button (Red) | https://www.sparkfun.com/products/11992 |
| 1 | SparkFun Momentary Button (Blue) | https://www.sparkfun.com/products/11994 | | 1 | SparkFun Momentary Button (Blue) | https://www.sparkfun.com/products/11994 |
| 1 | 10k Resistor | N/A |
## Future Hardware
- [https://www.adafruit.com/product/3931](https://www.adafruit.com/product/3931)
- [https://www.tindie.com/products/miceuz/i2c-soil-moisture-sensor/](https://www.tindie.com/products/miceuz/i2c-soil-moisture-sensor/)
## Future/Posible Software
- [https://github.com/ageir/chirp-rpi](https://github.com/ageir/chirp-rpi)
- [https://github.com/Miceuz/i2c-moisture-sensor/blob/master/README.md](https://github.com/Miceuz/i2c-moisture-sensor/blob/master/README.md)
- [https://github.com/Apollon77/I2CSoilMoistureSensor](https://github.com/Apollon77/I2CSoilMoistureSensor)

Binary file not shown.

After

Width:  |  Height:  |  Size: 183 KiB