ESP32

ESP32 with Firebase – Creating a Web App

기하 2022. 5. 5. 23:59

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를 연결합니다.

 

이 튜토리얼을 완료하기 위한 주요 단계는 다음과 같습니다.

 

  1. Creating Firebase Project—we recommend using the Firebase project from this previous tutorial.
  2. Installing Required Software
  3. Setting Up a Firebase Web App Project (VS Code)
  4. Creating Firebase Web App

필수 소프트웨어 설치

이 프로젝트를 따르려면 다음 소프트웨어를 설치해야 합니다.

  1. Visual Studio Code
  2. Node.JS LTS version
  3. Install Node.js Extension Pack (VS Code)
  4. Install Firebase Tools

VS 코드 설치

Windows에 VS Code 설치(Visual Studio Code)

https://code.visualstudio.com/ 으로 이동 하여 운영 체제(Windows)에 맞는 안정적인 빌드를 다운로드합니다.

 

Node.js 설치

Node.js 확장 팩(VS 코드) 설치

Firebase 도구 설치(VS 코드)

 

Firebase 웹 앱 프로젝트 설정(VS 코드)