Skip to content

Changing the minElev parameter #162

Answered by semuadmin
praveengi113 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @praveengi113

Can you please include your complete Python script and confirm which firmware version your M8N is running? Thanks

I can see there are a number of issues with the code snippet you've provided. I recommend having another look at the pyubx2 README, specifically the section about message generation and the message definition for the CFG-NAV5 message.

By way of comparison, here's a script that I've just successfully tested on an NEO-M8N receiver running firmware SPG 3.01 Protocol 18.00 (this arbitrarily sets the minElev value to 65 degrees - the default value is 5 degrees):

from serial import Serial
from pyubx2 import UBXMessage, SET

cfg_nav5 = UBXMessage(
    "CFG",  # Messa…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@praveengi113
Comment options

@semuadmin
Comment options

Answer selected by praveengi113
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
wontfix This will not be worked on
2 participants
Converted from issue

This discussion was converted from issue #161 on October 13, 2024 19:17.