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
+35-7Lines changed: 35 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -32,9 +32,9 @@
32
32
Find way to store device configs into EEPROM
33
33
Log four pressure sensors and graph them on plotter
34
34
(checked) Test GPS - not sure about %d with int32s. Does lat, long, and alt look correct?
35
-
Test NAU7802s
36
-
Test SCD30s
37
-
Add a 'does not like to be powered cycled' setting for each device type.
35
+
(done) Test NAU7802s
36
+
(done) Test SCD30s (Add an extended delay for the SCD30. (Issue #5))
37
+
(won't do?) Add a 'does not like to be powered cycled' setting for each device type. I think this has been superceded by "Add individual power-on delays for each sensor type?.
38
38
(done) Add support for logging VIN
39
39
(done) Investigate error in time between logs (https://github.com/sparkfun/OpenLog_Artemis/issues/13)
(done) Add a fix so that the MS8607 does not also appear as an MS5637
45
45
(done) Add "set RTC from GPS" functionality
46
46
(done) Add UTCoffset functionality (including support for negative numbers)
47
-
Figure out how to give the u-blox time to establish a fix if it has been powered down between log intervals.
48
-
Maybe add a waitForValidFix feature? Or maybe we can work around using a big value for "Set Qwiic bus power up delay"?
47
+
(done) Figure out how to give the u-blox time to establish a fix if it has been powered down between log intervals. The user can specify up to 60s for the Qwiic power-on delay.
49
48
Add support for VREG_ENABLE
50
49
(done) Add support for PWR_LED
51
50
(done) Use the WDT to reset the Artemis when power is reconnected (previously the Artemis would have stayed in deep sleep)
@@ -69,6 +68,7 @@
69
68
(done) Change detectQwiicDevices so that the MCP9600 (Qwiic Thermocouple) is detected correctly
70
69
(done) Add support for the MPRLS0025PA micro pressure sensor
71
70
(done) Add support for the SN-GCJA5 particle sensor
71
+
(done) Add IMU accelerometer and gyro full scale and digital low pass filter settings to menuIMU
72
72
*/
73
73
74
74
constint FIRMWARE_VERSION_MAJOR = 1;
@@ -82,7 +82,7 @@ const int FIRMWARE_VERSION_MINOR = 7;
0 commit comments