djred2000 / Arduino-Sketches

Various Arduino Sketches I've written
GNU General Public License v2.0
5 stars 3 forks source link

Fastled on nodemcu #1

Open pmousse opened 8 years ago

pmousse commented 8 years ago

Good morning, I am trying to do this for days on esp8266, glad I found your code, thank you for sharing. I am usually using raspberry pi for artnet-node, but would like to use the nodemcu which is way cheaper and I know FastLed too ;) Since Fastled is working on esp8266 now, do you think it might be possible to skip the arduino in your setup ? Have you tried ? Cheers

pmousse commented 8 years ago

I managed to skip the arduino, based on your code. here's my sketch : http://pastebin.com/rBSD0Sqm Thanks a lot.

djred2000 commented 8 years ago

I'm glad you got it working. FastLED and all this code will run directly on an ESP8266.

On Thursday, May 12, 2016, pmousse notifications@github.com wrote:

I managed to skip the arduino, based on your code. here's my sketch : http://pastebin.com/rBSD0Sqm Thanks a lot.

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/djred2000/Arduino-Sketches/issues/1#issuecomment-218679173

Jared Alexander DJRed2000@gmail.com