About 8,160,000 results
Open links in new tab
  1. Python GPS Module: Reading latest GPS Data - Stack Overflow

    I have been trying to work with the standard GPS (gps.py) module in python 2.6. This is supposed to act as a client and read GPS Data from gpsd running in Ubuntu. According to the …

  2. python - how to read data from neo-6m gps module while using a ...

    Jul 25, 2023 · Just a guess, since I have no experience with the gps module, but in your while loop (which will be executed only once) you read two times in a row the module's output, and …

  3. NEO-6M GPS module loses its accuracy on arduino uno

    Sep 3, 2024 · I have a NEO-6M GPS module and I want to use it for date,location and time. Now, when the NEO-6M is set default to 115200 baud rate and when I use ttl converter to get …

  4. How do I configure the baud rate of the NEO-6M GPS on TTGO T …

    Aug 5, 2022 · You can use the micro USB port on the board to directly update the NEO-6M GPS module's internal firmware using the U-Center. The schematic design of the board including …

  5. Serial2 of ESP32 not responding ( NEO 6M GPS) - Stack Overflow

    Feb 27, 2020 · NEO-6M GPS Module needs 5 V, ESP32 pins deliver max 3.6V - normaly 3.3V Some ESP32 modules block certain pins to use them for SD card, camera, lcd or other on …

  6. gps - Python gpsd client - Stack Overflow

    Feb 15, 2024 · If you can not get/use the module that comes with gpsd, you may use the gps-pessimus module, which, in addition to being updated recently, also includes most of the …

  7. GPS module on ESP32 not giving valid logs - Stack Overflow

    Nov 5, 2020 · Environments osx esp32 vscode platformio I am working on an ESP32 module with this GPS module (very similar except the one I have has "ublox" logo on it - bought …

  8. time - How accurate is the GPS Clock? - Stack Overflow

    Sep 14, 2016 · 0 A GPS receiver has its own internal clock, which has a clock bias compared to the potentially more accurate atomic clocks on the GPS satellites. When a GPS receiver has a …

  9. STm32 and GPS module - Stack Overflow

    Jun 13, 2018 · Typically, GPS sends data @ 1 Hz after starting up. You just need to capture this NMEA sentences and filter the receive buffer according to your requirement. Try using UART …

  10. Neo 6M GPS module with Arduino Nano and OLED Display, …

    Jul 3, 2022 · 2 I am getting started with GPS modules, for my project I am using the NEO 6M GPS module with a Ceramic Antenna. So, earlier I tried to connect the GPS module with an Arduino …