Moving from FLORA to non wearable board

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
superprojb
 
Posts: 51
Joined: Wed Mar 05, 2014 11:22 pm

Moving from FLORA to non wearable board

Post by superprojb »

I have a project that works with the Flora, but want to build it on a non wearable board, and need this new board to drive two sets of 16 neopixels.

Would the Arduino Micro work or can someone suggest the correct board?

And is the coding the same as the Flora?

Thank you in advance.

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: Moving from FLORA to non wearable board

Post by adafruit_support_mike »

The easiest non-wearable board for development is the Arduino Uno. That's the basic platform for which most software is developed.

User avatar
adafruit_support_bill
 
Posts: 88087
Joined: Sat Feb 07, 2009 10:11 am

Re: Moving from FLORA to non wearable board

Post by adafruit_support_bill »

The UNO is the simplest one to get started with. But if your code is already tested and working on the Flora, the Micro or Leonardo might be a better choice. Both have the same 32U4 processor that is used by the Flora.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”