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: 2 months ago
JSON representation

Humidity-Temperature datalogger using RasperryPi Zero W

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