Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/justinharringa/pi-temp-monitor
Temperature monitor program for Raspberry Pi / DS18B20 waterproof temperature sensor. Sends data to DynamoDB
https://github.com/justinharringa/pi-temp-monitor
Last synced: 7 days ago
JSON representation
Temperature monitor program for Raspberry Pi / DS18B20 waterproof temperature sensor. Sends data to DynamoDB
- Host: GitHub
- URL: https://github.com/justinharringa/pi-temp-monitor
- Owner: justinharringa
- License: mit
- Created: 2015-12-08T15:57:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-15T01:38:36.000Z (about 7 years ago)
- Last Synced: 2024-11-08T13:52:14.099Z (2 months ago)
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/justinharringa/pi-temp-monitor.svg?branch=master)](https://travis-ci.org/justinharringa/pi-temp-monitor)
[![Code Climate](https://codeclimate.com/github/justinharringa/pi-temp-monitor/badges/gpa.svg)](https://codeclimate.com/github/justinharringa/pi-temp-monitor)# pi-temp-monitor
Temperature monitor that runs on a [Raspberry Pi](http://amzn.to/1HToEf5) using a [DS18B20 waterproof temperature sensor](http://amzn.to/1lMVMe2).
Prints temperature and sends the data to DynamoDB.## Dependencies
To install dependencies, use pip:```pip install -r requirements.txt```
## Thanks!
Thanks to Timo Furrer for the [w1thermsensor module](https://github.com/timofurrer/w1thermsensor) that he put together!