hobbyant BE-180

hobbyant BE-180 GPS Module Instruction Manual

Model: BE-180

1. Product Overview

The hobbyant BE-180 is a compact GPS module designed for precise positioning and navigation applications. It features TTL level output and an integrated GNSS ceramic antenna, making it suitable for integration with various development platforms such as Arduino, Raspberry Pi, and Pixhawk flight controllers. This module supports multiple satellite systems including GPS, BDS, GALILEO, SBAS, and QZSS for enhanced accuracy and reliability.

Its small size and low power consumption make it ideal for projects requiring accurate location data in a compact form factor.

2. Package Contents

Verify that all items listed below are included in your package:

  • BE-180 GPS Module x 1
  • Connection Cables x 3
  • Adhesive Pad x 1
Package contents of the BE-180 GPS module, showing the module, three connection cables, and an adhesive pad.

Image: The BE-180 GPS module, three connection cables, and an adhesive pad are included in the package.

3. Specifications

Table 1: BE-180 GPS Module Specifications
ParameterValue
Operating ModeGPS+BDS+GALILEO+SBAS+QZSS
Sensitivity (Tracking)-166dBm
Sensitivity (Reacquisition)-160dBm
Sensitivity (Cold Start)-148dBm
Sensitivity (Hot Start)-160dBm
Start Time (Cold)27s
Start Time (Hot)1s
Start Time (Assist)1s
Horizontal Accuracy1.5m CEP 2D RMS (SBAS assistance for open sky)
Speed Accuracy0.05m/s
Dynamic Heading Accuracy0.3 degrees
1PPS Time AccuracyRMS 30ns, 99% 60ns
Baud Rate4800bps - 921600bps (Default: 38400bps)
Output LevelTTL Level
Output ProtocolNMEA, U-B-X
NMEA SentencesRMC, VTG, GGA, GSA, GSV, GLL
Update Frequency0.25Hz - 18Hz (Default: 1Hz)
Second Pulse (PPS)Settable 0.25Hz~10MHz (Default: 1s period, 100ms high level)
Module Size18 × 18 × 6.2 mm
Module Weight4.9g
Operating Limits (Altitude)80,000m
Operating Limits (Speed)<500m/s
Operating Limits (Acceleration)<4g
Operating Temperature-40°C to +85°C
Storage Temperature-40°C to +105°C
Input VoltageDC 3.6V - 5.5V (Standard: 5.0V)
Current ConsumptionNormal 50mA/5.0V
Technical drawing showing the dimensions of the BE-180 GPS module from top, side, and front views. The module measures 18x18x6.2mm.

Image: Dimensions of the BE-180 GPS Module.

4. Pin Description

The BE-180 GPS module features a 4-pin interface for power and serial communication. Refer to the diagram and table below for pin assignments.

Close-up image of the BE-180 GPS module showing the 4-pin connector labeled PIN1 to PIN4, with arrows pointing to the connector.

Image: Pinout of the BE-180 GPS Module.

Table 2: BE-180 Pin Assignments
PINNameI/ODescription
1GNDGGround connection.
2TXOSerial Data Output (from GPS module).
3RXISerial Data Input (to GPS module).
4VCCIPower supply input (DC 3.6V - 5.5V, typical 5.0V).

5. Indicator Lights

The BE-180 module includes two indicator LEDs:

  • TX LED (Blue): This LED flashes when the module is actively outputting serial data.
  • PPS LED (Red): This LED indicates the GPS fix status.
    • If the GPS is not fixed, the PPS LED will remain off.
    • Once the GPS achieves a 3D fix, the PPS LED will begin to flash, indicating a valid position lock.
Top and bottom view of the BE-180 GPS module, showing the ceramic antenna on top and the PCB with TX and PPS LEDs on the bottom.

Image: Top and bottom views of the BE-180 GPS Module, highlighting the TX and PPS LEDs.

6. Setup and Connection

The BE-180 GPS module can be connected to various microcontrollers or USB-to-TTL serial adapters. Ensure correct pin connections to avoid damage.

6.1. Connection to USB to TTL Serial Module

To connect the GPS module to a computer via a USB to TTL serial module for configuration or data monitoring, follow these connections:

  • GPS Module GND to USB-TTL GND
  • GPS Module TX to USB-TTL RXD
  • GPS Module RX to USB-TTL TXD
  • GPS Module VCC to USB-TTL VCC (ensure 5V supply)

6.2. Connection to Microcontroller (e.g., Arduino, Raspberry Pi, Pixhawk)

When connecting to a microcontroller, ensure the power supply matches the module's requirements (3.6V-5.5V, typical 5V). The PPS pin can be connected to an interrupt-capable pin on your microcontroller for precise timing applications.

  • GPS Module GND to MCU GND
  • GPS Module TX to MCU RXD
  • GPS Module RX to MCU TXD
  • GPS Module VCC to MCU VCC (5V)
  • GPS Module PPS to MCU IO (optional, for 1PPS signal)

Note: Always double-check the voltage levels of your microcontroller's serial ports to ensure compatibility with the 5V TTL level of the GPS module. Use level shifters if necessary.

7. Operating Instructions

Once connected and powered, the BE-180 GPS module will automatically begin searching for satellite signals. The initial acquisition time (cold start) can take up to 27 seconds in open sky conditions. Subsequent hot starts are much faster, typically 1 second.

7.1. Data Output

The module outputs NMEA 0183 sentences (RMC, VTG, GGA, GSA, GSV, GLL) and U-B-X protocol data via its TX pin. The default baud rate is 38400bps, but it can be configured from 4800bps to 921600bps using appropriate commands (refer to the U-B-X protocol specification for details).

7.2. GPS Fix Indication

Monitor the red PPS LED. A steady off state indicates no GPS fix. Once the LED starts flashing, a 3D position fix has been achieved, and accurate location data is available.

7.3. Applications

The BE-180 GPS module is suitable for a wide range of applications including:

  • Vehicle tracking and monitoring
  • Bus station management systems
  • Car and marine navigation systems
  • Notebook navigation
  • Drone and UAV flight controllers (e.g., Pixhawk)
  • DIY electronics projects (e.g., Arduino, Raspberry Pi)

8. Maintenance

The BE-180 GPS module is a robust electronic component designed for long-term operation. Minimal maintenance is required.

  • Environmental Protection: Ensure the module is protected from extreme moisture, dust, and physical impact. While it operates across a wide temperature range (-40°C to +85°C), prolonged exposure to the upper or lower limits may affect performance or lifespan.
  • Cleaning: If necessary, gently clean the module with a dry, soft cloth. Avoid using liquids or abrasive materials.
  • Antenna Placement: For optimal performance, ensure the ceramic antenna has a clear, unobstructed view of the sky. Avoid placing it near metal objects or other electronic components that could interfere with GPS signals.

9. Troubleshooting

If you encounter issues with your BE-180 GPS module, consider the following troubleshooting steps:

  • No Data Output (TX LED off):
    • Verify power supply (VCC and GND) is correctly connected and within the 3.6V-5.5V range.
    • Check serial connection: Ensure TX of GPS is connected to RX of your receiving device, and RX of GPS to TX of your device.
    • Confirm baud rate settings on your receiving device match the module's default (38400bps) or configured rate.
  • No GPS Fix (PPS LED off):
    • Ensure the module has a clear view of the sky. Indoor environments or areas with heavy obstruction (tall buildings, dense foliage) can prevent satellite acquisition.
    • Allow sufficient time for a cold start (up to 27 seconds).
    • Check for potential electromagnetic interference from nearby electronics.
  • Inaccurate Position Data:
    • Ensure the module has a strong signal (check satellite count in NMEA GSV sentences).
    • Verify the antenna is not obstructed or damaged.
    • Consider environmental factors like multipath interference in urban canyons.

10. Warranty and Support

For warranty information and technical support, please refer to the official hobbyant website or contact your retailer. Keep your purchase receipt for warranty claims.

For further technical documentation, including detailed U-B-X protocol specifications and advanced configuration guides, please visit the manufacturer's support page.

© 2023 hobbyant. All rights reserved.

Ask a question about this manual

Ask about setup, troubleshooting, compatibility, parts, safety, or missing instructions. Manuals+ will review the question and use this page’s manual context to help answer it.

After a successful submission, we securely hash the supplied account or form email before sending it to Microsoft Advertising for conversion attribution. Privacy details.