
GPS not getting any fix. Why? - Arduino Forum
May 16, 2017 · Hi I am using a ublox GPS like this one here. The problem is, it isn't getting a fix. I've tested the Code with another Ublox based GPS and it worked within minutes. What could …
Beginner's guidance: GPS Module NEO 6M - Arduino Forum
Jul 26, 2021 · Hey everyone, I'm starting my first Arduino project where I wanna get a location through the GPS module (NEO 6M GY-NEO6MV2) and the Arduino Pro Mini and after …
GPS - NMEA decoder $GPGSV - Sensors - Arduino Forum
Jul 3, 2017 · You can print too much information, and the Arduino will not process GPS characters in time. This causes the input buffer to overflow, and GPS characters will be lost.
GPS-Disciplined 10Mhz frequency reference - Arduino Forum
Sep 3, 2018 · I have built a GPS disciplined 10 MHz reference using a stand alone ATMega328P. I use a VCXO/TCXO/OCXO 10MHz crystal oscillator as the external clock for the …
Set the correct time in RTC with GPS - Arduino Forum
May 26, 2025 · As I had managed to create a program for the clock with the GPS as well a version with the RTC, I decided to combine the knowledge into setting the correct time into the …
Super-Accurate (1ms/yr) GPS-Corrected RTC Clock ... - Arduino …
Mar 5, 2020 · Project goal: Create a super-accurate (<1ms drift per year) standalone 7-segment LED clock whose time stays accurate and "sets itself" without access to the Internet or a host …
Homemade Arduino based GPS map navigation system 3.0
Aug 24, 2016 · This is homemade Arduino based GPS map navigation system, mainly used to locate and record the path at run time. Use a 1.8-inch TFT screen, 128*160 resolution, SPI …
Understanding GPS (TinyGPS++) commands .isValid and if (millis ...
Mar 22, 2019 · Hi im new to Arduino and im trying to make a GPS. im useing the TinyGPS++ library (tested others, liked this best) so far all is going good. im getting the values i want. im …
Converting GPS UTC time to local time zone - Arduino Forum
Feb 16, 2024 · I apologize for my ignorance but I'm very new to programming. I have tried searching every example I can find but nothing is working. I would like for the time output from …
Parsing GPS data - Programming - Arduino Forum
Aug 2, 2014 · I just got the Adafruit GPS shield as my goal is to build an rc car that can follow waypoints. I understand how to set up the GPS and print the raw data via serial but I don't …