Hello,
Here is a modified library from DIY Drones that works with MediaTek MT3329 GPS with 1.6 firmware
This is not the final library, i posted here for others to test and make suggestions on haw to improve it
GPS_MTK.zip (4.63 KB)
Hello,
Here is a modified library from DIY Drones that works with MediaTek MT3329 GPS with 1.6 firmware
This is not the final library, i posted here for others to test and make suggestions on haw to improve it
GPS_MTK.zip (4.63 KB)
Last update
In order to use hardware serial comment this line
#include <../NewSoftSerial/NewSoftSerial.h>
and replace "GPS_Serial." with "Serial." in order to use Hardware Serial
in GPS_MTK.cpp
GPS_MTK.zip (4.9 KB)
Goooooooooood!!!! 8) 8) 8) 8) 8)
But, if you use hardware serial(arduino mega 2560), you must modify serial.available() with serial1.available() in line 120 in GPS_MTK.cpp if you use serial 1(pin 18,19). then is ok..
This is library correct with example code on arduino mega 2560 and use pin for gps 18-19 = serial1 ... (you must modify all gps_serial in gps_mtk.cpp with serial1 if you use software serial)
Very good friends!
GPS_MTK.zip (4.72 KB)
Hello,
Do you know if this library will work with the MT3329 v2.0? I believe it also has an updated firmware to 4.XX. I am trying to get a GPS to work on the Arduino Mega by this weekend so any help will be grateful.
As v2.0 "This revision features a new board layout with an improved ground plane and on-board battery." i don't seea any reason not to work, what i can't find is the firmware that you are talking about, a link will help