@Garrett_Durland did you only need the fastLED.h library or did you also have to use the raw pin order or arduino pins include?
Also did you define D6 and D7 using the identifier D6 and D7 or using 12 and 13?
If I could see your code that would do me wonders because I have used D6 and D7
Also the VIN to the rgb driver are you using 3.3V or 5V?
@Anthony_Alkins https://pastebin.com/Z9baEuGB this is the version with Jeurgen Bruegl’s Webserver code. It will respond to analog input (used with MSGEQ7). Next I’ll paste the version I did with @Jason_Coon 's code.
@Anthony_Alkins Here’s @Jason_Coon 's “tree_v2” code that has a great interface, but does not respond to the analog input, so I can’t use the MSGEQ7.
https://pastebin.com/WJpunuS4
@Garrett_Durland Thanks I’m going to go through this stuff and see if I can get it up and running.
So I saw an interesting thing in the code saying the fastLED library had to be declared before the web server. So i went back to a simple test code, which changes colour taking a HSV value in the serial monitor and have them talking but have yet to get it up and running on the full code. Will give it some more time today.
Thanks for the input - at least i know they can talk for sure now.
Mine have arrived, bit i don’t know when I’ll get time to play with them…
Got it sorted out earlier today. I will post back with my issues and solutions in case anyone else needs to know.
Yes please do, we need to know!