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: Firmware/OpenLog_Artemis/OpenLog_Artemis.ino
+10-7
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,6 @@
13
13
14
14
The Board should be set to SparkFun Apollo3 \ RedBoard Artemis ATP.
15
15
16
-
Please note: this version of the firmware compiles on v2.1.0 of the Apollo3 boards.
17
-
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
-
20
16
v1.0 Power Consumption:
21
17
Sleep between reads, RTC fully charged, no Qwiic, SD, no USB, no Power LED: 260uA
22
18
10Hz logging IMU, no Qwiic, SD, no USB, no Power LED: 9-27mA
@@ -112,10 +108,17 @@
112
108
(done) Add a fix for issue #109 - check if a BME280 is connected before calling multiplexerBegin: https://github.com/sparkfun/OpenLog_Artemis/issues/109
113
109
(done) Correct issue #104. enableSD was redundant. The microSD power always needs to be on if there is a card inserted, otherwise the card pulls
114
110
the SPI lines low, preventing communication with the IMU: https://github.com/sparkfun/OpenLog_Artemis/issues/104
111
+
112
+
v2.2:
113
+
Use Apollo3 v2.2.0 with changes by paulvha to fix Issue 117 (Thank you Paul!)
0 commit comments