Has anyone figured out how to use tiny gps library with arduino mega? I got it working with my other arduino but not my mega. ?ny ideas?
What indication do you have that it is not working? All that the library does is manage the collection of GPS data and do the parsing. Are you getting data from the GPS on the Mega?
I think its the nss. The problem it seams to not get the data from the gps.
It appears that NewSoftSerial is not supported on the Mega. You have 4 hardware serial ports, though. Why do you need to use software serial?