Raspberry Pi 3 Model B with DHT11/DHT22 Device Tree Overlay

Hex version

This is the base Nerves System configuration for the Raspberry Pi 3 Model B with support for the DHT11/DHT22 temperature and humidity sensor.

Usage

Add the following dependency to your mix.exs file for the "rpi3" target:

{:nerves_system_rpi3_dht11, ">= 0.0.0"}

Then install dependencies as usual.

Reading temperature

TODO

Reading humidity

TODO

This is a fork of nerves_system_rpi3

See the official nerves_system_rpi3 README for more details. The version numbers of this project match those from the offical project.

What did I change?

See these diffs to see how this project differs from the offical project: