Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- uno
- ruby on rails
- RUBY
- JSON
- ubuntu
- python3
- 라즈베리파이
- 오렌지파이
- orange pi
- odroid-x2
- 개발환경
- parser
- BLE
- mqtt
- Raspberry Pi 3
- Nginx
- nano
- IOT
- Raspberry Pi
- Server
- flask
- STM32F4
- java
- dht11
- Beacon
- Arduino
- 아두이노
- rails
- Python
- Android
Archives
- Today
- Total
목록oled (1)
[熱情]
DHT11에서 측정된 온/습도값을 oled에 출력
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..
Arduino/Arduino diy
2016. 2. 16. 01:41