Is there a method to plot 2D data?
In my application I am working with navigation data and would like to visualize coordinates in 2D, is there a way to do this yet?
In my application I am working with navigation data and would like to visualize coordinates in 2D, is there a way to do this yet?
Hello BradH
Do you mean plotting on a map ? I would suggest to check the node-RED library : https://flows.nodered.org/ Some nodes like node-red-contrib-web-worldmap could be useful.
In general, it is good to search on node-RED forum/site to find ideas to create flows.
One nice point of STM32CubeMonitor is the capability to use existing nodes from Node-RED community. You can install additional nodes with the menu "manage palette". (If the menu is not visible, you need to install nodejs and npm on your computer)
You can extract the data from the processing node to standard nodes like gauges with the subflow "single data".
See https://wiki.st.com/stm32mcu/wiki/STM32CubeMonitor:How_to_send_data_to_a_gauge
Stephane
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.