SparkFun
SparkFun GPS Breakout - Chip Antenna, SAM-M10Q (Qwiic)
The SparkFun SAM-M10Q GPS Breakout features the SAM-M10Q chip-antenna module from u-blox©. The M10Q line is the successor to u-blox's M8Q found on the SparkF...
Get notified when back in stock
- u-blox M10 receiver
- Reception of up to four concurrent GNSS constellations
- Compatible GNSS Constellations
- GPS L1 C/A
- QZSS L1 C/A L1S
- GLONASS L1OF
- BeiDou B1C
- Galileo E1B/C
- 1.5m horizontal position accuracy
- Update Rate
- Max 5Hz (Four GNSS)
- Max 18Hz (One GNSS)
- Time-to-Fix (Four GNSS)
- Cold Start: 23 sec
- Aided Start: 1 sec
- Hot Start: 1 sec
- Max Altitude: 80,000m
- Max Velocity: 500m/s
- Velocity Accuracy: 0.05m/s
- Heading Accuracy: 0.3deg
- Time Pulse Accuracy: 30ns (RMS)
- 3.3V VCC and I/O
- Current Consumption (Four GNSS)
- Acquisition: ~13mA
- Tracking (Continuous): 10mA
- Tracking (Power Save): 5mA (Max Three GNSS)
- Backup Battery: 3V/1mAh
- Two Qwiic Connectors
- PTH Connections
- 3.3V/GND
- Serial UART
- I2C
- Interrupt (INT)
- Safe Boot (SAFE)
- Reset (RST)
- Time Pulse (PPS)
Jargon buster
Plain-language definitions for the technical terms used above.
- baud
- Baud is the signalling rate of a serial connection, often used as the speed setting for UART communication. Matching the baud rate matters because both connected devices must use the same setting for readable data.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- Galileo
- Europe’s satellite navigation system. Galileo support can improve satellite availability and accuracy, especially when combined with GPS and other constellations.
- GLONASS
- Russia’s satellite navigation system. A receiver that can also use GLONASS has more satellites to choose from, which can improve positioning reliability when the sky view is partly blocked.
- GND
- GND is the ground or reference connection (0 V) for a circuit. When connecting two devices together, their grounds must be joined so both agree on what counts as a low or high signal.
- GNSS
- GNSS stands for Global Navigation Satellite System, an umbrella term for satellite positioning networks such as GPS, GLONASS, Galileo and BeiDou. Receivers use these satellites to determine position, and high-precision units can output a steady stream of serial position data.
- GPS
- The US satellite navigation system used by GNSS receivers to calculate position and time. Support for GPS is important because it is widely available and often used together with other constellations for more reliable positioning.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- PTH
- Plated through-hole means the pin holes are metal-lined so solder connects the pad on both sides of the board. It is useful for connectors and headers that need a strong mechanical and electrical connection.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- QZSS
- Japan’s regional satellite navigation system designed to improve coverage around Japan and the Asia-Pacific region. QZSS support can improve satellite availability in supported regions when used alongside GPS.
- RMS
- RMS is a way of describing the effective level of an AC signal, such as an audio output voltage. It helps compare audio output levels more meaningfully than a peak voltage number.
- RST
- RST (reset) is a control pin used to restart or reinitialise a device to a known state. Connecting an RST pin to a microcontroller lets the host reset the device, which can help with reliable start-up or recovery.
- SBAS
- Satellite-Based Augmentation System, a set of regional services that broadcast correction information for GNSS receivers. SBAS can improve ordinary GPS-style positioning, although it is not the same as centimetre-level RTK correction.
- UART
- UART is a simple asynchronous serial interface that sends data over separate transmit and receive wires, usually labelled TX and RX, with both ends set to the same baud rate. It is a common way for microcontrollers and other serial devices to exchange data.
- VCC
- VCC is the positive power-supply connection on a chip or module. Connecting it to the correct supply voltage is needed for the part to power on and helps avoid damaging the electronics.
Find this product in
Sensors & Input
SparkFun SAM-M10Q Schematic
Schematic · 112.0 KB · Click any page to view full size
SAM-M10Q Datasheet
Datasheet · 1.9 MB · Click any page to view full size
SAM-M10Q Integration Manual
User Guide · 5.9 MB · Click any page to view full size
SAM-M10Q Product Summary
Product Brief · 108.8 KB · Click any page to view full size
M10 SPG 5.10 Firmware Interface Description
User Guide · 2.3 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 797.8 KB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Source Code
Open-source libraries, firmware & example projects for this product
An Arduino library which allows you to communicate seamlessly with u-blox GNSS modules using the Configuration Interface
7610634
25 days ago
· 314 commits
- .github Update compile-sketch.yml 9 months ago
- examples Create Example1_Galileo_HAS.ino 25 days ago
- img Initial commit over 3 years ago
- keys v3.1.14 : Add keys from u-blox-X20-HPG-2.10 25 days ago
- src Add getPositionAccuracyPOSECEF helper method 25 days ago
- Utils UBX_Integrity_Checker improvements: about 1 year ago
- .gitattributes Initial commit over 3 years ago
- .gitignore Initial commit over 3 years ago
- Adding_New_Messages.md Update Adding_New_Messages.md over 3 years ago
- CONTRIBUTING.md Markdown updates over 3 years ago
- ISSUE_TEMPLATE.md Initial commit over 3 years ago
- keywords.txt Add getPositionAccuracyPOSECEF helper method 25 days ago
- library.properties v3.1.14 : Add keys from u-blox-X20-HPG-2.10 25 days ago
- LICENSE.md Initial commit over 3 years ago
- README.md Update README.md 6 months ago
Repository for the SparkFun GPS Breakout - Chip Antenna, SAM-M10Q (Qwiic)
f13f3d9
about 2 years ago
· 28 commits
- .github Update mkdocs.yml about 2 years ago
- docs Update hardware_overview.md about 2 years ago
- Documentation Added Datasheet/Integration Manual over 3 years ago
- Hardware Update for release about 3 years ago
- overrides URL updates & other tweaks about 3 years ago
- Production Update for release about 3 years ago
- site Fixing Single Page about 3 years ago
- .gitattributes Initial commit over 3 years ago
- .gitignore Initial commit over 3 years ago
- CONTRIBUTING.md Initial commit over 3 years ago
- ISSUE_TEMPLATE.md Initial commit over 3 years ago
- LICENSE.md Initial commit over 3 years ago
- mkdocs.yml Update mkdocs.yml about 3 years ago
- README.md Merge branch 'main' into docs about 2 years ago
Related Tutorials
Free guides on learn.littlebird.com.au