Giter Club home page Giter Club logo

grow-python's Introduction

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

Build Status Coverage Status PyPi Package Python Versions

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-python
  • cd grow-python
  • sudo ./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 won't 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

Changelog

0.0.2

  • Add mutually exclusive locking to pumps to avoid brownout running multiple pumps at once

0.0.1

  • Initial Release

grow-python's People

Contributors

gadgetoid avatar shane-powell avatar tomjn avatar jorjun avatar damacus avatar svetlemodry avatar guru avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.