You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,20 @@ v1.11
5
5
---------
6
6
7
7
* Adds support for the ICM-20948 Digital Motion Processor [47](https://github.com/sparkfun/OpenLog_Artemis/issues/47)
8
-
* The OLA's orientation can be logged as a 6-axis or 9-axis Quaternion
8
+
* The OLA's orientation can be logged as a 6-axis or 9-axis Quaternion. Note: only Quat9 provides absolute orientation - using the magnetometer. Quat6 uses the accel and gyro only
9
+
* Open Menu 3 and select option 12 to enable the DMP
9
10
* Adds support for exFAT microSD cards [34](https://github.com/sparkfun/OpenLog_Artemis/issues/34)
11
+
* Based on v2.0.6 of Bill Greiman's SdFat library
10
12
* Adds a minimum awake time, making it easier to open the Serial menu when the OLA is sleeping between measurements [83](https://github.com/sparkfun/OpenLog_Artemis/issues/83)
11
-
* Adds support for the Qwiic Button [81](https://github.com/sparkfun/OpenLog_Artemis/issues/81)
12
-
* Buttons with I2C addresses 0x68 to 0x6F are supported
13
13
* Adds support for the Bio Sensor Hub Pulse Oximeter and Heart Rate Sensor [81](https://github.com/sparkfun/OpenLog_Artemis/issues/81)
14
14
* Requires exclusive use of pins 32 and 11
15
+
* Open Menu 6 (Detect / Configure Attached Devices) to enable Oximeter detection
15
16
* Adds stand-alone examples for:
16
17
* ICM-20948 DMP (orientation in Quat6 and Quat9)
17
18
* GNSS RAWX logging
18
19
* GNSS TIM-TM2 logging
20
+
* Does not add support for the Qwiic Button [81](https://github.com/sparkfun/OpenLog_Artemis/issues/81)
21
+
* We tried to add support for the QB, but it uses I2C clock stretching and causes all kinds of badness with the Artemis
Copy file name to clipboardExpand all lines: Firmware/OpenLog_Artemis/OpenLog_Artemis.ino
+18-16Lines changed: 18 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
The Board should be set to SparkFun Apollo3 \ RedBoard Artemis ATP.
15
15
16
16
Please note: this version of the firmware compiles on v2.1.0 of the Apollo3 boards.
17
-
17
+
18
18
(At the time of writing, data logging with the the u-blox ZED-F9P is problematic when using v2.1.1 of the core.)
19
19
20
20
v1.0 Power Consumption:
@@ -93,8 +93,10 @@
93
93
(done) Add ICM-20948 DMP support. Requires v1.2.6 of the ICM-20948 library. DMP logging is limited to: Quat6 or Quat9, plus raw accel, gyro and compass. https://github.com/sparkfun/OpenLog_Artemis/issues/47
94
94
(done) Add support for exFAT. Requires v2.0.6 of Bill Greiman's SdFat library. https://github.com/sparkfun/OpenLog_Artemis/issues/34
0 commit comments