# GPS SKU:U032
## Description **GPS** is an M5Stack Unit that integrates a **AT6558** navigation chip and a **MAX2659** amplification chip which is used for amplifying the antenna signal. **AT6558** is an high performance chip that supports many types of satellite navigation systems, able to receive satellite signals on 56 channels GNSS signal from 6 satellite navigation system, joint location, navigation, timing and more. The module is able to obtain accurate global location information, quick and accurate positioning for anywhere in the city, in the canyon, under the overhead and inside the car. The module can be widely used in vehicle monitoring, bus reporting, car navigation, onboard navigation, notebook navigation and other products. You can plug it into port C on M5core via GROVE cable, which is a standard UART interface. UART settings : - Baudrate(**default: 9600bps**) - Start bits(1 bit) - Stop bits(1 bit) - Parity(no) ## Product Features - Support single system positioning of BDS/GPS/GLONASS satellite navigation systems, or multi-system joint positioning in any combination - Support D-GNSS differential positioning - Two Lego-compatible holes ## Includes - 1x GPS Unit - 1x Grove Cable ## Applications - Vehicle positioning and navigation - Smart law enforcement positioning ## Specification
Resources Parameter
Positioning accuracy 2.5m
Channel 56
Positioning update frequency 1-10Hz
Maximum height 1800m
Maximum speed 515m/s
Maximum acceleration <= 4g
Sensitivity Tracking: -162dBm,Capture: -148dBm,Cold start: -146dBm
Start Time Cold start: 35 seconds,Warm start: 32 seconds,Hot start: 1 second
Operating temperature -40°C - 85°C
Net weight 13g
Gross weight 26g
Product Size 48*24*8mm
Package Size 67*53*12mm
## Related Links - **Datasheet** - [AT6558](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/AT6558_en.pdf) - [MAX2659](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/MAX2659_en.pdf) - **[TinyGPS++ library](http://arduiniana.org/libraries/tinygpsplus/)** - **[CASIC Multimode satellite navigation receiver protocol specification](https://m5stack.oss-cn-shenzhen.aliyuncs.com/resource/docs/datasheet/unit/Multimode_satellite_navigation_receiver_cn.pdf)** - **[GnssToolKit3(Windows Version)](http://www.icofchina.com/d/file/xiazai/2018-05-23/2b29a8da746eec0ef1dcd9deae895298.zip)** ## EasyLoader download EasyLoader >1.EasyLoader is a simple and fast program burner. Every product page in EasyLoader provides a product-related case program. It can be burned to the master through simple steps, and a series of function verification can be performed. . >2. After downloading the software, double-click to run the application, connect the M5 device to the computer through the data cable, select the port parameters, click **"Burn"** to start burning. (**For M5StickC burning, please Set the baud rate to 750000 or 115200**) >3. Currently EasyLoader is only suitable for Windows operating system, compatible with M5 system adopts ESP32 as the control core host. Before installing for M5Core, you need to install CP210X driver (you do not need to install with M5StickC as controller)[Click here to view the driver installation tutorial](en/related_documents/M5Burner#install-usb-driver) ## Schematic ### PinMap
M5Core(GROVE C)U2RXD(GPIO16)U2TXD(GPIO17)5VGND
GPS UnitSignal Transmitter(TXD)Signal Receiver(RXD)5VGND
## Example ### 1. Arduino To get the complete code, please click [here](https://github.com/m5stack/M5Stack/tree/master/examples/Unit/GPS_AT6558) ### 2. UIFlow - [Click here to download the UIFlow example](https://github.com/m5stack/M5-ProductExampleCodes/tree/master/Unit/GPS/UIFlow) **Analysis:** **$GNRMC,063012.000,A,2258.11953,N,11395.35722,E,0.69,171.74,240419,,,A*7A** Indicates that the positioning information is UTC time is 06:30:12, north latitude 22.58119°, east longitude 113.95357°, date is April 24, 2019 Last updated: 2020-12-11