Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gowhale/room-temperature-visualization
As it's getting colder now, I wanted to design a system which uses a raspberry pi and a BME280 sensor to read the temperature and then use the openweathermap API to read the temperature.
https://github.com/gowhale/room-temperature-visualization
openweather-api raspberry-pi sensor temperature
Last synced: about 10 hours ago
JSON representation
As it's getting colder now, I wanted to design a system which uses a raspberry pi and a BME280 sensor to read the temperature and then use the openweathermap API to read the temperature.
- Host: GitHub
- URL: https://github.com/gowhale/room-temperature-visualization
- Owner: gowhale
- Created: 2020-12-02T19:41:11.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-11T17:11:10.000Z (almost 4 years ago)
- Last Synced: 2024-04-17T17:12:05.092Z (7 months ago)
- Topics: openweather-api, raspberry-pi, sensor, temperature
- Language: Python
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# room-temperature-visualization
## Introduction
As it's getting colder now, I wanted to design a system which uses a raspberry pi and a BME280 sensor to read the temperature and then use the openweathermap API to read the temperature.
## Outputs
1. A CSV file containing timestamps and information from openweather API and bme280 sensor. i.e., temperature, pressure, humidity etc. (main.py)
2. A graphical user interface visualising the weather temperature and the temperature of the sensor. (visual_gui.p)## Prerequisites
1. Raspberry Pi (With OS to run Python)
2. bme280 sensor
3. installation of all modules found in requirements.txt
4. openweathermap API secret key## Updates
This repository is still a work in progress.
## Useful resources
1. [Setting up the bme280 sensor](https://www.raspberrypi.org/blog/remote-humidity-detector/)
2. [How to Setup Raspberry Pi Zero WH](https://www.youtube.com/watch?v=3VO4vGlQ1pg)
3. [How to Remote Desktop to Raspberry Pi from Apple Mac](https://www.youtube.com/watch?v=L2XaFmt9xsA)
4. [OpenWeather API](https://openweathermap.org/api)