Slide 4
Slide 4 text
Ho w t o u s e a G E M M A ?
G E T T I N G S TA R T E D, Q U I C K O V E R V I E W
1. Download and install the IDE.
(This is a modified version of the regular Arduino IDE. If you have multiple IDEs installed, rename them so you don’t get
confused! e.g. “Arduino”, “Arduino-GEMMA”, “Arduino-FLORA”)
• GEMMA: learn.adafruit.com/introducing-gemma/setting-up-with-arduino-ide
Note: On Mac Mavericks, change your Security & Privacy settings to “Anywhere” to launch IDE. Then restore your
settings back to normal afterwards.
2. Plug in the GEMMA via USB and configure the Arduino IDE.
Tools > Board > Adafruit GEMMA 8MHz
Tools > Programmer > USBTinyISP
3. Open up the Blink (or Pulse) sketch.
Check the USB thumbdrive for: Adafruit GEMMA > Sketches > Blink > Blink.ino (or Pulse > Pulse.ino)
4. Upload the sketch to blink the red on-board LED.
You need to press the reset button on the GEMMA to put it into bootloader mode before uploading.
You’ll be reminded of this when you see the error “avrdude: Error: Could not find USBtiny device (0x1781/0xc9f)”.