RPM gauge not updating - #352
Replies: 2 comments
-
|
Hi! Happy to help. Could you share your project file so I can better understand your setup? One thing worth knowing: this is actually a common point of confusion when working with AI assistants. Serial Studio's project files use JSON, and AI tools often assume that means data is also read from JSON keys...but that's not how it works. To do that, you'd need to configure a custom frame parser. Serial Studio has several operation modes:
These docs walk through exactly how data flows and how to configure everything correctly:
|
Beta Was this translation helpful? Give feedback.
-
|
Btw, if you don't want to change your MCU code, you can check the ISS Telemetry Example for an example to how to parse JSON data in Serial Studio. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am testing Serial Studio with ESP-12E.
I send JSON data like {"RPM":3500} and {"RPM":1200}.
The Console shows values correctly, but the RPM gauge widget stays at 0.00.
Dataset settings:
Why is the gauge needle not updating even though the Console receives the values?
Beta Was this translation helpful? Give feedback.
All reactions