We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4de0bcf commit 4fa2af5Copy full SHA for 4fa2af5
samples/HDC1000_Humidity/README.md
@@ -0,0 +1,28 @@
1
+# Texas Instruments HDC1000
2
+
3
+Digital Humidity Sensor with Integrated Temperature Sensor.
4
5
+https://www.ti.com/product/HDC1000
6
7
+## Breakout board
8
9
+AkizukiDenshi AE-HDC1000.
10
11
+<img src="https://github.com/mrubyc/devkit02/raw/main/samples/HDC1000_Humidity/img/M-08775.jpg">
12
13
+Connect a grove connector with soldering.
14
15
+<img src="https://github.com/mrubyc/devkit02/raw/main/samples/HDC1000_Humidity/img/hdc1000_grove.jpg">
16
17
18
+## Connect to the board.
19
20
+Connect to the glove I2C connector.
21
22
23
+## Sample program
24
25
+1. Using I2C interface.
26
+2. Reads temperature and humidity about once every second.
27
28
+## Demo
0 commit comments