Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 899 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 899 Bytes

arduino-aprs-tracker

Arduino APRS Tracker based on libAPRS with SmartBeaconing

Hardware

Libraries

Notes

There are cases where the NEO-6M displays wrong data such as course/altitude. I have trace it to the interrupt of ADC (needed for APRS). When the interrupt is fired, disrupts the SoftwareSerial so it looses GPS messages. By default NEO-6M has these messages enabled GSV, RMC, GSA, GGA, GLL, VTG, TXT. The GLL is not needed so it is disabled on power on. If you still have issues enable the define, it will switch the NEO-6M on 4800 baud which looks like it fixes it