I am trying to use Adafruit esp32 Huzzah32 feather but I cant get any lights to show and I think its throwing an error anytime I try to do something with the library.
This shows in the output
Guru Meditation Error: Core 0 panic’ed (Interrupt wdt timeout on CPU1)
Register dump:
PC : 0x400d454e PS : 0x00060334 A0 : 0x80085749 A1 : 0x3ffc7a90
A2 : 0x00000008 A3 : 0x00000000 A4 : 0x00000001 A5 : 0x3ffc80c8
A6 : 0x00000000 A7 : 0x00000001 A8 : 0x3ffc2a44 A9 : 0x3ffc2a28
A10 : 0x00000000 A11 : 0x00000001 A12 : 0x00000000 A13 : 0x00000001
A14 : 0x00060021 A15 : 0x00060c23 SAR : 0x00000000 EXCCAUSE: 0x00000006
EXCVADDR: 0x00000000 LBEG : 0x00000000 LEND : 0x00000000 LCOUNT : 0x00000000
Backtrace: 0x400d454e:0x3ffc7a90 0x40085746:0x3ffc7ab0
Rebooting…
���␄�␀�l�M9O(�␐␌�)��+��
and I also get warnings when uploading to the board
In file included from src\main.cpp:3:0:
C:\Users\Jeff.platformio\lib\FastLED_ID126/FastLED.h:17:21: note: #pragma message: FastLED version 3.001.008
pragma message “FastLED version 3.001.008”
^^
In file included from C:\Users\Jeff.platformio\lib\FastLED_ID126/FastLED.h:68:0,
from src\main.cpp:3:
C:\Users\Jeff.platformio\lib\FastLED_ID126/fastspi.h:110:23: note: #pragma message: No hardware SPI pins defined. All SPI access will default to bitbanged output
pragma message “No hardware SPI pins defined. All SPI access will default to bitbanged output”
Is there additional configuration needed to use this board with this library?
I can use the Adafruit Neopixel library with no problems