Skip to content

Latest commit

 

History

History

components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

u-blox

XPLR-HPG-Software Components

The folder contains esp-idf components that were developed to facilitate common use cases when integrating u-blox modules into a project. Currently, provided components are tailored to hw modules included in XPLR-HPG-1 and XPLR-HPG-2 kits.

Components List

Name Description
ubxlib Collection of portable C libraries to interface with u-blox modules.
board manager Pin mapping and basic pin functions.
hpglib Set of libraries that communicate with the u-blox modules using ubxlib, dealing with most of the low-level details, offering high-level functionality to the end application.
xplr_mqtt MQTT Wi-Fi library.
xplr_wifi_starter Wi-Fi connection management library.

components_stack

NOTE: ubxlib is added as a submodule into the project. Please make sure that you update it using git submodule update --init --recursive