Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Loading OK, but won't control LEDs #24

Open
emdeex opened this issue Mar 22, 2020 · 1 comment
Open

Loading OK, but won't control LEDs #24

emdeex opened this issue Mar 22, 2020 · 1 comment

Comments

@emdeex
Copy link

emdeex commented Mar 22, 2020

Hi... thanks for any help in advance...

I've got my ESP32 working with the basic fastled library... I can control my WS2182B strip OK.

Now I've been working with this repo.... I've got it to compile and upload... and got the SPIFFS files loaded... so the web page will load via WiFi.

image

But using the same datapin (18) as I used on the basic fastled library... I can't get the web app to control the strip. I can move the sliders etc, but nothing happens.

I notice a broken icon link (trivial?)... and I'm not seeing any additional tabs like I saw on demos of the ESP8266 version...

image

@seweryntalaj
Copy link

seweryntalaj commented Apr 8, 2020

I've got the same issue.
I'm also using WS2812B
ESP-WROOM-32

pins tested so far on the Feather ESP32: 13, 12, 27, 33, 15, 32, 14, SCL

Doesn't work on any of these, nor 2, 18 or 19.

Examples from https://github.com/eshkrab/FastLED-esp32 work just fine.

EDIT:
From line 197 in esp32-fastled-webserver.ino presets for strips are listed.
I've commented them all and uncommented line 192.

FastLED.addLeds<LED_TYPE, DATA_PIN, COLOR_ORDER>(leds, NUM_LEDS).setCorrection(TypicalLEDStrip);

Now it works ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants