About 7,130,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 documentation f...

  2. 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 signals from the …

  3. How do I configure the baud rate of the NEO-6M GPS on TTGO T-Beam?

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

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

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

  6. gps - Python gpsd client - Stack Overflow

    Feb 15, 2024 · TypeError: JSONDecoder. init () got an unexpected keyword argument 'encoding' There are a few other old answers on here: Using GPS library in Python 3 and gpsd python client Is there a …

  7. 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 board features.

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

  9. Neo 6M GPS module with Arduino Nano and OLED Display, "SSD1306 ...

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

  10. geolocation - My GPS U-blox NEO6M is returning NULL continuously ...

    Feb 7, 2023 · I have interfaced my ESP32 with a ublox GPS tracker NEO-6M module. It is continuously printing NULL on the serial monitor and even after 10 to 15seconds it prints NULL. What could be the …