Waveshare LC76G GNSS Module

Brukerhåndbok for Waveshare LC76G Multi-GNSS-modul

Model: LC76G GNSS Module

1. Introduksjon

The Waveshare LC76G is a compact and high-performance Multi-GNSS (Global Navigation Satellite System) module designed for precise positioning applications. It supports a wide range of satellite systems including GPS, BeiDou (BDS), GLONASS, Galileo, and QZSS, ensuring robust and accurate location data. This module integrates a built-in Low-Noise Amplifier (LNA) for enhanced reception sensitivity and supports both UART and I2C communication interfaces, making it versatile for various embedded projects. It also features EPO (Extended Predictive Orbit) and EASY (Embedded Assist System) functions for faster time-to-first-fix (TTFF) and improved performance.

This manual provides essential information for setting up, operating, and maintaining your LC76G Multi-GNSS Module.

2. Pakkens innhold

Bekreft at alle varene som er oppført nedenfor er til stede i pakken din:

Waveshare LC76G GNSS Module and MX1.25 8PIN cable

Image: Package contents showing the LC76G GNSS Module and an MX1.25 8PIN cable.

  • 1x LC76G GNSS Module
  • 1x MX1.25 8PIN cable

3. Nøkkelfunksjoner

The LC76G GNSS Module offers the following key features:

Diagram highlighting key features of the LC76G GNSS module

Image: Visual representation of the LC76G GNSS module with its main features listed.

  • Supports Multi-GNSS systems: GPS, BeiDou (BDS), GLONASS, Galileo, and QZSS.
  • Supports UART and I2C communication interfaces.
  • Innebygd lavstøy Amplifier (LNA) for improved reception sensitivity.
  • Supports EPO (Extended Predictive Orbit) and EASY (Embedded Assist System) functions for faster acquisition.
  • Supports 1PPS (One Pulse Per Second) output for precise timing.
  • UART communication baud rate: Configurable from 9600 to 921600bps (default 115200bps).
  • Onboard rechargeable Li battery (MS621FE) for preserving ephemeris information and enabling hot starts.
  • Two LEDs for indicating module working status (Power and PPS).
  • Comes with online development resources and manual examples for various platforms (Raspberry Pi, Raspberry Pi Pico, Jetson Nano, Arduino, ESP32).

4. Pinout Definition

Understanding the pinout is crucial for proper integration of the LC76G module with your host device.

Diagram of LC76G module showing pin labels and their functions

Image: Detailed diagram of the LC76G module's components and pinout, including the GH1.25 8PIN connector.

Pin Beskrivelse
VCC Strømforsyning (3.3V/5V)
GND Bakke
TX Connect to MCU.RX (Signal direction: TX >> MCU.RX)
RX Connect to MCU.TX (Signal direction: MCU.TX >> RX)
PPS GPS status indicator / 1PPS output
RST Tilbakestill pin
SDA I2C datapinne
SCL I2C klokkepinne

5. Specifications and Parameters

The following table outlines the key technical specifications and performance parameters for the LC76G GNSS Module.

Comparison table of LC76G and L76K GNSS module parameters

Image: Detailed comparison of technical parameters for LC76G and L76K GNSS modules.

Parameter LC76G(AB)
GNSS GPS/GLONASS/Galileo/BDS/QZSS
Chip-plattform AG3352
L1 Band Receiver 47 Tracking channels
SBAS Støtte
A-GNSS Støtte
Anskaffelsesfølsomhet -147dBm
Re-acquisition Sensitivity -159dBm
Sporingsfølsomhet -166dBm
Kaldstarter 26s, Autonomous; 12s, With EASY™; 5s, With EPO™
Warm Starts 20s, Autonomous; 2s, With EASY™
Hot Starts 1s
Posisjonsnøyaktighet 1.5m CEP
Hastighetsnøyaktighet 0.1 m/s
Acceleration Accuracy (MAX) 0.1 m/s²
Timingsnøyaktighet 30ns
Update Rate (MAX) 10 Hz
I2C Rate 400Kbps (Max)
UART Baudrate Range: 9600-921600bps; Default: 115200bps
GNSS-dataoppdateringshastighet Max: 10Hz; Default: 1Hz

6. Kompatible plattformer

The LC76G module is designed for broad compatibility, supporting integration with various popular development platforms.

Diagram showing compatibility with Raspberry Pi, Raspberry Pi Pico, Jetson Nano, ESP32, and Arduino

Image: Visual representation of the LC76G module's compatibility with multiple development boards.

The module is compatible with platforms such as:

  • Raspberry Pi
  • Raspberry Pi Pico
  • Jetson Nano
  • ESP32
  • Arduino

7. Produktet er overview og dimensjoner

En visuell overview of the LC76G module and its physical dimensions.

Topp view of the Waveshare LC76G Multi-GNSS Module

Bilde: Topp view of the LC76G GNSS module, showing the ceramic antenna.

Vinklet views of the Waveshare LC76G Multi-GNSS Module

Image: Two angled views of the LC76G GNSS module, showcasing dens kompakte design.

Disposisjonsdimensjoner

Dimensional drawing of the Waveshare LC76G Multi-GNSS Module in millimeters

Image: Technical drawing illustrating the physical dimensions of the LC76G module in millimeters.

  • Dimensjoner: Approximately 30.50mm x 25.50mm x 2.25mm (excluding antenna cable and connector height).

8. Installasjonsinstruksjoner

Follow these steps to set up your LC76G Multi-GNSS Module:

  1. Strømforsyning: Connect the VCC pin to a 3.3V or 5V power source and the GND pin to ground. Ensure the power supply is stable and within the specified voltage rekkevidde.
  2. Kommunikasjonsgrensesnitt:
    • UART: Connect the module's TX pin to your host MCU's RX pin, and the module's RX pin to your host MCU's TX pin. Configure your host MCU's UART to the desired baud rate (default 115200bps).
    • I2C: Connect the module's SDA pin to your host MCU's SDA pin, and the module's SCL pin to your host MCU's SCL pin. Ensure appropriate pull-up resistors are used if not already present on your host board.
  3. Antenne: The module includes an integrated ceramic antenna. Ensure the module has a clear view of the sky for optimal satellite reception. Avoid placing it near metal objects or other sources of interference.
  4. Valgfrie tilkoblinger:
    • PPS: If precise timing is required, connect the PPS pin to an input on your host MCU.
    • første: The RST pin can be connected to a GPIO on your host MCU for software-controlled resets.
  5. Første oppstart: Once connections are secure, apply power. The PWR LED should illuminate. The PPS LED will blink once a valid GPS fix is acquired.

9. Bruksanvisning

The LC76G module outputs NMEA 0183 sentences, which are standard for GNSS receivers. These sentences contain information such as latitude, longitude, altitude, speed, and satellite status.

  1. Data Reception:
    • UART: Read data from the module's TX pin using your host MCU's UART receiver. The data will be a stream of NMEA sentences.
    • I2C: Access the module's data registers via the I2C interface. Refer to the detailed communication protocol in the online documentation for specific register addresses and data formats.
  2. NMEA Sentence Parsing: Implement NMEA parser code on your host MCU to extract meaningful data from the received sentences. Common sentences include GPGGA (Global Positioning System Fix Data), GPRMC (Recommended Minimum Specific GNSS Data), and GPVTG (Track Made Good and Ground Speed).
  3. Konfigurasjon: The module can be configured using specific NMEA commands sent via the UART or I2C interface. This allows adjustment of parameters such as update rate, enabled GNSS constellations, and output sentence types. Refer to the Waveshare online resources for detailed command sets.
  4. 1PPS Output: The 1PPS signal provides a highly accurate pulse once per second, synchronized with UTC time. This is useful for applications requiring precise time synchronization.
  5. Hot Start / Warm Start: The onboard rechargeable battery helps retain ephemeris data, allowing for faster position fixes (warm or hot starts) after a brief power loss or restart.

For detaljert programmering, f.eks.amples and libraries for specific platforms (Raspberry Pi, Arduino, etc.), please consult the official Waveshare online development resources.

10. Vedlikehold

The LC76G Multi-GNSS Module is designed for reliable operation with minimal maintenance. Observe the following guidelines:

  • Miljøforhold: Operate the module within its specified temperature and humidity ranges. Avoid exposure to extreme temperatures, direct sunlight, moisture, or corrosive environments.
  • Fysisk håndtering: Handle the module with care to prevent physical damage. Avoid bending or stressing the PCB or connectors.
  • Rengjøring: If necessary, gently clean the module with a soft, dry cloth. Do not use liquid cleaners or solvents.
  • Antenneplassering: Ensure the integrated antenna has an unobstructed view of the sky for optimal performance. Avoid covering the antenna with metallic objects or placing it near sources of electromagnetic interference.
  • Batterilevetid: The onboard MS621FE battery is rechargeable and designed for long life. If the module consistently experiences cold starts after short power cycles, the battery may need to be charged by keeping the module powered for an extended period.

11. Feilsøking

If you encounter issues with your LC76G module, consider the following troubleshooting steps:

  • Ingen strøm-LED:
    • Check power connections (VCC and GND) and ensure the power supply is providing the correct voltage (3.3V eller 5V).
    • Verify the power supply is capable of providing sufficient current.
  • No PPS LED Blinking / No Fix:
    • Sørg for at modulen har en klar og uhindret bane view of the sky. Indoor environments or areas with tall buildings can block satellite signals.
    • Allow sufficient time for a cold start (up to 26 seconds or more in challenging conditions).
    • Check for strong electromagnetic interference nearby.
    • Verify the antenna is not covered or damaged.
  • No Data Output (UART/I2C):
    • UART: Double-check TX/RX connections (cross-over). Ensure the baud rate on your host MCU matches the module's baud rate (default 115200bps). Verify your UART receiver code is correctly implemented.
    • I2C: Confirm I2C address, SDA/SCL connections, and pull-up resistors. Verify your I2C communication code.
    • Ensure the module is powered and the PWR LED is on.
  • Inaccurate Position Data:
    • Ensure the module has a good satellite fix (PPS LED blinking steadily).
    • Check for multipath interference (signals reflecting off buildings).
    • Verify the module is configured to use all available GNSS constellations for best accuracy.
  • Modulen svarer ikke:
    • Try resetting the module by momentarily pulling the RST pin low, or by power cycling it.

12. Garanti og støtte

For warranty information, technical support, and access to the latest documentation, drivers, and example code, please visit the official Waveshare website or their dedicated product page for the LC76G Multi-GNSS Module.

Waveshare provides comprehensive online resources to assist with development and integration. These resources often include:

  • Detailed datasheets and user manuals.
  • Example code for various microcontrollers and single-board computers (e.g., Raspberry Pi, Arduino, ESP32).
  • Forum or community support.

Contact information for technical support can typically be found on the Waveshare webnettstedet.