Monitoring water level indicator using mobile app
I’m trying to make an app for monitoring water level using flutter on android studio (hedge hog).
What I understand is that the work I am doing lies in an IoT category.
I have made an UI for water level indicator. I also know about blynk app. Point is I want to make an app just like blynk that resembles my UI that I made, so that I can monitor water level. I have also done work on esp module. i have controlled Leds and relays using Esp module.
The UI of mobile app has different features, but what I want to achieve is how to recieve/send data between esp and mobile app.
One thing I know that I have to use an app like blynk app, but I don’t understand how to make.