wifi

Node js를 이용한 간단한 OTA 웹서버 만들기

진아사랑해 2023. 12. 11. 18:37
반응형

esp32에 프로그램을 다운로드하기 위해 간단한 웹 서버가 필요하였습니다.

간단하게 웹 서버를 만들 수 있는 Node js를 사용하여 구성하고자 합니다.

웹 서버를 만들 때 참고한 사이트입니다.

나중에라도 혹시 필요할까 하여 기록으로 남겨둡니다.

https://mischianti.org/esp32-self-ota-update-in-https-ssl-tls-with-trusted-self-signed-certificate-3/

 

ESP32 self OTA update in HTTPS (SSL/TLS) with trusted self-signed certificate - 3

We are going to continue exploring OTA updates. In this article, we delve into secure self OTA updates for ESP32 devices using HTTPS (SSL/TLS) with trusted self-signed certificates. Learn how to generate certificates, set up the ESP32, and configure the up

mischianti.org

설명이 잘 되어 있고 

저 같은 경우는 Flask로 구성할까 고민하다 Node js로 만들었습니다.

반응형