GR-ADZUKI RHT03 SENSOR
GR-ADZUKIに温湿度センサRHT03を接続しました。
RHT03ローコストの温度・湿度センサ
https://strawberry-linux.com/catalog/items?code=18158
https://www.sparkfun.com/products/10167
GITHUBUにサンプルコードがあるのですぐに使用することができます。
https://github.com/sparkfun/RHT03/tree/master/Libraries/Arduino/src
SparkFun_RHT03.cpp
SparkFun_RHT03.h
の2ファイルをライブラリに登録します。
RHT03のデータ出力ピンをADZUKIの13ピンに接続します。
シリアルモニタで温度と湿度が取得できました。
サンプルプログラムは以下にあります。
https://github.com/jendo1969/GR-ADZUKI2/blob/master/RHT03/RHT03-Example-Serial.ino/RHT03-Example-Serial.ino.ino
The temperature and humidity sensor RHT03 was connected to GR-ADZUKI.
RHT 03 low temperature and humidity sensor
https://strawberry-linux.com/catalog/items?code=18158
https://www.sparkfun.com/products/10167
Since GITHUBU has sample code, it can be used immediately.
https://github.com/sparkfun/RHT03/tree/master/Libraries/Arduino/src
SparkFun_RHT03.cpp
SparkFun_RHT03.h
Register the two files in the library.
Connect the data output pin of RHT03 to pin 13 of ADZUKI.
Temperature and humidity were acquired with the serial monitor.
The sample program is below.。
https://github.com/jendo1969/GR-ADZUKI2/blob/master/RHT03/RHT03-Example-Serial.ino/RHT03-Example-Serial.ino.ino
溫濕度傳感器RHT03連接到GR-ADZUKI。
RHT03低溫和濕度傳感器
https://strawberry-linux.com/catalog/items?code=18158
https://www.sparkfun.com/products/10167
由於GITHUBU有示例代碼,因此可以立即使用。
https://github.com/sparkfun/RHT03/tree/master/Libraries/Arduino/src
SparkFun_RHT03.cpp
SparkFun_RHT03.h
在庫中註冊這兩個文件。
將RHT03的數據輸出引腳連接到ADZUKI的引腳13。
使用串行監視器獲取溫度和濕度。