Waveshare LC76G GNSS Module

Waveshare LC76G Multi-GNSS Module User Manual

Model: LC76G GNSS Module

1. Вовед

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. Содржина на пакетот

Проверете дали сите артикли наведени подолу се присутни во вашиот пакет:

Waveshare LC76G GNSS Module and MX1.25 8PIN cable

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

3. Клучни карактеристики

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.

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.

Пин Опис
VCC Напојување (3.3V/5V)
ГНД Земјата
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
РСТ Ресетирај игла
СДА Игла за податоци за I2C
SCL I2C игла за часовник

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.

Параметар LC76G(AB)
GNSS GPS/GLONASS/Galileo/BDS/QZSS
Платформа за чипови AG3352
L1 Band Receiver 47 Tracking channels
СБАС Поддршка
A-GNSS Поддршка
Чувствителност на стекнување -147 dBm
Re-acquisition Sensitivity -159 dBm
Чувствителност за следење -166 dBm
Студени почетоци 26s, Autonomous; 12s, With EASY™; 5s, With EPO™
Warm Starts 20s, Autonomous; 2s, With EASY™
Hot Starts 1s
Точност на положбата 1.5 m CEP
Точност на брзината 0.1 m/s
Acceleration Accuracy (MAX) 0.1 m/s²
Точност на тајмингот 30-ти
Update Rate (MAX) 10 Hz
I2C Rate 400Kbps (Max)
UART Baudrate Range: 9600-921600bps; Default: 115200bps
Стапка на ажурирање на податоци на GNSS Max: 10Hz; Default: 1Hz

6. Компатибилни платформи

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:

7. Производот завршиview и Димензии

Визуелно завршеноview of the LC76G module and its physical dimensions.

Врвот view of the Waveshare LC76G Multi-GNSS Module

Слика: Горе view of the LC76G GNSS module, showing the ceramic antenna.

Аголна views of the Waveshare LC76G Multi-GNSS Module

Image: Two angled views of the LC76G GNSS module, showcasing неговиот компактен дизајн.

Димензии на преглед

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

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

8. Упатства за поставување

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

  1. Напојување: 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 voltagд опсег.
  2. Комуникациски интерфејс:
    • 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. Антена: 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. Изборни врски:
    • PPS: If precise timing is required, connect the PPS pin to an input on your host MCU.
    • РСТ: The RST pin can be connected to a GPIO on your host MCU for software-controlled resets.
  5. Почетно вклучување: Once connections are secure, apply power. The PWR LED should illuminate. The PPS LED will blink once a valid GPS fix is acquired.

9. Упатства за работа

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. Прием на податоци:
    • 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. Конфигурација: 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 detailed programming examples and libraries for specific platforms (Raspberry Pi, Arduino, etc.), please consult the official Waveshare online development resources.

10. Одржување

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

11 Смена на проблеми

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

12. Гаранција и поддршка

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:

Contact information for technical support can typically be found on the Waveshare webсајт.

Поврзани документи - LC76G GNSS Module

Предview Упатство за користење на Waveshare Industrial 8-канален релеен модул за Raspberry Pi Pico
Упатство за корисникот за Waveshare Industrial 8-канален релеен модул за Raspberry Pi Pico (Pico-Relay-B). Детали за карактеристиките, компатибилноста, куќиштето и распоредот на пиновите за индустриски контролни апликации.
Предview Waveshare SX1262 LoRaWAN/GNSS HAT User Manual and Guide
A comprehensive guide to the Waveshare SX1262 LoRaWAN/GNSS HAT, covering its features, technical parameters, hardware connection, pinout definition, software setup, LoRaWAN concepts, and integration with The Things Network (TTN).
Предview Упатство за користење на Waveshare 2.4-инчен LCD модул
Сеопфатен водич за модулот Waveshare LCD TFT дисплеј од 2.4 инчи, со детали за неговите карактеристики, спецификации и употреба со Raspberry Pi, STM32 и Arduino. Дознајте повеќе за SPI интерфејсот, контролерот IL9341, хардверските врски и софтверот, на пр.amples за интегрирање на овој дисплеј со резолуција од 240x320 во вашите проекти.
Предview Упатство за користење на OLED модул од 0.91 инчи - Waveshare
Упатство за користење на Waveshare 0.91-инчен OLED модул (128x32 пиксели) со SSD1306 контролер. Опфаќа повеќеview, карактеристики, пин-аут, I2C комуникација и демо код за STM32, Raspberry Pi (BCM2835, WiringPi, Python) и Arduino.
Предview Pico-Relay-B: Упатство за корисникот на 8-каналниот релеен модул
Упатство за корисникот за Waveshare Pico-Relay-B, индустриски 8-канален релеен модул за Raspberry Pi Pico. Дознајте повеќе за неговите карактеристики, спецификации, поставување и програмирање со детални упатства и...ampлес.
Предview Modbus RTU E/S 8CH: Industrial 8-Channel Digital Input/Output Module
Comprehensive technical guide for the Waveshare Modbus RTU E/S 8CH module, detailing its specifications, wiring, primary functions, testing procedures, and Modbus communication protocol for industrial automation applications.