PiPlanter 2 | New Code Version / Temporary Setup

Hello! Here are some images of the new grow setup: and here is the working version of the code: import time from time import sleep from time import strftime import tweepy consumer_key="" consumer_secret="" access_token="" access_token_secret="" auth = tweepy.OAuthHandler(consumer_key, consumer_secret) auth.set_access_token(access_token, access_token_secret) api = tweepy.API(auth) PiPlanter_Full = False import logging logging.basicConfig() from apscheduler.scheduler import Scheduler import…

Continue reading →

PiPlanter 2

Project Description PiPlanter is a plant growth automation system. It uses a microprocessor connected to an embedded computer (a Raspberry Pi) to complete a series of motoring and regulation tasks on a schedule to optimize the growth of any kind of plant. In it’s current developmental stage, the PiPlanter can distribute water to a series…

Continue reading →

PiPlanter | Goals and changes

So I am 151 miles away from the PiPlanter. But thanks to the internet, modern day routers, and wifi dongles I can pretty much control everything about it from here. That being said, there are a few things I would like to change about the project. First of all, the program itself needs to be…

Continue reading →