GPS Module, Python & Google maps all in one

5 thoughts on “GPS Module, Python & Google maps all in one”

  1. pynmea2 (https://github.com/Knio/pynmea2) is an improved version of pynmea, it will detect the sentence type automatically rather than needing to switch on the sting prefix ‘$GPGGA’, and also has some ability to understand the data fields (ie, automatically parses ddmm.mmmm to floats) instead of just giving strings.

    1. maybe it was syntax error. if you copied the code as it is on this page it may happen that you missed to put 4 spaces after the for loop?

  2. copied the program tried to run it but gives error on the import statements i.e. import serial…etc.

Leave a Reply to ken Cancel reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s