Relative Content

Tag Archive for pythonhtmlfirebaseflaskraspberry-pi

Flask app not displaying data from Firebase properly

I am experiencing issues displaying data on my Flask web app.
I have RPi connected to three sensors, load cell, ultrasonic, and PIR. Every time motion is detected, readings are sent to Flask web app to display live readings.
Also, data is stored to Firebase Realtime DB.