일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- python3
- ruby on rails
- Raspberry Pi 3
- STM32F4
- flask
- mqtt
- nano
- Python
- java
- 오렌지파이
- Arduino
- orange pi
- Server
- RUBY
- 개발환경
- 아두이노
- dht11
- Android
- uno
- Nginx
- ubuntu
- parser
- BLE
- 라즈베리파이
- IOT
- rails
- Beacon
- odroid-x2
- Raspberry Pi
- JSON
- Today
- Total
목록nano (3)
[熱情]
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..