-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Description
Subject of the issue
I've encountered a number of issues when starting to work with the OpenLog Artemis and setting the log rate to longer values (i.e. 5-10 seconds). The two main issues are:
- OpenLog Artemis does not log data beyond the first observation.
- OpenLog Artemis does not power down after 2 seconds.
Your workbench
- What development board or microcontroller are you using?
- OpenLog Artemis
- What version of hardware or breakout board are you using?
- Firmware v1.1
- How is OpenLog Artemis wired to your sensor(s)?
- Directly via USB-C
- How is everything being powered?
- USB-C or 3.7V LiPo battery
- Are there any additional details that may help us help you?
- See below for raw data outputs.
Steps to reproduce
- Connect to OpenLog Artemis over Serial and in the menu change "Set Log Rate in seconds between readings: " to 5 seconds (0.2 Hz) or 10 seconds (0.1 Hz)
Expected behaviour
- OpenLog Artemis should log data every 5-10 seconds and provide a visual indication of samples being recorded via the STAT LED.
- OpenLog Artemis should power down after 2 seconds of inactivity and have a sleep current of ~250 uA.
Actual behaviour
- Only the first data sample is recorded to the microSD card. All subsequent data is not recorded.
- Quiescent current does not decrease after 2 s of inactivity and remains at ~1 mA (SD card dependent).
- When powering the OpenLog Artemis with either a 3.7V LiPo battery or 5V from USB-C, there is brief LED activity after the 45 second timeout but the STAT LED does not blink beyond that.
Raw data
Contents of dataLog00001.txt
SD card online
Data logging online
Serial logging online
IMU online
No sensors detected
rtcDate,rtcTime,aX,aY,aZ,gX,gY,gZ,mX,mY,mZ,imu_degC,output_Hz,
04/21/2020,09:08:15.28,-9.77,-19.04,-1000.00,-1.92,2.16,-1.11,-10.05,87.45,12.90,26.13,333.33,
Output of Serial Monitor:
09:07:26.486 ->
09:07:26.660 -> Config file read complete
09:07:26.730 -> Artemis OpenLog v1.10
09:07:26.802 -> Created log file: dataLog00001.TXT
09:07:26.838 -> Created log file: serialLog00002.TXT
09:07:26.940 -> SD card online
09:07:26.940 -> Data logging online
09:07:26.940 -> Serial logging online
09:07:26.940 -> IMU online
09:07:26.977 -> No sensors detected
09:07:26.977 ->
09:07:26.977 -> Menu: Main Menu
09:07:26.977 -> 1) Configure Terminal Output
09:07:26.977 -> 2) Configure Time Stamp
09:07:26.977 -> 3) Configure IMU Logging
09:07:26.977 -> 4) Configure Serial Logging
09:07:26.977 -> 5) Configure Analog Pin Logging
09:07:26.977 -> 6) Detect / Configure Attached Devices
09:07:26.977 -> r) Reset all settings to default
09:07:26.977 -> x) Return to logging
09:07:39.206 ->
...
09:07:55.279 -> rtcDate,rtcTime,aX,aY,aZ,gX,gY,gZ,mX,mY,mZ,imu_degC,output_Hz,
09:07:55.279 -> 04/21/2020,09:08:15.28,-9.77,-19.04,-1000.00,-1.92,2.16,-1.11,-10.05,87.45,12.90,26.13,333.33,
09:08:00.608 -> 04/21/2020,09:08:20.62,-5.37,-30.76,-1016.60,-0.98,6.11,2.44,-11.10,87.60,14.70,25.07,666.67,
09:08:00.642 -> ⸮04/21/2020,09:08:25.95,-8.79,-18.07,-1020.51,-0.83,5.68,2.47,-12.15,86.70,12.90,25.31,1000.00,
09:08:05.958 -> ⸮04/21/2020,09:08:31.29,-4.39,-32.23,-1024.41,-1.15,-1.73,-6.09,-12.75,85.35,14.25,25.27,1333.33,
09:08:11.300 -> ⸮04/21/2020,09:08:36.63,-10.74,-25.88,-1008.30,-1.04,7.12,2.26,-11.10,85.80,12.75,25.22,1666.67,
09:08:16.644 -> ⸮04/21/2020,09:08:41.97,5.37,-24.41,-1013.67,-0.70,6.39,4.02,-10.20,85.05,7.05,24.98,2000.00,
09:08:22.001 -> ⸮04/21/2020,09:08:47.31,-5.86,-18.07,-1007.81,1.01,5.07,1.83,-9.90,86.10,7.05,25.12,2333.33,
09:08:27.334 -> ⸮04/21/2020,09:08:52.65,-11.72,-11.72,-1012.21,-1.65,3.35,3.34,-10.20,83.10,5.85,25.07,2666.67,
09:08:32.675 -> ⸮04/21/2020,09:08:57.98,-0.49,-25.88,-1001.46,0.75,-1.63,-3.56,-9.45,85.05,5.10,24.79,3000.00,
09:08:37.996 -> ⸮04/21/2020,09:09:03.32,-19.04,-14.16,-1006.84,-0.83,2.89,4.13,-9.45,82.05,4.35,25.22,3333.33,
09:08:43.352 -> ⸮04/21/2020,09:09:08.66,-26.86,-26.37,-1020.02,0.51,2.17,2.48,-9.45,83.55,2.40,24.88,3666.67,
09:08:48.674 -> ⸮04/21/2020,09:09:14.00,5.37,-34.18,-1010.25,1.62,3.50,1.60,-9.60,83.25,5.25,24.93,4000.00,
09:08:54.022 -> ⸮04/21/2020,09:09:19.34,-17.58,-26.37,-1015.14,0.21,2.69,1.62,-8.85,82.20,1.80,25.07,4333.33,
09:08:59.358 -> ⸮04/21/2020,09:09:24.68,-13.67,-36.13,-1007.32,-1.18,3.15,1.93,-9.00,84.60,5.10,24.93,4666.67,
09:09:04.678 -> ⸮04/21/2020,09:09:30.02,-12.21,-19.53,-1026.37,-1.53,2.41,1.16,-8.25,84.30,5.10,24.93,5000.00,
09:09:10.060 -> ⸮04/21/2020,09:09:35.37,-21.48,-21.00,-1017.09,-1.63,5.92,2.94,-9.90,82.80,5.10,25.22,5333.33,
09:09:15.393 -> ⸮04/21/2020,09:09:40.72,5.86,-17.58,-1009.28,-2.31,2.76,2.45,-8.85,83.70,4.95,24.93,5666.67,
09:09:20.743 -> ⸮04/21/2020,09:09:46.05,-16.11,-25.39,-1017.58,0.52,6.27,5.03,-10.05,84.45,4.20,24.98,6000.00,
09:09:26.080 -> ⸮04/21/2020,09:09:51.39,-5.37,-28.32,-1008.79,-0.09,1.74,2.60,-9.90,82.80,5.85,24.93,6333.33,
09:09:31.400 -> ⸮04/21/2020,09:09:56.73,-15.14,-23.44,-1026.86,-0.87,3.08,1.75,-9.00,83.10,5.10,24.88,6666.67,
09:09:36.729 -> ⸮04/21/2020,09:10:02.07,-2.93,-18.55,-1015.14,0.27,5.70,3.08,-8.40,84.00,4.20,24.79,7000.00,
09:09:42.084 -> ⸮04/21/2020,09:10:07.41,-20.51,-35.16,-1017.58,-2.23,2.76,1.23,-8.10,82.95,6.00,24.88,7333.33,
09:09:47.413 -> ⸮04/21/2020,09:10:12.75,-3.42,-30.27,-1015.62,-0.59,3.02,-0.26,-8.25,85.05,5.10,24.98,7666.67,
09:09:52.763 -> ⸮04/21/2020,09:10:18.09,-11.23,-16.60,-1015.14,-0.40,4.34,5.27,-9.00,83.55,6.60,24.93,8000.00,
09:09:58.087 -> ⸮04/21/2020,09:10:23.43,-7.81,-26.37,-1014.65,-0.15,2.03,4.09,-8.85,85.20,7.20,24.93,8333.33,
09:10:03.429 -> ⸮04/21/2020,09:10:28.76,0.00,-27.34,-1003.91,-0.98,3.43,4.76,-8.70,85.35,6.30,24.98,8666.67,
09:10:08.780 -> ⸮04/21/2020,09:10:34.10,0.98,-17.09,-1014.16,-1.11,2.90,1.11,-8.10,84.90,6.45,25.22,9000.00,
09:10:14.131 -> ⸮04/21/2020,09:10:39.44,-5.86,-25.39,-1010.74,0.41,2.49,1.32,-8.40,84.00,6.45,25.27,9333.33,
09:10:19.453 -> ⸮04/21/2020,09:10:44.78,-108.40,-6.35,-1166.50,-8.48,9.34,112.17,-21.60,74.40,8.85,24.88,9666.67,
09:10:24.795 -> ⸮
Metadata
Metadata
Assignees
Labels
No labels