SparkFun
SparkFun GNSS Timing Breakout - ZED-F9T (Qwiic)
The SparkFun GNSS Timing Breakout offers a unique entry into SparkFun's geospatial catalog featuring the ZED-F9T GNSS receiver from u-blox. The ZED-F9T provi...
Get notified when back in stock
- Concurrent reception of GPS, GLONASS, Galileo and BeiDou constellations
- Receives L1/L2/E5b bands
- Voltage: 5V or 3.3V (all logic is 3.3V)
- Current: 68mA - 130mA (varies depending on operating conditions and constellations)
- Fix Acquisition: ~24s (Cold) / 2s (Hot)
- Time Pulse Signal Accuracy:
- Absolute Timing Mode: 5ns
- Differential Timing Mode (with correction data): 2.5ns
- Time Pulse Signal Frequency: 0.25Hz to 25MHz
- Time Pulse Signal Jitter: ±4ns
- Horizontal Position Accuracy: 2.0m
- Max Altitude: 80km (49.7 miles)
- Max Velocity: 500m.s (118mph)
- I2C Address: 0x42
- 2x Qwiic Connectors
- Schematic
- Eagle Files
- Board Dimensions
- Hookup Guide
- Datasheet (ZED-F9T)
- Integration Manual (ZED-F9T)
- Interface Description Reference (ZED-F9T)
- u-center Software
- Building a GNSS System
- Qwiic Info Page
- SparkFun u-blox GNSS Arduino Library
- GitHub Hardware Repo
Jargon buster
Plain-language definitions for the technical terms used above.
- 5G
- 5G is the fifth-generation mobile network standard, offering higher-speed, lower-latency wireless data than earlier 4G/LTE networks. 5G modems can move large amounts of data over cellular networks but may draw significant current and need a suitable aerial and reliable power.
- 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.
- IoT
- Short for Internet of Things, meaning physical devices that connect to networks or the internet to send data or be controlled remotely. It matters if you want projects such as connected sensors, remote controls or classroom data-logging activities.
- 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.
- 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.
- 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.
- 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.
Find this product in
Sensors & Input
SparkFun GNSS Timing ZED-F9T Schematic
Schematic · 121.6 KB · Click any page to view full size
u-blox ZED-F9T Datasheet
Datasheet · 1.1 MB · Click any page to view full size
u-blox ZED-F9T Integration Manual
User Guide · 6.1 MB · Click any page to view full size
u-blox ZED-F9T Interface Description
User Guide · 3.3 MB · Click any page to view full size
Supplier page — sparkfun.com
Supplier Description · 923.6 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
A breakout board for the ZED-F9T GNSS receiver module from u-blox capable of 2.5ns accurate time pulse.
5bddb79
about 3 years ago
· 8 commits
- Documents Delete ZED-F9T-00B_DataSheet_(UBX-18053713) about 3 years ago
- Hardware Add production panel. over 4 years ago
- .gitattributes Initial commit over 4 years ago
- .gitignore Add ignore, license, and readme. over 4 years ago
- LICENSE.md Add ignore, license, and readme. over 4 years ago
- README.md Update README.md over 4 years ago
An Arduino library which allows you to communicate seamlessly with u-blox GNSS modules using the Configuration Interface
7610634
21 days ago
· 314 commits
- .github Update compile-sketch.yml 9 months ago
- examples Create Example1_Galileo_HAS.ino 21 days ago
- img Initial commit over 3 years ago
- keys v3.1.14 : Add keys from u-blox-X20-HPG-2.10 22 days ago
- src Add getPositionAccuracyPOSECEF helper method 21 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 21 days ago
- library.properties v3.1.14 : Add keys from u-blox-X20-HPG-2.10 22 days 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