OPEnSLab-OSU / Nanolux

Cymaspace AudioLux Opensource code
GNU General Public License v3.0
5 stars 9 forks source link

Hardware SPI MISO/MOSI on ESP32 and FastLED #5

Closed udellc closed 11 months ago

udellc commented 2 years ago

It seems hardware SPI could not be set up on the ESP32 for the Fast LED Library. This was a FastLED library compatibility issue and not an ESP32 Arduino IDE issue. We're waiting on an update from FastLED for this to be possible. It is always better to use hardware peripherals versus software emulation and bit banging. Solution: Use software serial until update. There seems to be no significant timing issues or lag.