An open API service indexing awesome lists of open source software.

https://github.com/tuomas2/pulputin


https://github.com/tuomas2/pulputin

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

Pulputin
--------

Arduino project that implements an automated watering system for my potted grape vine.
It also controls soil heater (to keep it from freezing) during winter.

Uses libs:
- [LiquidCrystal I2C](https://github.com/johnrickman/LiquidCrystal_I2C) by Frank de Brabarder, version 1.1.2 from Arduino library
- [RTCLib](https://github.com/NeiroNx/RTCLib) by NeironN by JeeLabs, version 1.6.3 from Arduino Library
- [OneWire](https://github.com/PaulStoffregen/OneWire) version 2.3.7
- [DallasTemperature](https://github.com/milesburton/Arduino-Temperature-Control-Library) version 3.9.0
- [LowPower](https://github.com/LowPowerLab/LowPower) version 2.2

Pictures
--------

Board

![Board](https://raw.githubusercontent.com/tuomas2/pulputin/master/pictures/board.jpg)

Board and pot

![Board and pot](https://raw.githubusercontent.com/tuomas2/pulputin/master/pictures/board_and_pot.jpg)

Sensor and pump

![Sensor and pump](https://raw.githubusercontent.com/tuomas2/pulputin/master/pictures/sensor_and_pump.jpg)

30 litres water container

![30 litres water container](https://raw.githubusercontent.com/tuomas2/pulputin/master/pictures/water_container.jpg)

Whole vine (it's still young, planted this summer)

![Whole vine](https://raw.githubusercontent.com/tuomas2/pulputin/master/pictures/whole_vine.jpg)

License
--------

Copyright (C) 2023 Tuomas Airaksinen
License: GPL. See GPL.txt for more info.