Frank
Frank
Can we close this one, in favour of #3006 ?
Actually WLED does not know what kind of router it is connecting to, as we use the standard Wifi driver from espressif. To better understand what happens, we first need...
Just to check if the current version works better, please install WLED 0.14 (beta 0) from one of these sites: * https://wled-install.github.io * or from https://github.com/srg74/WLED-wemos-shield/tree/master/resources/Firmware/WLED_wemos_shield/v0.14.0-b0
ok, then best to try another ESP32.
Hi, thanks @blazoncek and @ewoudwijma, this explains a lot how WLED behaves today. Proposal: give me some time to digest & numbercrunch this in my head. I'll need liquid cooling...
SPI sharing seems to be a different beast: - NeoPixelBus DotStar (and maybe other) use SPI pins - SD_card used SPI - There is vspi and hspi - sometimes need...
No, probably not possible. Removing the arduino framework from WLED source code would be more a "revolution" than a "move". There would be a lot of drawbacks - we could...
From my developer's perspective, ESP-IDF is a buch of python scripts, build around a set or core libraries that constantly change, and they are full of crazy bugs. The I2S...
Some updates to the mistery: https://github.com/espressif/arduino-esp32/blob/master/cores/esp32/HardwareSerial.cpp * the assumption of `rxPin = -1` means "no RX pin" is incorrect. In arduino-esp32, pin=-1 means "use default pin" (RX2). > UART driver...
tested, works now without watchdog reset.