Skip to content

philipheimboeck/plantbot3000

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

plantbot3000

Raspberry Pi Project to monitor plants

Setup

  • Install jasper on your Raspberry Pi
  • Upload src/sensor/sensor.ino to the Arduino
  • Connect the Arduino with the Pi with USB
  • Ensure that /dev/ttyACM0 is the correct device on your Pi (or change it in src/python/sensor_reader.py)
  • Run src/install.sh
  • Set the environment variable export PLANTBOT_HOME=PATH/TO/PLANTBOT3000

Setup Submodule TwitterAPI

  • if TwitterAPI is empty run git submodule update --init
  • install with pip install TwitterAPI
  • create config.py in src/python

Example config

CONSUMER_KEY = ''
CONSUMER_SECRET = ''
ACCESS_TOKEN_KEY = ''
ACCESS_TOKEN_SECRET = ''

About

Raspberry Pi Project to monitor plants

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages