-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
18 lines (13 loc) · 995 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This is readme file of NMEAtoCoordinates project of Bilal Emre Girit
i made this project for raspi but you can use it whereever you want, just need to edit for serial input part.
there is a slightly difference between values that came from NMEA sentences and real coordinates, this code
provides you to find your real coordinate values. code prints out two value like (latitude, longitude), if you copy
this values to the Google Maps you can find your location presicely
This code is only working in intersection ofNORTHERN HEPMİSPHERE and WEST SİDE OF PRİME MARİDİAN !!!!
(i mean it only works with positive sign latidude and longitude values)
(and sorry for turkish variable names, you can change them as you wish)
(main.py1.0 update : There was a problem with the serial reading with Raspi, i changed serial read part with try except)
Necessary Libraries and Extensions:
1- Serial library for python
2- Raspi Serial configurations
3- Time librart for phyton (optional)