일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
- RUBY
- ruby on rails
- nano
- JSON
- 라즈베리파이
- Android
- rails
- parser
- orange pi
- Raspberry Pi
- mqtt
- IOT
- python3
- ubuntu
- BLE
- 오렌지파이
- 아두이노
- dht11
- Python
- 개발환경
- uno
- Server
- odroid-x2
- STM32F4
- Nginx
- java
- Beacon
- flask
- Raspberry Pi 3
- Arduino
- Today
- Total
목록dht11 (3)
[熱情]
http://www.uugear.com/portfolio/dht11-humidity-temperature-sensor-module/
DHT11에서 측정된 온/습도값을 oled에 출력해보자. . http://zelkun.tistory.com/56 #include #include "U8glib.h" int ledPin = 13;dht DHT;#define DHT11_PIN 3 U8GLIB_SSD1306_128X64 u8g(U8G_I2C_OPT_NONE); void setup(){ Serial.begin(115200); Serial.println("Test DHT11 By Rootkaien "); Serial.println("DHT TEST PROGRAM "); Serial.print("LIBRARY VERSION: "); Serial.println(DHT_LIB_VERSION); Serial.println(); Serial.println..
아두이노를 처음 사용하면 아래 동영상을 보면 편하다. 따라하기~~ https://arduino-info.wikispaces.com/DHT11-Humidity-TempSensor 사용할 dht11의 라이브러리는 아래 사이트에서 가지고 왔음.. https://arduino-info.wikispaces.com/DHT11-Humidity-TempSensor dht11은 알리바바에서 구입했음. (가격은 싸지만.. 언제 배송될지 모름.. ㅠㅠ) http://www.aliexpress.com/item/3pcs-lot-DHT11-Digital-Temperature-and-Humidity-Sensor-Module-for-Arduino-Electronic-Building-Blocks-FZ0564-Free/119603349..