About 884,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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.

  4. 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 …

  5. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. 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 …

  10. 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 …