Frank

Results 229 comments of Frank

I understood that Wifi and Bluetooth cannot be active together on the same ESP32, because they both need to use the same radio/antenna. Is this still correct? So, in contrast...

> I have no issues with BLE and Wifi on at the same time. Haven't completed the implementation, but discovery, connect and sending strings back and forth works just fine....

Just another idea - in case BLE + Wifi become problematic, or memory requirements are prohibiting - how about using one of these cheap bluetooth boards with serial interface and...

It seems that two feature requests get mixed up here. 1) control WLED over BT (no internet availeable) -> as @blazoncek says, this will not happen, as it requires replacing...

Question about interaction with other usermods and effects, especially audioreactive usermod. Audioreactive has a kind of 'kill switch' in certain realtime modes, if WLED built-in animations (fx.cpp) no longer control...

> Did you get this error as well ? xtensa-esp32-elf-g++: error: wled00/wled00.ino.cpp: No such file or directory Yep, happens for me also, randomly. I think it's a problem in platformio,...

If i understand correctly, OSC defines a way to transport "stuff", without specification what this "stuff" is (meaning, semantics). For me this looks similar to what MQTT does. To get...

In SR WLED, we found a solution by 1) using a patched version of Lorol LittleFS, which is more thread-safe (https://github.com/softhack007/LITTLEFS-threadsafe.git#master) 2) replacing the "coreID" checks with a check for...

Solved in `0_14` branch by using new async presets implementation. Can be closed.

Another idea would be to power the WEMOS from a different source, like USB. If this improves stability of your strip, then it's an issue with the buck converter or...