Hi
i am looking for a plugin to display an “Artificial horizon” like in a plane’s cockpit. I gather data from a mpu6050 Sensor and looking for a smart solution to display this values (roll, pitch) in my dashboard. Any ideas`?
Thanks
Hi
i am looking for a plugin to display an “Artificial horizon” like in a plane’s cockpit. I gather data from a mpu6050 Sensor and looking for a smart solution to display this values (roll, pitch) in my dashboard. Any ideas`?
Thanks
I don’t know of a panel like that, but as a bit of an ugly workaround, you could use an apache echart donut, and mess with the start angle (positive or negative for left or right) to indicate pitch:
create one or multiple svg files that are dynamically modified using data
or apache echart
or maybe there is a js library you can use with Dynamic Text @mikhailvolkov