I am trying to make a gauge that will display the real time Arduino IOT data for the water tank level

For my project I am planning to make an app to control a smart home the issue I am facing is regarding understanding how to make a gauge that will display the water tank level I saw quite a few forums making custom compass gauges etc but me being new to this Avenue could not understand the process properly can anyone help me in making this gauge and integrating it to the Arduino IOT cloud gauge so that the real time data can be displayed.

Hello Melvin

You will find a substantial Gauge project, by Gerard Bucas, in the Gallery which you can use to generate gauges with.

https://gallery.appinventor.mit.edu/?galleryid=6072934018449408

1 Like

Welcome Melvin.

Here are two analog gauges that might be appropriate Make an Analog Gauge and use it to display something useful .

Hi thank you for this solution one more doubt though once I create the gauge I should add it as an animation (image sprite) is this the procedure? and then how exactly will it update in real time when I link it with the arduino IOT cloud?

It was a bit hard for me to understand this page hence I had not referred to it earlier

I don't see in this thread how you plan to communicate with the IOT device:

  • BlueTooth
  • BLE
  • Web
    ?

Try this example
WaterGauge.aia (44.5 KB)

Since Jan 2020 Google made changes which allow simplification.

This was tested on an Android 8.1

Does this help?

1 Like

Web using the esp8266 wifi module

Yes thank you very much I'll choose either this one or the above one shared by chris now the only doubt pending is about the interface between the sensor and this gauge using the arduino iot cloud

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.