SparkFun
NEO-F9P GNSS-RTK L1/L5 Breakout with Qwiic
· MPN: GPS-23288
Bring high-precision GNSS positioning to your project with the u-blox NEO-F9P engine and dual-band L1/L5 reception. L5 signals sit in the protected ARNS band...
Get notified when back in stock
Bring high-precision GNSS positioning to your project with the u-blox NEO-F9P engine and dual-band L1/L5 reception. L5 signals sit in the protected ARNS band, helping reduce RF interference and improve reliability in challenging environments such as dense city streets.
The breakout provides five simultaneous communication options: USB-C, two UARTs, SPI and I2C. It also includes Qwiic connectors for solderless I2C connection, standard pins for custom wiring, and an integrated SMA connector for your GNSS antenna.
For configuration and development, advanced users can work with u-center, while the SparkFun Arduino Library allows control of the module over I2C using a lightweight binary interface. Documentation resources include the schematic, Eagle files, board dimensions, hookup guide, Qwiic information, RTK guides, Arduino library and hardware repository.
Features:
- L1/L5 Dual-Band: Optimized for superior signal integrity and performance in environments that create a lot of interference.
- Centimeter Precision: Achieves ~10mm 3D accuracy when used as an RTK rover.
- Reliable Hot Starts: Includes a rechargeable backup battery that keeps satellite data fresh for up to two weeks, allowing for fixes in ~3 seconds.
- High-Speed Tracking: Supports a max navigation rate of 25Hz (RTK, PVT, and RAW) for fast-moving applications.
- Extreme Operational Limits: Capable of functioning at altitudes up to 80km and velocities of 500m/s.
- Protocol Support: Fully supports NMEA, UBX, RTCM, SPARTN, and CLAS protocols over UART or I2C.
- 1x USB Type C Connector
- 2x Qwiic Connectors
- Integrated SMA connector
- Concurrent reception of GPS, GLONASS, Galileo and BeiDou
- 184-Channel GNSS Receiver
- Receives L1/L5 Bands
- Geofencing
- Odometer
- Spoofing Detection External Interrupt
- Pin Control Low Power Mode
- Many others!
- Supports NMEA, UBX, RTCM, SPARTN, CLAS protocols over UART or I2C interfaces
- Power LED
- USB Shield jumper
- Power LED jumper
- 3v3 jumper (for UART2 Port)
- I2C Pull-Up Resistors jumper
- SPI jumper
- Pulse Per Second (PPS) jumper
- RTK Status LED jumper
Specifications:
- Default I2C Address: 0x42
- Voltage: 5V or 3.3V but all logic is 3.3V
- Current: 95mA - 135mA (varies with constellations and tracking state)
- Time to First Fix: 27s (cold), 3s (hot)
- RTK (basic location over UBX binary protocol): 25Hz
- PVT: 25Hz
- RAW: 25Hz
- Horizontal Position Accuracy without RTK: 1.5m without RTK
- Horizontal Position Accuracy with RTK: 0.01m with RTK
- Vertical Position Accuracy without RTK: 2.0m without RTK
- Vertical Position Accuracy with RTK: 0.01m with RTK
- Time Pulse Accuracy: 30ns
- Max G: ≤4G
- Max Altitude: 80km (49.7 miles)
- Max Velocity: 500m/s (1118 mph)
- Board Dimensions: 1.70" x 1.70" (43.2mm x 43.2mm)
A strong choice for RTK rovers, precision tracking, high-altitude ballooning, hobbyist rocketry and other demanding GNSS projects.
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- L5
- A modern GNSS signal band used by several satellite systems for more accurate and robust positioning. Dual-band receivers that include L5 can often perform better than single-band receivers, especially for RTK and areas with reflected signals.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- 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.
- RF
- RF means radio frequency, referring to signals used for wireless communication and other high-frequency electronics. A low-noise, stable power supply is important for RF circuits because power noise can affect signal quality and measurements.
- 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.
- SPI
- A fast serial communication bus often used for displays, memory cards, and sensors. It matters because SPI devices need specific pins for clock and data, plus a separate chip-select line for each device.
- 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.
- 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.
Find this product in
Brands
Sensors & Input
NEO-F9P Breakout Schematic
Schematic · 323.3 KB · Click any page to view full size
NEO-F9P Module Datasheet
Datasheet · 761.2 KB · Click any page to view full size
NEO-F9P Product Summary
Product Brief · 145.8 KB · Click any page to view full size
NEO-F9P Integration Manual
User Guide · 8.9 MB · Click any page to view full size
GPS L5 Configuration Application Note
Document · 373.5 KB · Click any page to view full size
u-blox F9 UBX and NMEA Protocol Manual
User Guide · 3.7 MB · Click any page to view full size
NEO-F9P Firmware 1.00 Release Notes
Product Change Note · 194.8 KB · Click any page to view full size
Modern GNSS/GPS Signals White Paper
Document · 2.1 MB · Click any page to view full size
u-blox ECCN Document
Compliance · 27.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
he SparkFun GNSS-RTK L1/L5 Breakout - NEO-F9P (Qwiic) is a high-precision GNSS board with equally impressive configuration options.
90b8425
26 days ago
· 25 commits
- .github Update mkdocs.yml 26 days ago
- docs Update introduction.md over 1 year ago
- Hardware Merge Initial GitHub Pages Tutorial over 2 years ago
- overrides Merge Initial GitHub Pages Tutorial over 2 years ago
- .gitattributes Initial commit almost 3 years ago
- .gitignore Initial commit almost 3 years ago
- LICENSE.md Initial commit almost 3 years ago
- mkdocs.yml Update mkdocs.yml 26 days ago
- README.md Update README.md over 2 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 21 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 21 days ago
- LICENSE.md Initial commit over 3 years ago
- README.md Update README.md 6 months ago