Hello there!
I started working on this project as a part of my collage work. This project is basically a real time data monitoring system and developed with love and passion. :-P
This project has three major parts
1) Data collecting components (sensors)
2) Microcontrollers
3) An online database service (Firebase in this case)
Now, coming to how these things work together?
So, the data collecting components collect data in real time from an environment and are interfaced with the help of an Arduino Uno. The Arduino serially sends this data to NodeMCU which uploads the data on to Firebase.
Once the data is on firebase, it can be accessed from anywhere in the world with an internet connection of course!
Just integrate the database in your website or application and you are good to go!
Comments