logo elektroda
logo elektroda
X
logo elektroda

ESP32 microcontroller and L76x GPS module (Waveshare 16332) - erratic sending of data

goliat2606 453 2
ADVERTISEMENT
Treść została przetłumaczona polish » english Zobacz oryginalną wersję tematu
  • #1 19549373
    goliat2606
    Level 12  
    Hi.

    I have this problem... I am using an ESP32 micro controller with an L76x GPS module (Waveshare 16332) connected to it.
    I have the GPS module set to only return me speed, time and number of satellites used data at a rate of 10Hz.

    The problem is that sometimes - completely randomly - instead of sending data every 100ms it will send every 200ms or sometimes even every 1s. Has anyone ever had a similar case and been able to solve the problem?
  • ADVERTISEMENT
  • #2 19550277
    khoam
    Level 42  
    goliat2606 wrote:
    I am using an ESP32 micro controller with an L76x GPS module (Waveshare 16332) connected to it.
    .
    And what program is loaded into the ESP32 to support this GPS module?
  • #3 19550286
    goliat2606
    Level 12  
    khoam wrote:
    And what program is loaded into the ESP32 to support this GPS module?
    .
    Mine. It reads by serial what the module sends, using TinyGPS++ processes the data then sends it on in "compressed" form via bluetooth.

    Anyway, it doesn't matter what program is in the ESP32 because the GPS module sometimes loses data even when reading directly through the UART<-> USB converter.
ADVERTISEMENT