How do GPS buoys collect data?

Jul 29, 2025

Leave a message

In the vast ocean, GPS buoys act as "ocean data detectives," continuously capturing the secrets of the ocean through precise positioning and multi-dimensional sensing. The process of data collection is the result of collaboration between satellite positioning, sensor detection, and wireless transmission.

I. Data Collection: From Satellite Signals to Ocean Parameters

The first step in GPS buoy data collection relies on the Global Navigation Satellite System (GNSS). The receiver antenna at the top of the GPS buoy (such as GPS or Beidou) continuously receives positioning signals from multiple satellites. By calculating the time difference and frequency changes (Doppler shift) of the signals, the GPS buoy can real-time calculate its own latitude and longitude coordinates, velocity, and direction. For example:

• Positioning Data: GPS satellite signals provide centimeter-level precision for the buoy's location.

• Wave parameters: As the buoy rises and falls with the waves, the Doppler shift in satellite signals is converted into wave height, period, and wave direction data.

• Environmental parameters: Some buoys are equipped with sensors to simultaneously collect water temperature, salinity, flow velocity, and even pollutant concentration data.

Key technical points: High-precision buoys use choke-coil antennas to suppress sea surface reflection interference, keeping positioning errors within centimeter-level accuracy.

II. Data Processing: The "Microbrain" Inside the Buoy

Raw satellite data must be processed by the buoy's internal microcomputer control module to be converted into usable information:

1. Energy-saving control: The ARM microcontroller wakes up the GPS module at pre-set intervals (e.g., every hour), collects data for 2 minutes, and then immediately shuts down the power supply, significantly reducing energy consumption.

2. Data Calculation: Raw positioning data is stored in SRAM cache, where algorithms reconstruct wave spectra and generate characteristics such as wave height and period.

3. Anomaly Management: Watchdog circuits and reset modules prevent program crashes, ensuring continuous operation in harsh environments.

For example, China's new GNSS buoys can output 10 parameters with a single device, including ocean currents and atmospheric water vapor.

III. Data Transmission: Communication Relay Across the Ocean

Processed data must overcome ocean barriers to be transmitted back to land, primarily relying on satellite communication links:

• Beidou System: Chinese buoys prioritize the Beidou short message function, which offers the advantage of two-way communication:

o Data Upload: Sends positioning and wave information to shore stations;

o Command Reception: Shore stations can remotely adjust the buoy's sampling frequency.

• Maritime Satellite: Internationally used buoys employ the Inmarsat system, suitable for high-capacity data transmission (e.g., oil spill tracking buoys transmitting oil slick locations every second).

• Iridium System: Used in remote areas like the Arctic, but at a higher cost.

In 2024, the GNSS buoys deployed for China's "Hai Ji No. 2" project achieved a 99.3% data transmission rate during typhoons through the Beidou system.

IV. Chinese Innovation: Breakthrough in Low-Cost, High-Precision Technology

Traditional marine observation equipment (such as the "Wave Knight") is expensive, but China's new-generation GNSS buoys have achieved breakthroughs through three innovations:

1. Signal reuse: Simultaneously utilizing navigation satellite signals for positioning and environmental parameter extraction, reducing the need for independent sensors;

2. Modular power supply: Solar panels combined with lithium-ion battery packs support over one year of operation, with some models incorporating wave energy supplementation;

3. Edge computing: Data cleaning and compression are performed within the buoy, reducing satellite communication load.

Their cost is only 10% of international equipment, yet accuracy errors are controlled to the centimeter level, and they have been promoted by the United Nations' "Decade of Ocean Science for Sustainable Development" initiative.

From satellite positioning to sensor detection, and wireless transmission, GPS buoys operate in an automated, all-weather mode, forming a "data neural network" for ocean monitoring, continuously providing precise information to support human understanding and utilization of the ocean.

10