일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- homeassistant
- thread
- 파이썬
- 디자인패턴
- 전기차
- Android
- 보안
- 라즈베리파이
- 홈어시스턴트
- 완속충전기
- lambda
- 급속충전기
- everon
- STM32
- 에버온
- 충전기
- 전기차충전기
- flask
- 안드로이드
- YMODEM
- 펌웨어
- esp8266
- dynamodb
- 플라스크
- 전기차충전
- AWS
- 서버리스
- raspberry
- IOT Core
- OCPP
- Today
- Total
목록esp8266 (8)
Louie NRT Story
작성일: 21년 8월 6일 Index 1. 원격 펌웨어 코드 2. 원격펌웨어 OTA 업데이트 1. 원격 펌웨어 코드 - 여기서 사용할 예제코드는 ArduinoOTA - BasicOTA 를 사용할 것임 - loop() 함수 내부에서 ArduinoOTA.handle() 만 수행되고 있었지만 펌웨어가 제대로 다운로드 됐는지 확인 할 수 있도록 LED가 점멸 코드를 추가함 - 시리얼 포트를 이용하여 펌웨어가 다운로드 된 후 IP 할당 받은 것을 확인함 - LED가 빠르게 점멸하는 것을 확인 할 수 있음. 2. 원격펌웨어 OTA 업데이트 - 다운로드 포트를 시리얼포트가 아닌 네트워크를 통하여 업데이트 할 수 있는 네트워크 포트로 선택함 - LED가 천천히 점멸 하는것으 확인 할 수 있도록 위에서 다운로드한 코드에..
작성일: 21년 8월 2일 Index 1. FingerPrint 인증 방법 2. SetInsecure 방식 1. FingerPrint 인증 방법 - 사이트 인증서의 지분을 추출하여 사용할 경우 유효성 검사를 할 필요가 없고 간단하지만 인증서가 만료되면 Fingerprint가 변경되기 때문에 SW를 다시 업데이트 해야함. 1) 접속하고자 하는 사이트의 인증서를 확인함 - 지문의 내용을 복사 2) ESP8266 예제 코드 수정 - BasicHhttpsClient 코드의 "finterprint"에 위에서 복사한 정보를 입력함 - 예제코드를 보면 fingerprint를 이용하여 인증한다고 함. - 접속하고자 하는 사이트의 주소를 입력함. 3) 연결 확인함 - 받은 데이터를 확인함 - 실제 데이터와 비교 2. S..
Writed: 12 Mar 2020 Index 1. Component 2. Make Temp&Humi Sensor Device 3. Check ESP8266's IP 4. Setup Integrations and UI card 5. Picture 1. Component 1) Raspberry Pi 3B+ is already installed Hass.io 2) ESP8266 board 3) DHT11 sensor 2. Make Temp&Humi Sensor Device 1) Input device and Wifi information 2) Edit yaml file - If ESPHome Web show "404: Not found" error and can not read ".yaml" file, yo..
Writed: 03 Mar 2020 Index 1. HomeHardware(ESP8266) 2. Install ESPHome 3. Set up Node 4. Compile and Upload 5. Control LED using Slide button 6. Control ESP8266 GPIO D4 LED 1. Hardware(ESP8266) 2. Install ESPHome 1) Input "https://github.com/esphome/hassio" 3. Set up Node 1) Input Name of Node 2) Select Device Type 3) Input Wifi Name and Password 4) Press "SUBMIT" button 5) Check Node of configur..
Writed 24 DEC 2019 Why I am posting blog at work on Christmas Adam. 1. System DiagramESP8266 and DHT11 Schematic Diagram 2. Login https://thingspeak.com/ IoT Analytics - ThingSpeak Internet of Things Weather Station This project shows how to build an Arduino-based weather station that sends data to ThingSpeak. Once the data is collected, MATLAB is used to view trends of the data, plot histograms..
Writed 12 DEC 2019 1. Login and Click Add device https://thinger.io/ 불러오는 중입니다... 2. Make a device and copy Device Credentials 3. Install a library related the Thinger 4. Open the source downloaded 5. Input the Device information 6. Click Dashboard 7. Make a dashboard 8. Add Widget that can control or monitoring the devices 9. Type of Switch because of LED On/Off 10. Select the Device 11. Demo
Writed 17 DEC 2019 Basic setting https://louie0724.tistory.com/218 [NodeMCU ESP 8266] Board (SZH-WFBB-017) Writed: 14 DEC 2019 1. Purchase NodeMCU V2 ESP-12F Wifi Board (SZH-WFBB-017) 2. Install Ardino IDE and Preference 1) Copy Link and paste on textbox URL Llink: http://arduino.esp8266.com/stable/pack.. louie0724.tistory.com 1. ESP8266 and DHT11 Schematic Diagram 1) Define the GPIO that the DH..
Writed: 14 DEC 2019 1. Purchase NodeMCU V2 ESP-12F Wifi Board (SZH-WFBB-017) 2. Install Ardino IDE and Preference 1) Copy Link and paste on textbox URL Llink: http://arduino.esp8266.com/stable/package_esp8266com_index.json 2) Install ESP 8266 3) Select NodeMCU 1.0 3. Connect board and Computer via USB to 5pin 4. Upload blink code 5. Check blinking blue LED 6. Upload that code 7. Print Serial 8. ..