A simple library for using Spresense GNSS and RTC.
spreGnssRtcLib
is a library designed for the Spresense platform, enabling users to easily access GNSS positioning data and synchronize the RTC (Real-Time Clock) with satellite time information. This library provides various functions to initialize the GNSS module, retrieve satellite data, check position fix status, and plot satellite positions in a skyplot. With debug options available, it is ideal for developers looking to integrate GNSS capabilities into their Spresense projects.
- Access GNSS positioning data.
- Synchronize RTC with satellite time.
- Check position fix status.
- Plot satellite positions in a skyplot.
- Debug options for development.
You can install the library through the Arduino IDE Library Manager. Follow these steps:
- Open the Arduino IDE.
- Go to Sketch > Include Library > Manage Libraries.
- Search for
spreGnssRtcLib
. - Click on the Install button.
Alternatively, you can clone the repository and add it manually:
git clone https://github.com/chrmlinux/spreGnssRtcLib.git