Jaycar Electronics Duinotech Lilypad Plus XC3920 Quick Start

Advertisement

Lilypad Plus Quick Start

Getting started

Use a Micro USB cable (WC7723) to connect the Lilypad Plus to your computer. You
should already have the Arduino IDE installed but if you don't, you can download from
https://www.arduino.cc/en/Main/Software
This board uses an ATMEGA 32u4, which behaves similar to the Leonardo.

Specifications

Processor
IO
Operating Voltage
Additional Features

Features

There's a few included extras on this board which makes it a great way to try out many
things at once.
Connected Pin Feature
10 x RGB LED lights*
Pin 17
Buzzer
Pin 5
Microphone
Pin A4
Two separate Buttons (pulled low)
Pin 4 & Pin 19
Temperature sensor
Pin A0
Light Sensor
Pin A5
Toggle switch
Pin 21

Accelerometer

I2C
To use the RGB LED Lights, you must install the "Adafruit Neopixel" library from the
Library manger, which can be found in the Tools menu.
Accelerometer
Code sample on next page for all devices other than the Accelerometer.
For an accelerometer example code, check out the File > Examples > Adafruit
Circuit Playground > accel_mouse example, and make sure the switch is set to (+)!

Code sample

This code uses Adafruit Neopixel library, version 1.3.2 or later.
Australia
www.jaycar.com.au
techstore@jaycar.com.au
1800 022 888
ATMEGA 32u4
8 bit
1KB EEPROM
USB 2.0 Device module
16MHz
8 external digital IO
Integrated USB controller
2.7V – 5V
See below
New Zealand
www.jaycar.co.nz
techstore@jaycar.co.nz
0800 452 922
Page 1 of 2

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Duinotech Lilypad Plus XC3920 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for Jaycar Electronics Duinotech Lilypad Plus XC3920

  • Page 1 Lilypad Plus Quick Start Getting started Use a Micro USB cable (WC7723) to connect the Lilypad Plus to your computer. You should already have the Arduino IDE installed but if you don’t, you can download from https://www.arduino.cc/en/Main/Software This board uses an ATMEGA 32u4, which behaves similar to the Leonardo. Specifications ATMEGA 32u4 Processor...
  • Page 2 Lilypad Plus Quick Start Upload the following code and open the Serial Monitor with baud 9600  Change the board under Tools > Board to LilyPad Arduino USB  Change the port to be the port of your connected Lilypad Board. #include <Adafruit_NeoPixel.h>...

Table of Contents