Skip to content
This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Commit 0184d44

Browse files
committed
Added a note about memory usage on the ATmega328
1 parent 619ff88 commit 0184d44

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: README.md

+15
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,21 @@ packets in its internal buffer (about 500 bytes) and the library will read those
113113
called, update its internal copy of the nav data 5 times, and return `true` to the sketch. The
114114
sketch calls `getLatitude`, etc. and retrieve the data of the most recent of those 5 packets.
115115

116+
The library also supports:
117+
* `autoHPPOSLLH`
118+
* `autoDOP`
119+
* `autoHNRAtt`
120+
* `autoHNRDyn`
121+
* `autoHNRPVT`
122+
123+
Memory Usage
124+
---------------------------------
125+
126+
Version 1.8.9 introduced support for `autoHNR` on the NEO-M8U, and that tipped the balance in terms of RAM use on the ATmega328.
127+
The library does still run on the ATmega328 but you will see _**Low memory available, stability problems may occur**_ warnings
128+
as the global variables now occupy 1540 bytes of RAM. If you do want to run this library on the ATmega328, you may need to regress
129+
to Version 1.8.8 via the Library Manager.
130+
116131
Products That Use This Library
117132
---------------------------------
118133
* [GPS-16481](https://www.sparkfun.com/products/16481) - SparkFun GPS-RTK-SMA Breakout - ZED-F9P (Qwiic)

Diff for: library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=SparkFun u-blox Arduino Library
2-
version=1.8.8
2+
version=1.8.9
33
author=SparkFun Electronics <[email protected]>
44
maintainer=SparkFun Electronics <sparkfun.com>
55
sentence=Library for I2C and Serial Communication with u-blox modules

0 commit comments

Comments
 (0)