# Soldered u-blox GPS GNSS Component |  | | :------------------------------------------------------------------------------------: | | [GPS GNSS Breakout NEO-M9N-OOB Qwiic](https://www.solde.red/333378) | |  | | :------------------------------------------------------------------------------------: | | [GPS GNSS Breakout ZED-F9P-05B](https://www.solde.red/333381) | The u-blox NEO-M9N and ZED-F9P are advanced GNSS (Global Navigation Satellite System) receiver modules designed to provide reliable positioning and navigation data. They support multiple satellite constellations such as GPS, Galileo, GLONASS, and BeiDou, allowing them to maintain accurate positioning even in challenging environments like urban areas or partial signal obstruction. Our breakout board provides ease of use with quick access to all supported protocols (UART, SPI and I2C) while also coming with a plug-and-play [Qwiic ecosystem](https://soldered.com/collections/qwiic-ecosystem) connector. This ESP-IDF component talks to the module over any of the three interfaces (`ublox_gnss_init_i2c()`, `ublox_gnss_init_spi()`, `ublox_gnss_init_uart()`) behind a plain-C API, so it can be used from both C and C++ ESP-IDF projects. ### Repository Contents - **/src** - source files (.c/.cpp), including the vendored driver under `src/vendor/` - **/include** - header files (.h): `soldered_ublox_gnss.h` (API), `soldered_ublox_gnss_types.h` (data structs), `soldered_ublox_gnss_keys.h` (UBX-CFG-VALGET/VALSET key IDs) - **/examples** - examples for using the library - **_other_** - idf_component.yml manifest file for ESP Component Registry ### Hardware design You can find hardware design for this board in the GPS GNSS Breakout NEO-M9N-00B and GPS GNSS Breakout ZED-F9P hardware repositories. ### Documentation Access library documentation [here](https://docs.soldered.com/). ### About Soldered <img src="https://raw.githubusercontent.com/SolderedElectronics/Soldered-Generic-Arduino-Library/dev/extras/Soldered-logo-color.png" alt="soldered-logo" width="500"/> At Soldered, we design and manufacture a wide selection of electronic products to help you turn your ideas into acts and bring you one step closer to your final project. Our products are intented for makers and crafted in-house by our experienced team in Osijek, Croatia. We believe that sharing is a crucial element for improvement and innovation, and we work hard to stay connected with all our makers regardless of their skill or experience level. Therefore, all our products are open-source. Finally, we always have your back. If you face any problem concerning either your shopping experience or your electronics project, our team will help you deal with it, offering efficient customer service and cost-free technical support anytime. Some of those might be useful for you: - [Web Store](https://www.soldered.com/shop) - [Tutorials & Projects](https://soldered.com/learn) - [Documentation](https://docs.soldered.com) ### Original source This component wraps [SparkFun's u-blox GNSS Arduino Library](https://github.com/sparkfun/SparkFun_u-blox_GNSS_Arduino_Library), ported to ESP-IDF from the [Soldered u-blox GPS GNSS Arduino library](https://github.com/SolderedElectronics/Soldered-u-blox-GPS-GNSS-Arduino-Library) that vendors it. Thank you, SparkFun. ### Open-source license Soldered invests vast amounts of time into hardware & software for these products, which are all open-source. Please support future development by buying one of our products. Check license details in the LICENSE file. Long story short, use these open-source files for any purpose you want to, as long as you apply the same open-source licence to it and disclose the original source. No warranty - all designs in this repository are distributed in the hope that they will be useful, but without any warranty. They are provided "AS IS", therefore without warranty of any kind, either expressed or implied. The entire quality and performance of what you do with the contents of this repository are your responsibility. In no event, Soldered (TAVU) will be liable for your damages, losses, including any general, special, incidental or consequential damage arising out of the use or inability to use the contents of this repository. ## Have fun! And thank you from your fellow makers at Soldered Electronics.
bcb9d697ea7abdf67ec181f0d3130b8ae23964a5
idf.py add-dependency "solderedelectronics/soldered-u-blox-gps-gnss-esp-idf-component^0.0.3"