Manually entering the GPS coordinates on Raspberry Pi #204
Replies: 4 comments 1 reply
-
The Python CLI. Also, if you have an Android device you can connect to the IP of the RaspberryPi with the app. |
Beta Was this translation helpful? Give feedback.
-
You can safely ignore the part of the instructions related to connecting USB or serial. Meshtastic python CLI will connect to localhost (via Web API) if there is no USB/Serial device. You can also specify this with command flags. Try typing |
Beta Was this translation helpful? Give feedback.
-
Thank you, I didn't expect I could ignore it. I set the GPS coordinates using: meshtastic --set position.fixed_position true --set position.position_broadcast_smart_enabled false --set position.position_broadcast_secs 300 --setalt zz --setlat yy.yyyyy --setlon x.xxxxx |
Beta Was this translation helpful? Give feedback.
-
If you are using fixed position you need to enable fixed position after entering the coordinates, coordinates can not be set while fixed position is enabled. |
Beta Was this translation helpful? Give feedback.
-
Does anybody know how I can set the GPS coordinates of a static node without GPS module in Linux (on Raspberry Pi)?
In the web module I can turn on "Don't report GPS position, but a manually-specified one". But where and how do I enter the coordinates???
Any help appreciated!
Beta Was this translation helpful? Give feedback.
All reactions