SparkFun
SparkFun GNSS Combo Breakout - ZED-F9P, NEO-D9S (Qwiic)
With GNSS, you can know where you are, where you're going, and how to get there anywhere on Earth within 30 seconds. This means the higher the accuracy, the ...
Get notified when back in stock
Accessories Required: This product requires a suitable L-Band antenna. Be sure to check out the Hookup Accessories below to pick a suitable antenna for your project.
- Concurrent reception of GPS, GLONASS, Galileo and BeiDou
- Receives both L1C/A and L2C bands
- ZED-F9P Current Consumption: 68mA - 130mA (varies with constellations and tracking state)
- Time to First Fix: 25s (cold), 2s (hot)
- Max Navigation Rate:
- PVT (basic location over UBX binary protocol) - 25Hz
- RTK - 20Hz
- Raw - 25Hz
- Horizontal Position Accuracy:
- 2.5m without RTK
- 0.010m with RTK
- Operational Limits
- Max G: ≤4G
- Max Altitude: 50km (49.7 miles)
- Max Velocity: 500m/s (1118mph)
- 1.5mAh battery backup for RTC
- Default I2C address: 0x42
- Concurrent reception with L-Band Satellite
- Receives L-Band
- 1525 MHz to 1559 MHz
- Time to First Frame
- <10s @ 2400bps
- User Data Rates
- 600, 1200, 2400, 4800 baud
- Vehicle Dynamics
- Dynamics: +/- 2g acceleration for all data rates (600 bit/s, 1200 bit/s, 2400 bit/s, 4800 bit/s)
- Velocity: Up to and including 300 km/h
- Current Consumption (Acquisition & Tracking):
- Peak: 130mA
- Average: 35mA
- Default I2C address: 0x43
- Input Voltage: 5V or 3.3V but all logic is 3.3V
- 2x USB Type C Connector
- Separate connectors for the ZED-F9P and NEO-D9S
- 2x Qwiic Connectors
- Integrated SMA connector for use with a L1/L2/L-Band antenna of your choice
- On-board power divider (antenna mux)
- 3.3V power for an active antenna
- LEDs
- Power
- RTK (Off: No Carrier Solution; Flashing: Floating Solution; On: Fixed Solution)
- GEO: Geofence
- TP: Timing Pulse (Pulse Per Second)
- Jumpers
- LEDs x 4
- UART2: TX2-RX2 RX2-TX2
- I2C Pull-Up Resistors
- USB Shield
- Board Dimensions
- 1.70" x 2.50" (43.2mm x 63.5mm)
- Product Manual
- Schematic
- Eagle Files
- Board Dimensions
- Qwiic Info Page
- Building a GNSS System
- Arduino Library - v3
- GitHub Hardware Repo
- NEO-D9S and ZED-F9 configuration - SPARTN L-band correction data reception
- u-blox u-center - GNSS evaluation software for Windows
- PointPerfect GNSS augmentation service
- PointPerfect Product Summary
- PointPerfect Service Description
- PointPerfect Service Coverage
- Thingstream IoT service delivery platform
- Thingstream Login
- Thingstream Registration
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.
- 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.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- L1C/A
- A GPS signal band used by many GNSS receivers for standard positioning. Support for this band helps determine which satellite signals the receiver can use and how well it can maintain a location fix.
- L2C
- A second GPS signal band used by dual-band GNSS receivers to improve precision and reduce errors caused by the atmosphere. It matters for RTK and high-accuracy applications because using two bands can produce faster and more reliable centimetre-level fixes.
- multiplexer
- A multiplexer (mux) is a chip or circuit that selects one of several input signals and routes it to a single shared output, with select lines choosing which input is connected; running the same idea in reverse, to send one input to a chosen output, gives a demultiplexer. Multiplexers let a single controller or line work with several signals or devices that would otherwise clash on a shared connection.
- 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.
- PVT
- Position, velocity and time data reported by a GNSS receiver. Knowing the PVT update rate helps you judge how often the board can provide basic navigation information to your project.
- 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.
- RTC
- A Real-Time Clock keeps track of time even when the main processor is asleep or powered down, usually with a small backup battery. It matters for data logging and tracking projects that need accurate timestamps.
- RTK
- Real-Time Kinematic positioning is a GNSS technique that uses correction data from a base station to greatly improve location accuracy. It matters if you need centimetre-level positioning for robotics, mapping, surveying, or tracking rather than ordinary metre-level GPS accuracy.
- Shield
- An add-on board that plugs into a main controller board to give it extra features such as sensing, motor control or communication. Knowing a product supports shields helps you judge whether it can connect neatly into an existing maker-board setup.
- SMA
- SMA is a small threaded coaxial (RF) connector widely used to attach antennas and other radio-frequency cables. A device with SMA antenna ports needs antennas or pigtails with matching SMA connectors, or a suitable adapter, to connect to them.
- UBX binary protocol
- UBX is u-blox’s binary communication protocol for sending configuration commands and receiving detailed navigation data. It matters when you want faster, more compact, or more complete data than standard text-based GPS messages can provide.
- USB-C
- USB-C is a small, reversible USB connector that can carry power, data and, on some devices, video over a single cable. The same connector can range from charging only to high-speed data, so the functions a given port actually supports vary.
- ZED-F9P
- A u-blox GNSS receiver module designed for high-precision positioning, including RTK rover and base-station use. The exact module matters because it determines the supported satellite bands, update rates, correction formats and achievable accuracy.
Find this product in
Brands
Sensors & Input
u-blox Service Terms
Document · 247.9 KB · Click any page to view full size
GNSS Combo Breakout Schematic
Schematic · 187.2 KB · Click any page to view full size
ZED-F9P Datasheet
Datasheet · 1.1 MB · Click any page to view full size
NEO-D9S Datasheet
Datasheet · 848.5 KB · Click any page to view full size
NEO-D9S and ZED-F9 SPARTN Configuration App Note
Document · 1.0 MB · Click any page to view full size
PointPerfect Product Summary
Product Brief · 121.4 KB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 909.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
The SparkFun GNSS Combo Breakout - ZED-F9P, NEO-D9S (Qwiic) (GPS-22560) combines the u-blox ZED-F9P multi-band high precision GNSS module with the NEO-D9S L-band GNSS correction data receiver.
8d96103
about 1 month ago
· 58 commits
- .github Update build_documentation.yml about 1 month ago
- docs Update software_setup_and_programming.md about 1 year ago
- Hardware Adds new panel - bottom silk change about 3 years ago
- overrides Update Docs about 1 year ago
- Production Renames panel zip file to include version about 3 years ago
- CONTRIBUTING.md Initial checkin of docs almost 3 years ago
- ISSUE_TEMPLATE.md Initial checkin of docs almost 3 years ago
- LICENSE.md Initial transfer from SparkX repository about 3 years ago
- mkdocs.yml Update mkdocs.yml about 1 month ago
- README.md Update Docs about 1 year ago
An Arduino library which allows you to communicate seamlessly with u-blox GNSS modules using the Configuration Interface
7610634
about 1 month ago
· 314 commits
- .github Update compile-sketch.yml 9 months ago
- examples Create Example1_Galileo_HAS.ino about 1 month ago
- img Initial commit over 3 years ago
- keys v3.1.14 : Add keys from u-blox-X20-HPG-2.10 about 1 month ago
- src Add getPositionAccuracyPOSECEF helper method about 1 month 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 about 1 month ago
- library.properties v3.1.14 : Add keys from u-blox-X20-HPG-2.10 about 1 month ago
- LICENSE.md Initial commit over 3 years ago
- README.md Update README.md 6 months ago
Related Tutorials
Free guides on learn.littlebird.com.au