- Wearable Form Factor: Unique lightweight, round design with a flat back minimizes snagging and optimizes profile for integration into fabric.
- Sewable Connections: Large, wide “sew tabs” replace pins, designed for connection using conductive thread.
- Microcontroller: Utilizes the ATmega328P chip, compatible with Arduino programming.
- Micro USB Port: For easy programming and power connection directly from a computer.
- Wide Operating Voltage: Flexible power input range of 2.7V to 5.5V, suitable for various battery types.
- Washable: Projects built with the LilyPad are hand-washable (battery must be removed).
- Pin Indicators: Includes a built-in LED on digital pin 13 for debugging and status indication.
- Automatic Reset Support: Simplifies the programming process within the Arduino IDE.
LilyPad Programmable Microcontroller Board – ATmega328P Chip with Micro USB 16M
| Microcontroller | ATmega328P or ATmega168V (depending on specific revision) |
|---|---|
| Operating Voltage | 2.7V – 5.5 V |
| Clock Speed | 8 MHz or 16 MHz (depending on specific product revision) |
| Digital I/O Pins | 14 (6 provide PWM output) |
| Analog Input Pins | 6 |
| DC Current per I/O Pin | 40 mA |
| Flash Memory | 32 KB (ATmega328P) or 16 KB (ATmega168V); 2 KB used by bootloader |
| SRAM | 2 KB (ATmega328P) or 1 KB (ATmega168V) |
| EEPROM | 1 KB (ATmega328P) or 512 bytes (ATmega168V) |
| Dimensions | Approx. 50mm (2") diameter, 0.8mm thickness |




- Wearable Technology: Embed lights, sensors, and sound into clothing, costumes, and accessories for interactive fashion.
- Smart Garments: Develop prototypes for commercial smart clothing applications, such as posture monitoring vests or heated jackets.
- Interactive Art Installations: Create soft sculptures and fabric-based art pieces that react to touch, light, or proximity using conductive thread circuits.
- Education: An excellent platform for teaching basic electronics and programming in a fun, tactile, and fabric-based medium, especially for students interested in arts and design.
No. This version features a micro USB port, allowing you to program it directly using a standard micro USB cable and the Arduino IDE software. Older LilyPad boards required a separate FTDI Basic breakout board for programming.
The board is not waterproof, but it is “washable.” You must remove the battery/power supply entirely before washing the textile project by hand with mild detergent. The project should then be air-dried completely for several days before reapplying power.
The board operates between 2.7V and 5.5V. It is commonly powered by a single 3.7V Lithium Polymer (LiPo) battery connected via an optional JST connector, or a 3V coin cell battery. Do not exceed 5.5V as it can damage the board.
Connections are made using “conductive thread,” which you sew through the large tabs on the board and onto your fabric to the other components. This eliminates the need for soldering or wires in the main fabric areas.
Yes, it is fully compatible with the Arduino ecosystem and most libraries. You will just need to select the correct board type (e.g., “Arduino Pro Mini” with the correct voltage/MHz) in the Arduino IDE when uploading your code.













