MattStultz / DrumLights

This is an Arduino sketch for controlling RGB LED strips that color change triggered by playing a drum.
GNU General Public License v3.0
2 stars 0 forks source link

Issues with loading scratch to HUZZAH #1

Open jklindzic opened 8 months ago

jklindzic commented 8 months ago

When uploading SKETCH (typo in the title, sorry) to HUZZAH 32 ESP feather board, I get an error, tried everything, changing the cables (6 of them), power supply, bitrate. If it does upload, WiFi AP doesn't activate and only the 1st LED on a LED strip lights up (red color). Any idea?

sveltra1 commented 7 months ago

I'm Having a similar problem. In my case when we changed USB cable it detected it correctly with the USB to UART drivers, and the code is loading correctly. im getting the wifi network and it connects properly but nothing else happens. Doesnt load the configuration page nor works with the IP (http://192.168.4.1/) in the browser. Plus the LED light in the HUZZAH ESP 32 feather is now always off. (But the one in the LIS3DH is on so i know there is power supply).

Did you finally managed to make it work??

THANKS!!