How to get Realtime Data from Firebase to your Web Application

Поделиться
HTML-код
  • Опубликовано: 15 сен 2024

Комментарии • 45

  • @ElectronicsSimplified7
    @ElectronicsSimplified7  11 месяцев назад +1

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

  • @dannmwangi3978
    @dannmwangi3978 Год назад +3

    I love the explanations you give in your videos

  • @pjaymaen
    @pjaymaen 8 месяцев назад +1

    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  8 месяцев назад

      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.

  • @utpalpal8546
    @utpalpal8546 15 дней назад +1

    Please tell one thing, can try it but problem occurred with library

  • @wil5
    @wil5 Год назад +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!

  • @SilverHighlight
    @SilverHighlight Год назад

    Thank you! Your video really helpful

  • @shahbaztech7064
    @shahbaztech7064 8 месяцев назад

    Which firebase esp32 client library version is used

  • @danieleudes4102
    @danieleudes4102 10 месяцев назад +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

  • @user-xg7by4wp2o
    @user-xg7by4wp2o 7 месяцев назад +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 4 месяца назад

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

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  4 месяца назад

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

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  4 месяца назад

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

  • @edwardraj5143
    @edwardraj5143 Год назад +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  Год назад

      Your connection has an issue

    • @ShubhamKumar-tj8ss
      @ShubhamKumar-tj8ss Год назад

      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 11 месяцев назад

      i have the same problem

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  11 месяцев назад

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

    • @shivanipatil9135
      @shivanipatil9135 4 месяца назад

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

  • @amirulhakimizaini5565
    @amirulhakimizaini5565 6 месяцев назад

    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

  • @THARUNKSECE-B
    @THARUNKSECE-B 7 месяцев назад

    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 .

  • @LuberthDijkman
    @LuberthDijkman 3 месяца назад +1

    HelpMe?

  • @shreyassy6709
    @shreyassy6709 6 месяцев назад

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

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  6 месяцев назад

      Did you install the firebase dependencies?

    • @shreyassy6709
      @shreyassy6709 6 месяцев назад

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

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  6 месяцев назад

      It's hard to debug with this information.

    • @ElectronicsSimplified7
      @ElectronicsSimplified7  6 месяцев назад

      Please tell me more about the project

    • @shreyassy6709
      @shreyassy6709 6 месяцев назад

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