f0urfingeredfish / pigreenhouse

Log raspberry pi sense hat sensor data to an amazon dynamodb and save a photo to s3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pigreenhouse

A small script to log your raspbery pi sense hat sensor data to an amazon dynamodb and save a photo to s3. This is the start of my 'smart' greenhouse project. The goal is to have time lapse images and graphed sensor data of the greenhouse.

Hardware

Getting Started

Sample Output

pi@raspberrypi:~/pigreenhouse $ python sensor.py 
photos/2017-04-14 04:47:38.072222.jpg  55145 / 55145.0  (100.00%)saved photo to s3
temperature_from_pressure: 33.15625, photo: 2017-04-14 04:47:38.072222.jpg, pressure: 903.913330078, compass: 148.917931455, date: 1492145259, temperature_from_humidity: 34.7334594727, humidity: 29.9232330322, temperature: 34.7334594727, log: 2017-04-14 04:47:38.072222, cpu_temp: 58.0, gpu_temp: 57.996
log saved to database

About

Log raspberry pi sense hat sensor data to an amazon dynamodb and save a photo to s3.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%