https://randomnerdtutorials.com/esp32-firebase-web-app/
ESP32 with Firebase – Creating a Web App | Random Nerd Tutorials
This guide will teach you how to create a simple Firebase Web App to control and monitor your ESP32 board. The Web App you'll create can be accessed worldwide to control and monitor your ESP32 from anywhere in the world. This Web App makes the bridge betwe
randomnerdtutorials.com
이 가이드에서는
ESP32 보드를 제어하고 모니터링하는 간단한 Firebase 웹 앱을 만드는 방법을 설명합니다.
생성할 웹 앱은 전 세계 어디에서나
ESP32를 제어하고 모니터링하기 위해 전 세계적으로 액세스할 수 있습니다.
이 웹 앱은 Firebase 실시간 데이터베이스와 ESP32를 연결합니다.
이 튜토리얼을 완료하기 위한 주요 단계는 다음과 같습니다.
- Creating Firebase Project—we recommend using the Firebase project from this previous tutorial.
- Installing Required Software
- Setting Up a Firebase Web App Project (VS Code)
- Creating Firebase Web App
필수 소프트웨어 설치
이 프로젝트를 따르려면 다음 소프트웨어를 설치해야 합니다.
- Visual Studio Code
- Node.JS LTS version
- Install Node.js Extension Pack (VS Code)
- Install Firebase Tools
VS 코드 설치
Windows에 VS Code 설치(Visual Studio Code)
https://code.visualstudio.com/ 으로 이동 하여 운영 체제(Windows)에 맞는 안정적인 빌드를 다운로드합니다.
Node.js 설치
Node.js 확장 팩(VS 코드) 설치
Firebase 도구 설치(VS 코드)
Firebase 웹 앱 프로젝트 설정(VS 코드)
'ESP32' 카테고리의 다른 글
MQTT on ESP32- Publish- Subscribe Beginners Guide (1) | 2023.12.22 |
---|---|
MAX7219 7-Segment Display Interfacing with ESP32 (0) | 2023.12.22 |
ESP32에서 인터럽트 사용하기 (0) | 2022.03.18 |
ESP8266 and the Arduino IDE (0) | 2022.03.13 |
ESP32 Relay Module – Control AC Appliances (Web Server) (0) | 2022.02.22 |