Gauge doesn't work

Support forum for MegunoLink
Post Reply
Huggi0619
Posts: 1
Joined: Thu Nov 13, 2025 8:11 pm

Thu Nov 13, 2025 8:20 pm

Hi Guys

I want to display a value at a gauge but it doesn't work and I can't figure out what the problem is.
Ist there anybody who can help me please? Wouldbe realy nice.
Here ist the code block from my arduino UNO R4 minima:

Code: Select all

    Serial.print("{Gau:IPGauge5|");
    Serial.print(linearSpeedKmh);
    Serial.println("}");
    ;
The propertiers of the gauge look like the pic in the attachment.

Thank you very much for your fast response and help
kind regards Huggi0619
Attachments
Properties of the gauge
Properties of the gauge
Screenshot 2025-11-13 211928.png (146.44 KiB) Viewed 3106 times
Post Reply