cookbook/getting-started/hardware.md
Components needed for your FastLED project.
Difficulty Level: ⭐ Beginner Time to Complete: 20 minutes (reading and shopping list preparation) Prerequisites: None - start here if you're buying hardware You'll Learn:
Any of these popular boards work with FastLED:
Popular LED strip types:
Critical: Your power supply must provide sufficient current.
| LED Count | Max Current | Recommended Supply |
|---|---|---|
| 30 | 1.8A | 2.5A |
| 60 | 3.6A | 5A |
| 100 | 6.0A | 8A |
| 150 | 9.0A | 12A |
Note: Most patterns use 30-50% of max current. Use FastLED.setMaxPowerInVoltsAndMilliamps() to limit draw.
Highly Recommended:
Optional:
Basic connection diagram:
Power Supply (+5V) ----+---> LED Strip VCC
|
+---> Microcontroller VIN/5V (if needed)
Power Supply (GND) ----+---> LED Strip GND
|
+---> Microcontroller GND (MUST share ground!)
Microcontroller GPIO --[220Ω resistor]---> LED Strip DATA
Power Supply (+) --[1000µF capacitor]-- Power Supply (-)
Never:
Always: