You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the awesome work, Doc! One issue that gave me some trouble:
For the file "BruhZzs_LEDs_Pub.ino" on a NodeMCU v2, there seems to be a potential pin definition issue at line #34 (#define DATA_PIN). My data pin is, in fact, connected at D5, but the fail/default behavior described in the comments wouldn't work for me... checked and double checked everything... credentials = good, mqtt = good. Scratch head. Grunt. The NodeMCU just didn't seem to be passing the commands to the strip.
The solution (for me, at least) was to
1.) Insert a line of code at line 15: "#define FASTLED_ESP8266_RAW_PIN_ORDER" then
2.) Change the pin referenced at line #34 (now line #35 after the insert) to "14"
Voila! Whiz. Bang! Everything fired up just right.
The text was updated successfully, but these errors were encountered:
Thanks for the awesome work, Doc! One issue that gave me some trouble:
For the file "BruhZzs_LEDs_Pub.ino" on a NodeMCU v2, there seems to be a potential pin definition issue at line #34 (#define DATA_PIN). My data pin is, in fact, connected at D5, but the fail/default behavior described in the comments wouldn't work for me... checked and double checked everything... credentials = good, mqtt = good. Scratch head. Grunt. The NodeMCU just didn't seem to be passing the commands to the strip.
The solution (for me, at least) was to
1.) Insert a line of code at line 15: "#define FASTLED_ESP8266_RAW_PIN_ORDER" then
2.) Change the pin referenced at line #34 (now line #35 after the insert) to "14"
Voila! Whiz. Bang! Everything fired up just right.
The text was updated successfully, but these errors were encountered: