2024-07-24 1:27 PM
Hi,
I have a EVB-LIV4F. I would like to know how to enable RTCM message. I would like to extract the following raw measurements from RTCM:
1) the time of the measurement
2) satellite pseudoranges measured between the satellite and GNSS receiver
3) their standard deviations
4) carrier phase
5) Doppler shifts
Thanks.
2024-08-08 7:13 PM
Thanks @patrikpordi for sharing your code! Appreciate your help.
pyrtcm works for me
rtr = RTCMReader(stream)
raw_data, parsed_data = rtr.read()
if parsed_data is not None:
print(parsed_data)
2024-08-08 7:17 PM
Also, I am able to get GxGST message in the standard firmware. Once I load ME firmware, I don't receive GxGST message. Is it possible to enable GxGST message in ME firmware?
Thanks.
2024-08-16 10:05 AM
Hi Koon,
I am not sure if you found the answers you were looking for.
To get information from Measurement data you can use CONVBIN tool provided as part of RTKLIB release. This will convert RTCM3 data into RINEX format.
Attached is the snippet I used as an example.
I saw in another post that GST message is not available.
In our ME binary, we output Kalman Filter Covariance information.
This is a new feature so LIV4F manual is not updated yet. Please let me know if this would suffice.
To enable PSTMKFCOV message, do the following
$PSTMSETPAR,1201,0x8000000,1
$PSTMSAVEPAR
$PSTMSRR
2025-06-21 4:27 PM
Hi,
I'd like to download the ME firmware using the prodided link in previous messages. Alas, when I click the "download latest" button then click "Accept", nothing hapens.
Can anyone at ST fix this issue please ?
Best regards,
Nicolas
2025-06-21 11:39 PM
I just tried "get latest" at https://www.st.com/en/embedded-software/teseo-liv4fsw.html and it worked for me when logged in to ST. If not (incognito window) I get a pop up with options to log in, create an account or download as a guest, but I did not try these. (With Chrome browser.)
2025-06-22 7:59 AM
Thanks for trying.
I tried downloading again. I finally got it working. An extension of my browser was blocking the download. Disabling the extension made it work.
Thanks again.