Hi I’m in the process of making a sign which i want to illuminate via the sp501e and wled, my question is does the firmware include alexa as default?
I’ve tried creating a custom file in VSC but not sure how to select and deselect functions
any help appreciated thanks
To make it correct compilation you have to use VScode + PlatformIO. There is a env for your controller.
Hi thanks for reply, i’ve tryed the env for my controller but alexa is not responding so i’m guessing it is turned off,is there some way to check? I also tried d1 mini which worked for about 2 minutes but did connect to alexa then throw error 2 in the app , so how do i enable alexa would it be in my_config.h and if so what would be the command thanks i am trying to learn and have read though a lot of the discussions before posting
You don’t have to change nothing in code. Here is a link to bin file WLED-wemos-shield/sp501e.bin at master · srg74/WLED-wemos-shield · GitHub All changes have to be made in UI. Go to Config ->Sync interfaces and find section Alexa. Enable it and restart your Alexa device. Then say search for smart devices. That is all.
That worked thankyou