GEMMA -- beginner questions

Wearable electronics: boards, conductive materials, and projects from Adafruit!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
doym
 
Posts: 23
Joined: Mon Nov 25, 2013 2:10 pm

GEMMA -- beginner questions

Post by doym »

Hi--I purchased some GEMMAs a few years back. I'm just starting to look into using them. I had a few questions:

1. How do GEMMA and FLORA differ? For example, could I do the Chameleon Scarf project with a GEMMA instead of a FLORA?

2. I noticed that the GEMMA Product page mentions that now GEMMAs ship with CircuitPy onboard. Does that go for GEMMAs purchased a few years back? If not, is there a way I can install CircuitPy onto older GEMMAs?

Thanks!

User avatar
dastels
 
Posts: 15829
Joined: Tue Oct 20, 2015 3:22 pm

Re: GEMMA -- beginner questions

Post by dastels »

The first question is "which gemma do you have?" Is it https://www.adafruit.com/product/1222 or https://www.adafruit.com/product/3501? At this point it could be either from "a few years ago".

If you have a Gemma v2 you might have issues. The Gemma v2 is a much simpler, more limited board than the flora. In terms of connections the projects uses a digital output for the NeoPixels strand and I2C for the sensor. That's the limit of the Gemma's I/O capability, so that's ok. Memory is where you might have a problem. The Gemma v2 only has 512 bytes of ram compared to over 2K on the Flora. 256 bytes are used up by the gamma table. The code is simple and shouldn't take much room. You can strip out the Serial use to reduce it even more. Finally, the Gemma v2 might not even work very well on a new computer, as noted on the product page: USB tolerances aren't as sloppy as they used to be.

If you have a Gemma M0, there shouldn't be any problems.

Dave

User avatar
doym
 
Posts: 23
Joined: Mon Nov 25, 2013 2:10 pm

Re: GEMMA -- beginner questions

Post by doym »

Thanks Dave

Looks like I have Gemma M0's. How does that one compare with FLORA? And does it come with CircuitPy onboard already? Sorry if those are dumb questions. Very much a beginner--trying to get my bearings :)

Thanks!
Diana

User avatar
doym
 
Posts: 23
Joined: Mon Nov 25, 2013 2:10 pm

Re: GEMMA -- beginner questions

Post by doym »

(Ignore that question about circuitPy--just confirmed on Gemma M0 product page....)

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

Return to “Wearables”