grow python
Version 0.0.1
Designed as a tiny valet for your plants, Grow HAT mini will monitor the soil moiture for up to 3 plants, water them with tiny pumps, and show you their health on its small but informative screen. Learn more - https://shop.pimoroni.com/products/grow
You're best using the "One-line" install method.
curl -sSL https://get.pimoroni.com/grow | bash
Note report issues with one-line installer here: https://github.com/pimoroni/get
git clone https://github.com/pimoroni/grow-pythoncd grow-pythonsudo ./install.shNote Raspbian Lite users may first need to install git: sudo apt install git
sudo apt install python3-setuptools python3-pip python3-yaml python3-smbus python3-pil python3-spidev python3-rpi.gpio
sudo pip3 install growhatNote this won't perform any of the required configuration changes on your Pi, you may additionally need to:
sudo raspi-config nonint do_i2c 0sudo raspi-config nonint do_spi 0/boot/config.txt: dtoverlay=spi0-cs,cs0_pin=14You should read the following to get up and running with our monitoring script: