일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- OCPP
- 플라스크
- Android
- 라즈베리파이
- 전기차충전
- flask
- 완속충전기
- esp8266
- thread
- lambda
- STM32
- 급속충전기
- YMODEM
- 안드로이드
- dynamodb
- 보안
- everon
- 서버리스
- 전기차
- IOT Core
- 파이썬
- 펌웨어
- 홈어시스턴트
- AWS
- 충전기
- raspberry
- homeassistant
- 에버온
- 전기차충전기
- 디자인패턴
Archives
- Today
- Total
목록Arduino IR (1)
Louie NRT Story
[Arduino] IR Receive
Writed: 14 DEC 2019 1. Install Library 2. Upload that Code 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 #include int RECV_PIN = 11; IRrecv irrecv(RECV_PIN); decode_results results; void setup() { Serial.begin(9600); // In case the interrupt driver crashes on setup, give a clue // to the user what's going on. Serial.println("Enabling IRin"); irrecv.enableIRIn(); // Start the ..
에너지
2019. 12. 14. 15:43