Grow HAT Mini
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
Installing
You're best using the "One-line" install method.
One-line (Installs from GitHub)
curl -sSL https://get.pimoroni.com/grow | bash
Note report issues with one-line installer here: https://github.com/pimoroni/get
Or... Install and configure dependencies from GitHub:
git clone https://github.com/pimoroni/grow-pythoncd grow-pythonsudo ./install.sh
Note Raspbian Lite users may first need to install git: sudo apt install git
Or... Install from PyPi and configure manually:
- Install dependencies:
sudo apt install python3-setuptools python3-pip python3-yaml python3-smbus python3-pil python3-spidev python3-rpi.gpio
- Run
sudo pip3 install growhat
Note this wont perform any of the required configuration changes on your Pi, you may additionally need to:
- Enable i2c:
sudo raspi-config nonint do_i2c 0 - Enable SPI:
sudo raspi-config nonint do_spi 0 - Add the following to
/boot/config.txt:dtoverlay=spi0-cs,cs0_pin=14
Monitoring
You should read the following to get up and running with our monitoring script:
Help & Support
- GPIO Pinout - https://pinout.xyz/pinout/grow_hat_mini
- Support forums - http://forums.pimoroni.com/c/support
- Discord - https://discord.gg/hr93ByC
Changelog
0.0.3
- Pin dependences to pre-Bookworm migration
0.0.2
- Add mutually exclusive locking to pumps to avoid brownout running multiple pumps at once
0.0.1
- Initial Release
Release files for growhat 0.0.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| growhat-0.0.3.tar.gz | 6.7 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| growhat-0.0.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 13.4 kB
Release files / growhat-0.0.3.tar.gz
| Download URL | growhat-0.0.3.tar.gz |
|---|---|
| Size | 6.7 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
2ea6a6a29f3f273e65b28a8cfb65b8b959420f99f0596cd27ee93b406837bbd1
|
|
BLAKE2b-256 checksum How to use checksums |
431907d81e7215a6ba4cfcd07ab3758f5069c3e7a96566eca3c07b6b399844bc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|
Release files / growhat-0.0.3-py3-none-any.whl
| Download URL | growhat-0.0.3-py3-none-any.whl |
|---|---|
| Size | 6.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
fe957387c93ede8cb5ca6d258cc91f08a9f7ee2fc2ee94f3b6e96edd8f36ef14
|
|
BLAKE2b-256 checksum How to use checksums |
c30e964e4a74e7fd2c8f539c7325b36cdfc77324b540b075165b8bce799d3762
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.2
|