GeorgieTek / iot-distance-sensor

React app that displays real-time information from an ultrasonic sensor connected to the NodeMCU esp8266 board (Wi-Fi module) which sends and stores data in the Firebase database.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project was created by:

@pflevy

  1. Edit <YOUR_FIREBASE_PROJECT_NAME>, <YOUR_FIREBASE_SECRET>, <YOUR_WIFI_NETWORK_NAME> and <YOUR_WIFI_NETWORK_PASSWORD> on the esp_distance_sensor.ino file.
  2. Upload esp_distance_sensor.ino to your NodeMCU (esp8266) board.
  3. Connect the HC-SR04 distance sensor to the board.
  4. Edit <YOUR_FIREBASE_PROJECT_NAME> and <YOUR_WEB_API_KEY> on the src/firebase.jsx file.
  5. Run "npm install" to install the project's dependencies.
  6. Run "npm start" to start the development server on port 3000.
  7. Acess it on localhost:3000. Enjoy.

About

React app that displays real-time information from an ultrasonic sensor connected to the NodeMCU esp8266 board (Wi-Fi module) which sends and stores data in the Firebase database.


Languages

Language:JavaScript 63.2%Language:C++ 14.8%Language:HTML 12.9%Language:CSS 9.1%