Save ROS Values in Variables (GPS + LTE)

Hi,

i was doing a project with a LtAP mini that sends Variables to an ESP8266 with an OLED screen for information of the Signal Stats and Speed for the train driver.

For that to work I need to get Values like GPS Speed, LTE SNR and RSSI saved in local or global variables to send them.
Other Variables like Temperature, Voltage or something just works fine but reading that with a script from the LTE and GPS Menu is a nightmare.

Is there an easy way to do this with scripts?

Thanks in advance for your help.

before scripts you should could get this data just by terminal.

ros7: put [interface/lte monitor lte1 once as-value ]
ros6: put [interface lte info lte1 once as-value ]

put ([interface/lte monitor lte1 once as-value ]->“rsrp”)

about gps, search at forum or read manual.

Thank you very much, i tried that and it worked. I found it 2 days ago at another post.