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.

Пин Опис
ВЦЦ Напајање (3.3В/5В)
ГНД Гроунд
TX Connect to MCU.RX (Signal direction: TX >> MCU.RX)
RX Connect to MCU.TX (Signal direction: MCU.TX >> RX)
ППС GPS status indicator / 1PPS output
РСТ Ресетуј пин
СДА И2Ц пин за податке
СЦЛ И2Ц пин за сат

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)
ГНСС ГПС/ГЛОНАСС/Галилео/БДС/КЗСС
Цхип Платформ АГ3352
L1 Band Receiver 47 Tracking channels
СБАС Подршка
А-ГНСС Подршка
Осетљивост аквизиције -147дБм
Re-acquisition Sensitivity -159дБм
Осетљивост праћења -166дБм
Хладни стартови 26s, Autonomous; 12s, With EASY™; 5s, With EPO™
Warm Starts 20s, Autonomous; 2s, With EASY™
Hot Starts 1s
Прецизност положаја 1.5м ЦЕП
Спеед Аццураци 0.1м/с
Acceleration Accuracy (MAX) 0.1м/с²
Прецизност времена 30нс
Update Rate (MAX) 10Хз
I2C Rate 400Kbps (Max)
УАРТ Баудрате Range: 9600-921600bps; Default: 115200bps
Брзина ажурирања ГНСС података 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, showcasinг његов компактни дизајн.

Оутлине Дименсионс

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. Комуникациони интерфејс:
    • УАРТ: 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).
    • И2Ц: 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. Опционе везе:
    • ППС: 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. Data Reception:
    • УАРТ: Read data from the module's TX pin using your host MCU's UART receiver. The data will be a stream of NMEA sentences.
    • И2Ц: 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:

КСНУМКС. Решавање проблема

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 SIM7600G-H 4G HAT (B) User Manual and Technical Guide
Comprehensive guide for the Waveshare SIM7600G-H 4G HAT (B), covering features, hardware connection, testing, AT commands, dial-up networking, GPS, calls, SMS, and troubleshooting for Raspberry Pi and PCs.
Преview Waveshare Industrial 8-Channel Relay Module for Raspberry Pi Pico User Manual
User manual for the Waveshare Industrial 8-Channel Relay Module for Raspberry Pi Pico (Pico-Relay-B). Details features, compatibility, enclosure, and pinout for industrial control applications.
Преview Упутство и водич за употребу Waveshare SX1262 LoRaWAN/GNSS HAT
Свеобухватни водич за Waveshare SX1262 LoRaWAN/GNSS HAT, који покрива његове карактеристике, техничке параметре, повезивање хардвера, дефиницију распореда пинова, подешавање софтвера, LoRaWAN концепте и интеграцију са The Things Network (TTN).
Преview Упутство за употребу Waveshare 2.4-инчног LCD модула
Свеобухватни водич за Waveshare 2.4-инчни LCD TFT дисплеј модул, са детаљним описом његових карактеристика, спецификација и употребе са Raspberry Pi, STM32 и Arduino. Сазнајте више о SPI интерфејсу, IL9341 контролеру, хардверским везама и софтверским екстензијама.ampза интеграцију овог дисплеја резолуције 240x320 у ваше пројекте.
Преview 0.91inch OLED Module User Manual - Waveshare
User manual for the Waveshare 0.91inch OLED Module (128x32 pixels) with SSD1306 controller. Covers overview, features, pinout, I2C communication, and demo code for STM32, Raspberry Pi (BCM2835, WiringPi, Python), and Arduino.
Преview Pico-Relay-B: Упутство за коришћење 8-каналног релејног модула
Упутство за употребу за Waveshare Pico-Relay-B, индустријски 8-канални релејни модул за Raspberry Pi Pico. Сазнајте више о његовим карактеристикама, спецификацијама, подешавању и програмирању уз детаљна упутства и примере.ampлес.