Skip to main content
Free Delivery  ·  COD Available  ·  15-Day Returns
Pricio
LilyPad 328 ATmega328P Main Board 16M Compatible with Arduino — image 1
Hover to zoom
LilyPad

LilyPad 328 ATmega328P Main Board 16M Compatible with Arduino

4.01 rating
447+ bought in past month
AI Summary
Boards Compatible with Arduino for everyday users

The LilyPad 328 ATmega328P Main Board 16M Compatible with Arduino by LilyPad is a value-for-money boards compatible with arduino designed for everyday users. It features Item Type: Development Board and Board Type: Lilypad.

₹799
Free Shipping💵 COD Available

Available Offers

Free Delivery on this order. No minimum order value.

15-Day Easy Returns — hassle-free return & full refund.

Secure Payment — 100% safe checkout with UPI, Cards & Net Banking.

Total: ₹799
Buying tip: A smart budget buy — solid performance without breaking the bank.
Estimated delivery: 17 Aug31 Aug
Free Shipping
Pan India delivery
15-Day Returns
Hassle-free policy
Secure Payment
Razorpay protected
Quality Assured
Vetted products only

Available Offers

💳

5% Cashback

Pay with UPI & get 5% cashback (up to ₹50) via Razorpay

🏦

No-Cost EMI

Available on select bank cards at checkout. 0% interest for 3 months.

📦

Free Shipping

Free delivery on all orders. No minimum order value.

💵

Cash on Delivery

COD available on orders up to ₹5,000 across India.

Quick Specs

Item Type: Development Board
Board Type: Lilypad
Chip Type: ATmega328P
Operating Voltage (VDC): 2.7 ~ 5.5
Input Voltage (V): 2.7V-5.5 V
Analog I/O Pins: 6

Ideal For

Everyday convenience
Share:
SKU: robu-28446Category: Boards Compatible with Arduino

About This Product

The LilyPad 328 ATmega328P Main Board 16M Compatible with Arduino by LilyPad is a value-for-money boards compatible with arduino designed for everyday users. It delivers reliable performance at an accessible price.

Key Specifications

  • Item Type: Development Board
  • Board Type: Lilypad
  • Chip Type: ATmega328P
  • Operating Voltage (VDC): 2.7 ~ 5.5 — works with standard household power
  • Input Voltage (V): 2.7V-5.5 V — works with standard household power
  • Analog I/O Pins: 6
  • Digital I/O Pins: 14
  • PWM Digital I/O Pins: 6

Why Buy from Pricio?

Pricio sources this product directly, cutting out multiple middlemen. Every order includes free shipping, a 15-day return policy, and secure payment via Razorpay.

The LilyPad 328 ATmega328P Compatible with Arduino-program micro-controller is designed to be easily integrated into e-textiles and wearable projects. It offers the same functionality you find in other Arduino boards, in a lightweight, round package design to minimize snagging and profile. With wide tabs that can be sewn down and connect with conductive thread.

The LilyPad consists of an ATmega328 compatible with the Arduino bootloader and a minimum number of external components to keep it as small (and as simple) as possible.

This board will run from 2V to 5V and offers large pin-out holes that make it easy to sew and connect. Each of these pins, with the exception of (+) and (-), can control an attached input or output device (like a light, motor, or switch).

Each LilyPad was creatively designed to have large connecting pads to allow them to be sewn into clothing. Various input, output, power, and sensor boards are available. They’re even washable! 


Features :

  1. Board will run from 2V to 5V.
  2. The latest version of the LilyPad supports automatic reset for even easier programming.
  3. The backside of the LilyPad is now completely flat!
  4. We now use a surface mount programming connector to keep the header from poking through.
  5. This version of the LilyPad now uses the new ATmega328 at 8MHz.
  6. Arduino 0016 supports the Pro Mini Arduino 328/8MHz/16MHZ.
  7. Use this setting when using this new LilyPad 328.

Package Includes :

1 x Lilypad Audriono ATMega328P 16M HW-1 Board.


Useful Links:

Leah Buechley’s LilyPad Tutorial

LilyPad Documentation

GitHub

Setup Guide

1
Identify the pins
Locate VCC (power), GND (ground), and data pins (SDA/SCL for I2C, MOSI/MISO for SPI, or TX/RX for UART). Refer to the pinout diagram on the product page.
2
Wire to your microcontroller
Connect VCC to 3.3V or 5V (check the module spec), GND to GND, and data pins to the appropriate GPIO pins on your Arduino or Raspberry Pi.
3
Install libraries
In Arduino IDE, go to Sketch → Include Library → Manage Libraries and search for the sensor library. Install the recommended version.
4
Upload example sketch
Open File → Examples → [library name] → Basic Example. Upload to your board and open Serial Monitor to view output.
5
Calibrate if needed
Some sensors (temperature, humidity, distance) may need a short warm-up period or calibration. Run the calibration sketch if provided.