WS2811 led strip, FasLED and PWM.
Posted: Tue Feb 26, 2019 9:00 pm
I have some project with WS2811 led strip, running with FastLED library. Strip is controlling by D8 pin (ESP8266 ESP-12 Lolin). Everything is working fine, but since i have added analogWrite(...) to control brightness of on-board led (pin D4) - all effects are distorted. What could be the problem? PWM on D4 is somehow related to bit-banging on D8? Common interrupts/timers? How to solve?