diff options
| author | Selene ToyKeeper | 2025-07-06 23:05:59 -0600 |
|---|---|---|
| committer | Selene ToyKeeper | 2025-07-06 23:05:59 -0600 |
| commit | ed6a955c16ad16f5b8bf9cf1d8ede0ca810ba9ce (patch) | |
| tree | c812aff6d2c393e2d6418a6380a8b87d8c58cd9f /docs | |
| parent | Merge branch 'documentation-battery-check' of github.com:dirtydancing/anduril... (diff) | |
| download | anduril-ed6a955c16ad16f5b8bf9cf1d8ede0ca810ba9ce.tar.gz anduril-ed6a955c16ad16f5b8bf9cf1d8ede0ca810ba9ce.tar.bz2 anduril-ed6a955c16ad16f5b8bf9cf1d8ede0ca810ba9ce.zip | |
added info about simple vs advanced UI, and attiny85 battcheck resolution
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/anduril-manual.md | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/docs/anduril-manual.md b/docs/anduril-manual.md index b193286..7eea6b6 100644 --- a/docs/anduril-manual.md +++ b/docs/anduril-manual.md @@ -424,25 +424,27 @@ In more detail, this is what each blinky / utility mode does: 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". +then blinks out the "tenths" digit, pauses, then blinks out the "hundredths" +digit, in 0.02V steps. So for 4.16V, it would be "4 blinks, 1 blink, +6 blinks". Then if it is in Advanced UI, it pauses for a bit longer and +repeats. In Simple UI, it turns off after one readout. 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 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 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. + - 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 old attiny85 lights with only 8 KiB of ROM, battery voltage resolution + is 0.1V, even on newer versions of Anduril. 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 |
