Skip to content

Commit e81f760

Browse files
committed
Add v2.4 binaries
1 parent aa931d9 commit e81f760

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed
362 KB
Binary file not shown.
362 KB
Binary file not shown.
361 KB
Binary file not shown.

UPGRADE.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Which is handy if you want to quickly update the firmware in the field, or are n
77

88
The firmware is customized for the different versions of the OLA hardware. You will find versions for the **X04 SparkX (Black) OLA** and **V10 SparkFun (Red) OLA** plus any subsequent revisions. The filename tells you which hardware the firmware is for and what version it is:
99

10-
* **OpenLog_Artemis-V10-v23.bin** - is the _stable_ version for the **V10 SparkFun (Red) OLA**
11-
* **OpenLog_Artemis-X04-v23.bin** - is the _stable_ version for the **X04 SparkX (Black) OLA**
10+
* **OpenLog_Artemis-V10-v24.bin** - is the _stable_ version (2.4) for the **V10 SparkFun (Red) OLA**
11+
* **OpenLog_Artemis-X04-v24.bin** - is the _stable_ version (2.4) for the **X04 SparkX (Black) OLA**
1212

1313
<table class="table table-hover table-striped table-bordered">
1414
<tr align="center">
@@ -24,6 +24,11 @@ The firmware is customized for the different versions of the OLA hardware. You w
2424
* From time to time, you may also see versions with names like **OpenLog_Artemis-V10-v17_BETA.bin**
2525
* These are _beta_ versions containing new features and improvements which are still being tested and documented
2626

27+
* **OpenLog_Artemis-V10-v24-NoPowerLossProtection.bin** is a special build of v2.4 which has no power loss protection
28+
* With the normal firmware, the OLA goes into deep sleep if the power fails or is disconnected. This allows the Real Time Clock to keep running, but it does mean that a reset is required to wake the OLA again.
29+
* With the **NoPowerLossProtection** firmware, the code does not go into deep sleep when the power is lost, meaning that it will restart automatically as soon as power is reconnected.
30+
* This can be useful for embedded OLA systems which are hard to access. The downside is that the Real Time Clock setting is lost when the OLA restarts.
31+
2732
## To use:
2833

2934
* Download and extract the [OLA repo ZIP](https://github.com/sparkfun/OpenLog_Artemis/archive/main.zip)

0 commit comments

Comments
 (0)