aboutsummaryrefslogtreecommitdiffstats
path: root/README
blob: 4976b0b5c505fb9ae3a779f116212cd485e86f45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DHT11 Sampler
============

Samples a DHT11 sensor every two seconds and writes the measurement to the
serial output.

Ports
-----

Arduino GPIO | DHT11
-------------+------
2            | Data

Arduino Power | DHT11
--------------+------
GND           | GND
5V            | VCC

Usage
-----

After flashing, read the serial output with (e.g.)

$ screen /dev/ttyACM0 57600