ajfisher / node-pixel

Library for using addressable LEDs (such as NeoPixels/WS2812) with Firmata and JohnnyFive
MIT License
275 stars 71 forks source link

Adafruit Feather boards #140

Open che-effe opened 5 years ago

che-effe commented 5 years ago

Is there any support for use with Feather boards from adafruit? Specifically Feather M0 WINC1500? I saw that was not listed in boards JS, also did not see support for it in avrgirl. That may be an issue. I'm not seeing a way to target this board with interchange to flash the firmware. I'm hoping there is a solution for this, or I can just use another board. Hoping for the small size and WiFi capability of the Feather M0 WINC1500

ajfisher commented 5 years ago

At the moment the feather boards aren't supported by avrgirl so basically that means that it's not flashable by interchange. Having said that, if you do a build of the code but not compile it you should be able to open it in arduino and probably flash the board that way.