Skip to content

Releases: sparkfun/SparkFun_Unicore_GNSS_Arduino_Library

Version 2.0.1

17 Mar 09:23
6a2198a

Choose a tag to compare

This release:

  • Prevents stack smashing seen in RTK Everywhere on ESP32
    • It's not clear if the out-of-bounds response[length] = '\0'; was causing this, but it seems likely. The smashed stack was seen when returning from unicoreHandler
    • Replaces strtok with strtok_r
  • Updates Example17 to show how to call the SEMP debug functions

Switch to SEMP v2

09 Feb 18:52
e0eb13b

Choose a tag to compare

This release uses the new SEMP interface which is not compatible with previous versions.

This change allows SEMP and the Unicore library to be usable by additional platforms:

  • ESP32
  • SAMD21
  • SAMD51
  • Arduino Uno

Version 1.0.10 - Add getGeoidalSeparation()

01 Dec 15:36
7ab0b5f

Choose a tag to compare

This release:

  • Adds the method getGeoidalSeparation()
    • In this library, getAltitude returns the Height above mean sea level (meters) from the BESTNAVB message
    • Other GNSS libraries return the Height above Ellipsoid
    • To calculate the Height above Ellipsoid manually:
    • double heightAboveEllipsoid = myGNSS.getAltitude() + myGNSS.getGeoidalSeparation();

Allow greater than 1Hz on Rectime

06 Nov 17:17

Choose a tag to compare

Remove disableOutput from isConnected

22 Oct 23:10

Choose a tag to compare

v1.0.8

Update library.properties

Add getMode

22 Oct 22:49

Choose a tag to compare

v1.0.7

Update library.properties

Add getPortBuadrate and getElevationAngle

22 Oct 20:54
91abf32

Choose a tag to compare

v1.0.6

Bump version from 1.0.5 to 1.0.6

Add NTRIP Examples

03 Feb 22:42

Choose a tag to compare

Add E6/HAS compatibility and isConfigurationPresent()

10 May 19:06
b23284f

Choose a tag to compare

HAS significantly increases the accuracy of reception. See issue 281 on RTK Everywhere repo.

Increase command buffer for PPS commands

23 Apr 22:02
45dece9

Choose a tag to compare

v1.0.3

Update library.properties