How to get Realtime Data from Firebase to your Web Application

แชร์
ฝัง
  • เผยแพร่เมื่อ 29 พ.ค. 2024
  • #esp32 #firebase #arduino
    The ESP Devices are most popular devices for IoT(Internet of Things). In this video, you will learn how to create a web application with realtime database. I have used the DHT11 Sensor for logging the data. You could replace it with any other sensor as i have explained it in detail in this video.
    This video also includes fixing web application errors.
    Incase you are new to firebase, then you are recommended to watch this video in which i have covered most of the common mistakes done by users while using Firebase. • How to fix errors with...
    Code for Logging Data on a Realtime Database :
    www.electronicssimplified.in/...
    Code for Web Application :
    www.electronicssimplified.in/...
    Library for DHT11 :
    downloads.arduino.cc/librarie...
    Link to Firebase:
    console.firebase.google.com/
    (Please use your own Web API Keys and URLs. I have not hidden the information for educational purpose only.)
    Timeline
    0:00 Introduction
    0:17 Things we Need
    0:50 Connections
    2:45 Programming Environment
    14:25 Creating a Web Application
    31:13 Working Application with Realtime Data
    Please Like || Share || Subscribe
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 42

  • @ElectronicsSimplified7
    @ElectronicsSimplified7  7 หลายเดือนก่อน +1

    Watch the video at an 0.5x if needed after 28:00

  • @SilverHighlight
    @SilverHighlight 9 หลายเดือนก่อน

    Thank you! Your video really helpful

  • @dannmwangi3978
    @dannmwangi3978 11 หลายเดือนก่อน +2

    I love the explanations you give in your videos

  • @shahbaztech7064
    @shahbaztech7064 4 หลายเดือนก่อน

    Which firebase esp32 client library version is used

  • @wil5
    @wil5 10 หลายเดือนก่อน +1

    Hello there! I tried your method and I got a error that said firebase is not defined, may I ask what might be the reasoning for it?
    Great tutorial btw, thanks for the great help!

  • @danieleudes4102
    @danieleudes4102 6 หลายเดือนก่อน +1

    Hello, ilove your videos, can you do one video where you also include the esp 32 on the gas detection system, that the data can be accessed on a web application as well as on the lcd display

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  6 หลายเดือนก่อน +1

      Sure ... I ll try to implement that soon

    • @danieleudes4102
      @danieleudes4102 6 หลายเดือนก่อน

      @@ElectronicsSimplified7 that would be great, let me turn on notifications

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  6 หลายเดือนก่อน

      I am considering working on it next ... 😃

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  6 หลายเดือนก่อน

      I am considering working on it next ... 😃

  • @amirulhakimizaini5565
    @amirulhakimizaini5565 3 หลายเดือนก่อน

    can we add soil moisture sensor on the same nodemcu esp8266 board? but using different pinmode. can u show the tutorial by adding the soil moisture sensor on the same board..tq

    • @techneedsfixing8833
      @techneedsfixing8833 8 วันที่ผ่านมา

      i added 3 sensors soil moisture LDR dht11

  • @pjaymaen
    @pjaymaen 4 หลายเดือนก่อน

    tried it, but in the database there are only the tablenames with value: 0 created.
    The sensor readings are correct in serialmonitor. only the table is not filling with data. what could wrong?
    DHT_11
    Humidity
    :0
    Temperature
    :0

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  4 หลายเดือนก่อน

      If the serial monitor shows the readings. It means the system is working fine. But if the database isn't reflecting the change after every interval that is mentioned in the code. It means that the database has not connected properly.

  • @THARUNKSECE-B
    @THARUNKSECE-B 4 หลายเดือนก่อน

    Bro how can i connect u . I have some doubts bro, just im building a energy meter which is to be connected to firebase and i want to retrieve data to an app which is used to billinga and generation of bills .

  • @user-xg7by4wp2o
    @user-xg7by4wp2o 3 หลายเดือนก่อน +1

    How can we connect ultra sonic sensor to eps8266 ans send its data to firebase database and create a webpage from it

    • @ahmedsamir9483
      @ahmedsamir9483 หลายเดือนก่อน

      did you get an answer on this question
      I need information about this subject
      send me

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  หลายเดือนก่อน

      I can mail you the project. Please contact me via electronicsengineering3@gmail.com

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  หลายเดือนก่อน

      I can mail you the project. Please contact me via electronicsengineering3@gmail.com

  • @edwardraj5143
    @edwardraj5143 10 หลายเดือนก่อน +1

    hi, i am getting this error "Failed to Read from the Sensor
    REASON: Invalid data; couldn't parse JSON object, array, or value." Can you help me with this

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  10 หลายเดือนก่อน

      Your connection has an issue

    • @ShubhamKumar-tj8ss
      @ShubhamKumar-tj8ss 9 หลายเดือนก่อน

      Facing the same error, if I try to read the sensor data on serial monitor locally without the firebase connection the sensor seems to be working fine but when I try with firebase code it gives me the same error@@ElectronicsSimplified7

    • @neda847
      @neda847 8 หลายเดือนก่อน

      i have the same problem

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  8 หลายเดือนก่อน

      Check that your sensor is connected correctly and you have firebase configured correctly.

    • @shivanipatil9135
      @shivanipatil9135 20 วันที่ผ่านมา

      hii i am getting the same error. Did u solve urs?

  • @shreyassy6709
    @shreyassy6709 2 หลายเดือนก่อน

    Firebase.ready and Firebase.RTDB.set or Firebase.RTDB.get these methods are not there. What to do for this?

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  2 หลายเดือนก่อน

      Did you install the firebase dependencies?

    • @shreyassy6709
      @shreyassy6709 2 หลายเดือนก่อน

      @@ElectronicsSimplified7 Yes
      Even if the firebase is ready. I am facing this error
      Request failed:
      send request failed

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  2 หลายเดือนก่อน

      It's hard to debug with this information.

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  2 หลายเดือนก่อน

      Please tell me more about the project

    • @shreyassy6709
      @shreyassy6709 2 หลายเดือนก่อน

      @@ElectronicsSimplified7 Just I am trying to send one string value to the Real time database at that time I am getting this error.