Skip to content

Commit

Permalink
Added document re: neopixels
Browse files Browse the repository at this point in the history
  • Loading branch information
steadramon committed Aug 14, 2024
1 parent 58e6c28 commit 3474ca3
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion docs/outputs/neopixel.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,16 @@ nav_order: 10

The NeoPixel output for ESPGeiger gives intuitive feedback to the user by means of color and frequency.

The brightness of the NeoPixel can be configured through the Web interface configuration section. Setting to a value of `0` disabled the NeoPixel output.
The brightness of the NeoPixel can be configured through the Web interface configuration section. Setting to a value of `0` disables the NeoPixel output.

## Color and Frequency

The frequency of flash is calculated by the ratio of the current `CPM` value to the current `CPM5` value. As the CPM value increases the frequency of the Neopixel flash increases.

The Neopixel flashes in 3 preset colours, depending on the current environment status.

If the threshold is -

- Below the __WARNING__ and __ALARM__ thresholds the Neopixel state is set to __GREEN__
- Above the __WARNING__ threshold, the Neopixel is state is set to __AMBER__
- Above the __ALERT__ threshold, the Neopixel is state is set to __RED__

0 comments on commit 3474ca3

Please sign in to comment.