Pin Recomendations - pinkywafer/PinkyLEDs GitHub Wiki
choose your board:
D1 Mini and NodeMCU
Config option | Pin |
---|---|
DATA_PIN |
D3 |
POWER_BUTTON_PIN |
D4 *See Notes below |
COLOR_BUTTON_PIN |
D7 |
EFFECT_BUTTON_PIN |
RX |
BRIGHTNESS_ENCODER_DT |
D1 |
BRIGHTNESS_ENCODER_CLK |
D2 |
SPEED_ENCODER_DT |
D5 |
SPEED_ENCODER_CLK |
D6 |
AUDIO_REACTIVE_PIN |
A0 |
_Notes.
- Using pin D4 for a button will disable the built in LED, causing it to be illuminated when the button is pressed. This has been the only way to connect all the options on this board. If you are not using all the options, it it suggested to move the power button to an alternative pin.
- The AUDIO_REACTIVE_PIN requires an analog input. Make sure to connect the analog, NOT digital pin from the microphone module._
DOIT ESP32 DEVKIT V1
Config option | Pin |
---|---|
DATA_PIN |
23 |
POWER_BUTTON_PIN |
18 |
COLOR_BUTTON_PIN |
19 |
EFFECT_BUTTON_PIN |
21 |