Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GPS position shown as values close to 0,0 when node has no gps position but GPS precision is set to LOW_PRECISION or MEDIUM_PRECISION #918

Closed
Pscope opened this issue Mar 17, 2024 · 2 comments

Comments

@Pscope
Copy link

Pscope commented Mar 17, 2024

Tested in Android App Version 2.3.0.

If a node is configured on the primary channel with either LOW_PRECISION or MEDIUM_PRECISION, this appears to set the GPS POSITON to 0.10486,0.10486 or 0.00328,0.00328 respectively and is shown in the node list and on the map.

If HIGH_PRECISION is set when no GPS POSITION is given the node position is 0,0 and so is not show in the node list or on the map.

Maybe the app could also ignore 0.00328,0.00328 and 0.10486,0.10486 as thease are not generally valid positions of a node?

In this example, both nodes have no GPS position, 'PS3P' is set to MEDIUM_PRECISION, 'PS4P' is set to LOW_PRECISION on Primary channel
Null Node positions

@GMart
Copy link
Contributor

GMart commented Mar 20, 2024

I believe this was fixed with this change: meshtastic/firmware#3325
Are all of those nodes updates to 2.3.0+?

@Pscope
Copy link
Author

Pscope commented Mar 21, 2024

Yes, all on 2.3.0+ now. and after getting a GPS position and then loosing it again ( indoors) the position is no longer showing incorrect values. Looks to be resolved now Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants