I’ve got 4 MCP9600 temp sensors on my plane and at the moment I’m displaying the temp data as battery temp data as that’s the only way I can get it to stream and display in the values section on the dashboard on Mission Planner. I was wondering if there’s a better way, e.g. a dedicated telemetry MAVLink message would probably be good as that’s not a thing yet.
Ah okay, so best way would be to write some custom firmware to batch the temp sensor data into these NAMED_VALUE_FLOAT messages that can then be displayed here?