Comments on: ESP32/ESP8266 Firebase: Send BME280 Sensor Readings to the Realtime Database https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Wed, 02 Jul 2025 10:43:53 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: Jie https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-1012485 Sun, 02 Mar 2025 14:54:55 +0000 https://randomnerdtutorials.com/?p=107399#comment-1012485 Hi, Rui and Sara,,
nice tutorial you have here,, I already try this one: ESP32: Getting Started with Firebase (Realtime Database), and it works,, while writing this comment, I’m keep the ESP32 running and sent data to ESP32,, because I’m wondering how many counts it will store,, and I modify the delay time to 10 ms from that tutorial sketch (the original sketch you provide set the delay time 15 seconds),,

but for now, in this tutorial, I see you set the timerDelay to 3 minutes (180000 ms), it makes me wondering why we need to put that long,, will it affected something if I modify the timerDelay faster like below 1000 ms,,

]]>
By: Yves https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-988340 Mon, 02 Dec 2024 20:24:26 +0000 https://randomnerdtutorials.com/?p=107399#comment-988340 sous PlatforIO, avec visual studio,sur la ligne:
databasePath = “/UsersData/” + uid; une tile apparait sous le +
erreur plusieurs opérateurs “+” correspondent à ces opérandes :C/C++(350)
Comment remedier a cela?

Merci.

]]>
By: Adam https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-847050 Thu, 13 Jul 2023 08:42:55 +0000 https://randomnerdtutorials.com/?p=107399#comment-847050 Dear Sara
I have followed your tutorial and added the HX711 module to my project. However, I am facing some issues and I would like to save data to the database only when the weight exceeds 100 grams. Can you guide me on how to do this? Thank you.

]]>
By: Jeisson Neira https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-833030 Tue, 02 May 2023 16:01:28 +0000 https://randomnerdtutorials.com/?p=107399#comment-833030 Hello,

I’m trying to combine this code with the GPIO control code, but it doesn’t work when combining them.

I set different FirebaseJson for reading and writing and it didn’t work either.

The reading of the sensors works, but the control of the outputs does not work.

The terminal shows me:

stream timeout, resuming…

do you know what could be the error?

Thank you very much

]]>
By: Vlad https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-820639 Tue, 21 Feb 2023 18:19:22 +0000 https://randomnerdtutorials.com/?p=107399#comment-820639 In reply to Vlad.

Everything has been decided. This is a bad internet.

]]>
By: Vlad https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-820638 Tue, 21 Feb 2023 18:04:21 +0000 https://randomnerdtutorials.com/?p=107399#comment-820638 Hello, almost everything is ready. There is an error in the monitor at the end.

Connecting to WiFi …192.168.116.190
Token info: type = id token (GITKit token), status = on request
Token info: type = id token (GITKit token), status = error
Token error: code: -4, message: connection lost
Getting User UID………
Can you help?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-781815 Thu, 08 Sep 2022 10:44:12 +0000 https://randomnerdtutorials.com/?p=107399#comment-781815 In reply to kagan.

Hi.
Please read section 5) 5) Set up Database Security Rules

]]>
By: kagan https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-781516 Wed, 07 Sep 2022 09:00:08 +0000 https://randomnerdtutorials.com/?p=107399#comment-781516 Hello. Thank you for the work. What are the codes to be used in the rules section of the database?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-774047 Mon, 08 Aug 2022 09:25:59 +0000 https://randomnerdtutorials.com/?p=107399#comment-774047 In reply to Wolfgang Kübler.

Hi.
You can do it the same way you pass a string.
Just make sure your json object is converted to a string before sending it.

Or you can use the setJson function instead of setString.

Regards,
Sara

]]>
By: Wolfgang Kübler https://randomnerdtutorials.com/esp32-esp8266-firebase-bme280-rtdb/#comment-773615 Sat, 06 Aug 2022 11:17:22 +0000 https://randomnerdtutorials.com/?p=107399#comment-773615 In reply to Sara Santos.

Dear Sara,

thank you, I will try it today.
To do the same, how would you code it using json functions?

Best regards

]]>