diff options
| author | Selene ToyKeeper | 2025-07-06 22:45:58 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2025-07-06 22:45:58 -0600 |
| commit | d03f4c344151177dae27e9dae8f0497d0911841e (patch) | |
| tree | 62d09829aba7766fd2917be65b2389351fd66002 | |
| parent | Merge branch 'pr126-dirtydancing-documentation-check-UI' into trunk (diff) | |
| parent | Manual: Document extra digit for battery check (diff) | |
| download | anduril-d03f4c344151177dae27e9dae8f0497d0911841e.tar.gz anduril-d03f4c344151177dae27e9dae8f0497d0911841e.tar.bz2 anduril-d03f4c344151177dae27e9dae8f0497d0911841e.zip | |
Merge branch 'documentation-battery-check' of github.com:dirtydancing/anduril into pr125-dirtydancing-documentation-battery-check
* 'documentation-battery-check' of github.com:dirtydancing/anduril:
Manual: Document extra digit for battery check
| -rw-r--r-- | docs/anduril-manual.md | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/docs/anduril-manual.md b/docs/anduril-manual.md index e8ba274..b193286 100644 --- a/docs/anduril-manual.md +++ b/docs/anduril-manual.md @@ -422,14 +422,28 @@ In more detail, this is what each blinky / utility mode does: ### Battery check: -Blinks out the battery voltage per cell. Full is 4.2V, empty is -about 3.0V. The light blinks the whole-number digit first, pauses, -then blinks out the "tenths" digit. Then a longer pause, and it -repeats. -So for 4.2V, it would be "blink-blink-blink-blink .. blink-blink". +Blinks out the battery voltage per cell. Full is 4.20V, empty is +about 3.00V. The light blinks the whole-number digit first, pauses, +then blinks out the "tenths" digit, pauses, then blinks out the +"hundredths" digit, in 0.02V steps. Then a longer pause, and it +repeats. So for 4.16V, it would be "blink-blink-blink-blink .. blink +.. blink-blink-blink-blink-blink-blink". A "zero" digit is represented by a very quick blink. +The battery check format has changed a few times: + + - For Anduril 2 from 2024-04 or later, the battery voltage resolution + is 0.02V steps (the last digit can be 0, 2, 4, 6, or 8). + + - For Anduril 2 from 2023-12 or later, the battery voltage resolution + is 0.025V steps (the last digit can be 0, 2, 5, or 7). + + - For Anduril 2 from 2023-12 or earlier, the battery voltage resolution + is 0.1V, so the light blinks the whole-number digit first, pauses, + then blinks out the "tenths" digit. Then a longer pause, and it + repeats. + On lights with more than one set of LEDs, pressing `3C` during batt check mode can select which set of LEDs (which channel mode) it uses to blink out numbers. |
