Frank

Results 229 comments of Frank

> When I flashed S2 (and S3) there was no such file present in `.pio/build/env/` folder. I think this file is "generic" for all esp32 variants. It's not in the...

Just as additional info - found a nice summary of board variants: https://espeasy.readthedocs.io/en/latest/ESPEasy/ESPchips.html#quad-octal-spi-mode

> I have some devices here (no psram, qspi, opi) so I'll test them and report back. Update: i've compared all three variants. Results: * bootloader files are the same...

Hi, > FYI: What I observed a while ago on my batch of 50 cheap ESP01 was that they were not able to boot when flashed with common `dio` mode....

About 8266 - I have some new "ESP01S" with 4MB here, and can run them at 80Mhz flash, qio mode, 160Mhz CPU. So it seems that there are different generations...

Two questions from my side: * What kind of sound input would be needed? Analog (ADC) input would be a simple (minimal) solution, basically by analogRead() every ~25ms. Would it...

I think that there is still (a lot) hope for these boards with built-in I2S audio peripherals, like * Ai-Thinker ESP32 Audio Kit https://docs.ai-thinker.com/en/esp32-audio-kit * ESP32-LyraT V4.3 https://docs.espressif.com/projects/esp-adf/en/latest/design-guide/dev-boards/get-started-esp32-lyrat.html The newest...

Hi, Loxone is not included in our standard SR build (long story - has to do with memory and cpu ressources...). https://github.com/atuline/WLED/blob/cdeecce2e0ccca92424b772d3c6bb354ee632aeb/platformio.ini#L467 To get Loxone support in SR WLED, you...

seems this is a problem in upstream WLED see https://github.com/Aircoookie/WLED/issues/2957 and https://github.com/Aircoookie/WLED/commit/e8a7802e946028403b97810b3365e0d83c05e520

No. Sorry not possible in the current software. As another user just explained on discord: It is not possible to mix a strip (1D) and a matrix (2D). but you...