Skip to content

Reaxoh/AIot-Devices-Dashboard

Repository files navigation

AIot-Devices-Dashboard

Website: https://aiot-devices-dashboard.herokuapp.com/
GitHub: https://github.com/Hsun1031/AIot-Devices-Dashboard

git clone https://github.com/Hsun1031/AIot-Devices-Dashboard.git
git submodule init
git submodule update

npm install express --save
npm install firebase-admin --save
npm install body-parser --save

Platform

File

  • .git
  • .idea
  • esp32
    • .pio
    • .vscode
    • include
    • lib
    • src
    • test
    • .gitignore
    • platformio.ini
    • README.md
  • html
    • home
    • login
  • myModules
    • DHT11Firebase-master
    • key
  • node_modules
  • .gitignore
  • index.js
  • package.json
  • package-lock.json
  • README.md

API

Firebase API, see https://firebase.google.com/docs/firestore/quickstart?authuser=1#node.js.

ESP32

ESP32 README.md -> https://github.com/Hsun1031/AIot-Devices-Dashboard/tree/master/ESP32.