diff --git a/readme.md b/readme.md index 6cb8f85..0b16826 100644 --- a/readme.md +++ b/readme.md @@ -1,2 +1,21 @@ # Gardentron + A Open source water gardening system + +## Schematics + +Since some parts where not available it is not a exact match but the component setup should be more or less the same as the one I've used +!(Schematic image)[https://github.com/eliasrenman/gardentron/blob/main/schematics/schematic.png] + +## Parts list + +- Raspberry PI Pico Wireless +- 12v 1A powersupply +- SparkFun BabyBuck Regulator 5V or equivalent +- Relay Card 4x 5v Opto-isolated +- Soil sensors x3 +- Solenoid 12V x3 + +### Optional Parts + +- DC-jack 2.1mm with pcb pins diff --git a/schematics/gardentron.fzz b/schematics/gardentron.fzz new file mode 100644 index 0000000..c2dbfb0 Binary files /dev/null and b/schematics/gardentron.fzz differ diff --git a/schematics/parts/Raspberry-Pi-Pico-tht.fzpz b/schematics/parts/Raspberry-Pi-Pico-tht.fzpz new file mode 100644 index 0000000..4b76464 Binary files /dev/null and b/schematics/parts/Raspberry-Pi-Pico-tht.fzpz differ diff --git a/schematics/schematic.png b/schematics/schematic.png new file mode 100644 index 0000000..2f4ee02 Binary files /dev/null and b/schematics/schematic.png differ