
+----------------------------------------------------+
+                                                    +
+   EnergySHAPE Hardware and Software Requirements   +
+                                                    +
+----------------------------------------------------+

1) Tested with the following configuration:

    - Arduino IDE: 1.8.19 (Debian Trixie 13.6, Linux 6.12.101)
    - FastLED library: 3.10.3
    - Arduino board: Nano (AVRISP mkII, old bootloader)
    - LED strip: WS2812B 5050 60/m 18W/m

2) Current measurements at 5V:

    => supplied from the 5V pin of the Arduino Nano
    
    * when using 1 flash:
       => with saturation = 128
       => with luminosity =  80
       - All 65 LEDs off:    52 mA
       - Gain value at 0:    65 mA
       - Gain value at -10: 103 mA
       - Gain value at +10:  98 mA

    * when using 2 flashes:
       => with saturation = 128
       => with luminosity =  80
       - All 65 LEDs off:    98 mA
       - Gain value at 0:   118 mA
       - Gain value at -10: 166 mA
       - Gain value at +10: 163 mA

    * when using 1 flash:
       => with saturation = 255
       => with luminosity = 255
       - All 65 LEDs off:    52 mA
       - Gain value at 0:   160 mA
       - Gain value at -10: 350 mA
       - Gain value at +10: 340 mA

3) Wiring:

    => See design sketch in documentation.
