Code Monkey home page Code Monkey logo

growpi2's Introduction

growPi - V2

Raspberry pi, with GrovePi+ to read plant data. Data is saved to temp.csv. Takes a picture on every interval.

Sensors: moisture, light, temperature and humidity.

growPi

Hardware

Setup

  1. Download and burn Raspbian to SD card.
  2. Do initial Raspbian setup, make sure to setup an internet connection.
  3. Update Raspbian:
$ sudo apt-get update
$ sudo apt-get upgrade
$ sudo apt-get dist-upgrade
  1. Attach GrovePi+ To Raspberry Pi and run:
$ sudo curl -kL dexterindustries.com/update_grovepi | bash
$ sudo reboot
  1. After reboot run:
$ sudo i2cdetect -y 1
  • If the install was successful, you should see "04" in the output.
  • See GrovePi Setup if unsuccessful.
  1. Connect sensors to the GrovePi ports:
Module/Sensor Port
Moisture Sensor A0
Light Sensor A1
LED Red D3
Temperature & Humidity Sensor D4

Feel free to use different ports, just be sure to change them in growpi.py.

Website Setup

website screenshot

  1. Create secrets.py, and fill out your ftp url, username and password:
FTP_URL = 'ftp.example.com'
USERNAME = 'your_username'
PASSWORD = '123456'
  1. Copy the contents of the website directory, to the root of your website.
  2. Launch growPi:
$ python growpi.py

Notes

  • If you don't want to use the website, just remove all uploadCSV() and UploadImage() function calls from the main loop.
  • If you want to get the timelapse video, download timelapse.py, create secrets.py, and run timelapse.py on your local machine. Or upload them to a server and add timelapse.py to a cronjob, so the video will get updated automatically.

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.