Search code examples
pythongpsnvidia-jetson-nano

how to get the gps data from a jetson nano?


suppose i have a jetson nano whit an 4g Module for Jetson Nano, like this

https://www.waveshare.com/sim7600g-h-4g-for-jetson-nano.htm

now how i can use python to generate the gps data? is there any library or something that can do this job? or do i need to set up something like a flask/django web to read the gps data from an get/post method or so?

any help you can give me would be great!


Solution

  • There's a library called gpsd. Use python as an interface and with thr help of gpsd you'll be able to fetch all NMEA data. Go through the documentation. I used it about 3-4 years ago and it was helpful.