How to fix errors with the ESP32 / ESP8266 and Firebase.

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

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

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

    I have done lot of coding but it's not working.. How to fix it

  • @shreyassy6709
    @shreyassy6709 10 месяцев назад +1

    Hi there...!, I found this video very helpful and everything works fine and now the question is how to fetch or send the data to the firebase. Could you please help me to come over that?

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

      ruclips.net/video/B10HWeXouIg/видео.html

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

      Please refer to this video for a deeper understanding. Make sure you follow the steps alongside the video

  • @SantiagoMartinez-nv2cu
    @SantiagoMartinez-nv2cu Год назад +1

    hey, great video, I was wondering if there's any code that doesnt use the anonymous data loggin?, im trying to use the code provided with MIT app inventor and I believe I cant get de values due to the anonymous loggin.

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

    Thank you for your excellent content.
    It takes too long to verify the code or to upload it to the ESP32, is there a solution for this issue?

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

      It's not an issue. It's just that the compilation time is high for most of the upload since the Arduino C program gets converted to a lot of different types and finally gets uploaded. So be patient my friend. It's not a problem.😄

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

      @@ElectronicsSimplified7 Ok, I will be patient😂. Thank you for your concern.

  • @israkf1001
    @israkf1001 10 месяцев назад

    Hello, so my code is working but the database doesn't update. can you help to figure it out?

  • @vistech1846
    @vistech1846 9 месяцев назад

    It's working, thank you😊😊

  • @bubbaganoosh1387
    @bubbaganoosh1387 7 месяцев назад

    Great video! Downloaded your anonymous data logging sketch. Unfortunately after compiling and uploading I get this error "FAILED REASON: not found". What am I doing wrong?

    • @hrudayesh_b_y
      @hrudayesh_b_y Месяц назад

      I am facing same problem. Did u find the solution?

  • @mychannelmarco
    @mychannelmarco 9 месяцев назад

    PLEASE help me.
    After 60-120 seconds it stops to work and update data..
    Like it's frozen
    But in first seconds it works well, I did a simple Set bool in loop()

  • @elputincamo6757
    @elputincamo6757 9 месяцев назад

    Good video. I have an issue, if I want to set the sendDataPrevMillis below 4 seconds, the data fails and it didn't show in firebase. Any solution?

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

      It all depends on how your connectivity is ... If you set it to 1000 also. It works fine for me.

    • @elputincamo6757
      @elputincamo6757 9 месяцев назад +1

      @@ElectronicsSimplified7 So it all depends of the WiFi connection between the esp32 and the firebase, right?

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

      Hey man, I got another issue. On the count example, if I set the time to 0.5s, there are 8s of disconnection and 8s of connection, and if I set it to 1s, there are 8s of disconnection and 16s of connection. That means there will be always a disconnection time, unless if you put very long times. Is there any way to keep the connection stable? Or it depends on my connectivity too?

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

      If you could provide me more details or code... I could help you more... email the code to electronicsengineering3@gmail.com

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

      @@ElectronicsSimplified7 I did it a few days ago, but I will send you another mail. Thanks!

  • @ayariimen-pw7qo
    @ayariimen-pw7qo 9 месяцев назад +1

    thanks
    it's really helpful

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

    Very helpful, thank you

  • @sirthug1702
    @sirthug1702 9 месяцев назад +1

    FAILED
    REASON: token is not ready (revoked or expired)

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

      Generate your own token buddy. Check your code. I recommend you to watch the whole video.

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

      Do not just copy paste it. Since there are a lot of elements that need to be taken care of.

    • @sirthug1702
      @sirthug1702 9 месяцев назад +1

      How do i generate token​@@ElectronicsSimplified7

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

      If you create a firebase account. The tokens are generated in the firebase config.

    • @rolanpereira7643
      @rolanpereira7643 9 месяцев назад

      3:52

  • @mithunbabbira
    @mithunbabbira Год назад +2

    SHARE YOUR UPI

  • @user-br3eo4mh3s
    @user-br3eo4mh3s Год назад

    Token info: type = id token (GITKit token), status = error
    Token error: code: 400, message: bad request
    Token info: type = id token (GITKit token), status = on request
    Token info: type = id token (GITKit token), status = error
    Token error: code: 400, message: INVALID_EMAIL
    Thanks a lot, but i face this issue

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

      Hi, I receive the same error. Please share if you have found solution to this. Tried with anonymous, 'username and password' and with legacy. All with Arduino UNO R4 WiFi.

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

      hey , i got the same problem did u find any solutions ?