Adalight-ESP8266 icon indicating copy to clipboard operation
Adalight-ESP8266 copied to clipboard

Adalight for the Arduino ESP

Results 6 Adalight-ESP8266 issues
Sort by recently updated
recently updated
newest added

I try to compile and it throws "invalid use of template-name 'NeoPixelBus' without an argument list". I am using NeoPixelBus_by_Makuna library. What library to use in order to compile it...

Can you please add some pictures of your setup? Maybe i do not get it right but are you using serial or wifi to get the 'stream' to the ESP8266?

i want to know basic details of esp8266; i know arduino well, but i have nodemcu and i cant find some videos of it . most of people are using...

I managed to get this compiled on a esp8266. When I power it up the all the lights in the strip quickly flash red green blue. I'm assuming this means...

How do u connect the ESP8266 in linux as serial connection over wlan without usb or something ?

\Arduino\libraries\NeoPixelBus-2.7.1\src/NeoPixelBus.h:118:61: note: template argument deduction/substitution failed: \Desktop\Adalight-ESP8266-master\Adalight-ESP8266-master\Adalight-ESP8266\Adalight-ESP8266.ino:27:54: note: mismatched types 'NeoPixelBus' and 'int' 27 | NeoPixelBus strip = NeoPixelBus(pixelCount, pixelPin); | ^ \Desktop\Adalight-ESP8266-master\Adalight-ESP8266-master\Adalight-ESP8266\Adalight-ESP8266.ino:27:54: error: expression list treated as compound expression...