'IOT PROJECT FOR NODEMCU

how can i create simulation for the following devices Arduino IDE + NodeMCU ESP8266 + Firebase and android application, soil PH sensor | NodeMCU ESP8266 send & get Data from Firebase Database. the aim is to measure the soil PH as well as displaying favourables crops and type of fertilizer that can used via android app.



Solution 1:[1]

you can do that so so you can use cloudeFireStore as a database or RealtimeDB is there , you can use any one of them and you need to find it's end point of a collection refer this ; if you have get that you can call from your iot device and post your data in to firebase; also connect your flutter app with firbase refer this and and use some CRUD operation as you wish

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Akbar Masterpadi