Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fletchto99/temperature.fletchto99.com
Monitors the temperature in my room
https://github.com/fletchto99/temperature.fletchto99.com
Last synced: 5 days ago
JSON representation
Monitors the temperature in my room
- Host: GitHub
- URL: https://github.com/fletchto99/temperature.fletchto99.com
- Owner: fletchto99
- Created: 2016-08-22T04:27:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T19:09:08.000Z (almost 2 years ago)
- Last Synced: 2023-04-04T15:19:32.399Z (over 1 year ago)
- Language: JavaScript
- Size: 451 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature Sensor
----A simple program to monitor the temperature inside of my room using the DHT-22 sensor for the raspberry PI. I've also set it up so that an LED will blink each time the PI is detecting the temperature. You can view the pin diagram I used here:
![pin layour](https://github.com/fletchto99/termperature.fletchto99.com/raw/master/images/layout.png "pin layout")
I followed this [youtube tutorial](https://www.youtube.com/watch?v=IHTnU1T8ETk) to hook up all of the hardware.
### Setup Instructions
1. Prepare the hardware as seen above.
2. Setup a MySQL DB as per the `server/table.sql` file.
3. Setup a `config.json` for the server using the layout of `config.sample.json`
4. Point the `API_URL` in `web/resource/js/temperature.js` to the server side API