Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marcoradocchia/hum-temp-pi
Humidity-Temperature datalogger using RasperryPi Zero W
https://github.com/marcoradocchia/hum-temp-pi
datalogger dht22 humidity humidity-logger humidity-sensor raspberry raspberry-pi temperature temperature-logger temperature-sensor
Last synced: 18 days ago
JSON representation
Humidity-Temperature datalogger using RasperryPi Zero W
- Host: GitHub
- URL: https://github.com/marcoradocchia/hum-temp-pi
- Owner: marcoradocchia
- Created: 2022-02-17T15:25:45.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T20:54:40.000Z (almost 3 years ago)
- Last Synced: 2024-11-09T14:04:31.026Z (2 months ago)
- Topics: datalogger, dht22, humidity, humidity-logger, humidity-sensor, raspberry, raspberry-pi, temperature, temperature-logger, temperature-sensor
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Humidity-Temperature datalogger using RaspberryPi Zero W
Project for _humidity_ and _temperature_ datalogger using
[DHT22](https://www.adafruit.com/product/385) sensor.## Hardware
For this project we'll use the following hardware:
- a **RaspberryPi Zero W** computer (should work on any RaspberryPi);
- a **DHT22** humidity and temperature sensor with PCB (which allows us to
avoid soldering the 10 kΩ pullup resistor required);
- a powerbank to power the RaspberryPi outdoor.## Software
### Requirements