Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By eriksl
#80957 It is very well possible to make an implementation of (software) PWM and led pixel control that don't interfere with each other (my project is the proof). Just make sure PWM uses the NMI and don't implement the led pixel control's timing in software (which is silly, on an ESP8266, where the wlan handling is interfering all of the time, no way to avoid that). For led pixel control use either the UART or the I2S module.