Python Forum
Coding for Python and Raspberry pi - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Coding for Python and Raspberry pi (/thread-34975.html)



Coding for Python and Raspberry pi - beast - Sep-21-2021

Dear Everyone
I want to know if there is a code for tracking GPS, i already have the GPS but

I want to work on Raspberry pi, I need a code for it running if it makes sense a script if there is.
Will be really helpful thank you.


RE: Coding for Python and Raspberry pi - deanhystad - Sep-21-2021

Did you look at this?

https://maker.pro/raspberry-pi/tutorial/how-to-read-gps-data-with-python-on-a-raspberry-pi


RE: Coding for Python and Raspberry pi - Larz60+ - Sep-21-2021

I don't have any idea of the make and model you have.
However you should be able to make sense of this article: https://learn.adafruit.com/adafruit-ultimate-gps-hat-for-raspberry-pi
which connects a PI to what must be very similar, and perhaps even the same link.

This page contains links to all technical information, including:
  • Pinouts
  • GPS setup
  • basic testing
  • Loading gpsd ( a gps deamon)
  • Using battery backup
  • Downloads:
    • Command set cheat sheet
    • PMTK complete datasheet
    • Fritzing library
    • Eagle CAD files
  • Lot's more

Hope this will be helpful to you.


RE: Coding for Python and Raspberry pi - beast - Sep-21-2021

Thank you guys !!