Hello everyone of the FastLED community! I'm quite a newbie of the whole Arduino

Hello everyone of the FastLED community!

I’m quite a newbie of the whole Arduino world. For a small project I am working on I started developing something using FastLED and an Arduino Uno. Everything went smoothly until I realized that to move on with the project and extend it I needed more memory on the board…

I got myself a RedBear Duo which is a very interesting board, as it comes with WiFi + BLE already integrated, and opens up for many possible extensions to the project. Does anybody know if there are plans to support also this platform?

Besides the RedBear Duo I also got myself an Arduino MKR1000 which also comes with WiFi module already integrated (but no BLE). I noticed that this platform is already supported and indeed I got my project running on it, but I was curious to know if anybody else is also interested in the RedBear Duo board.

Many thanks for this amazing library!

I have not added support for the redbear duo, it’s possible it might be a variant of the Particle Photon, but I haven’t had time to look into it (and there’s a variety of other platforms that are on the list to get supported first and my time is very limited right now)

You should try the teensy or the ESP8266 - both are supported.

I have a RedBear Duo sitting in my parts bin, and I’ve been meaning to try it out. It has the same processor as the Photon, but supports the Arduino IDE. I hope to find time to try and get it working soon.