INTRODUCTION to Arduino Lilypad
Posted by Superadmin on August 16 2024 11:05:33

INTRODUCTION to Arduino Lilypad

 

INTRODUCTION TO Arduino  LILY PAD: Arduino has introduced a lot of development boards to serve the purpose of automation, robotics, server and client configuration, security and much more. Development boards of Arduino are widely used because of cost effectiveness, flexibility, open source hardware and software and much more. Today we are going to introduce you to the new family to Arduino, which is mainly developed for e-textiles and wearable projects known as LilyPad Arduino.

INTRODUCTION to Arduino Lilypad

LilyPad, Arduino family of boards is especially designed for wearable applications. We have discussed many type of Arduino development boards and all those boards have one thing in common besides of input and output pins is their operating voltage from which we can turn on the board. That operating voltage was from any external device and we also need to regulate that supply so that our board doesn’t get damage. But LilyPad Arduino works on batteries that are rechargeable providing us an easy connection with actuators and sensors for easy integration in fabrics and clothes.

In this article we will discuss briefly about almost all LilyPad boards, their specifications and purpose for which they should be preferred. We will also highlight some of the interesting projects that are developed using these boards. One of the main things that are common in all these boards is that they don’t support Ethernet or Wi-Fi. Only cellular 3G connection is currently supported.

TYPES OF Arduino LILYPAD

There are many types of LilyPad Arduino board and we can choose anyone of them according to our project requirements.

  1. Arduino LilyPad Simple
  2. Arduino LilyPad  USB
  3. Arduino LilyPad  Simple Snap
  4. Arduino LilyPad USB plus
  5. Arduino LilyPad  Main Board 328

From the above list , LilyPad simple and Simple snap are different from other Arduino boards as for programming purposes USB to serial interface is needed. If USB to serial interface is not available then we can make use of any standard interface which is FTDI compatible. The above recommended USB to serial interface servers the purpose of Arduino UNO and have same drivers of it. Now let’s discuss features and uses of above mentioned boards briefly.

  1. LILYPAD ARDUINO SIMPLE:

This board is one of the most popular boards for beginner level projects of Arduino and one of the most important reasons is its spacious layout. It is based on ATMega328 microcontroller. Pin identification is much easier in this board. When it comes to stitching, it has more space for that without the fear of accidently colliding with other pins on board.Arduino Lilypad simple

If we talk about built in battery then it’s easy and convenient to select LiPo battery. We can choose any LiPo battery that suits best for our project run time. The best thing about this battery is that we can easily recharge it just by plugging our board into USB port of our computer or by simply using a 5 V wall charger. Now let’s discuss about the features of this board.

FEATURES OF LILYPAD ARDUINO BOARD SIMPLE:

PROGRAMMING:

Programming is done by uploading sketches (Arduino program made in IDE) but we must have USB mini B cable or FTDI basic breakout of LilyPad for connecting our board to computer and uploading our required sketch.

PRECAUTIONS:

2. LILYPAD ARDUINO USB

This board is based on ATmega32U4. It is almost same as LilyPad Arduino simple and the only difference is that LilyPad Arduino USB uses ATMega32U4 microcontroller and this microcontroller has a built-in support for USB. If we don’t feel easy with FTDI header pins on our development board then we can make use of this board because it has USB support instead of FTDI header pins.Arduino Lilypad usb

FEATURES OF LILYPAD ARDUINO USB:

PROGRAMMING:

Programming for these boards is done in Arduino IDE known as sketches.  Those sketches are uploaded on our board by using Micro USB cable for connecting our LilyPad Arduino USB to computer

PRECAUTIONS:

3. LILYPAD ARDUINO SIMPLE SNAP:

This board is based on ATmega328 microcontroller. It uses FTDI programming interface just like Arduino simple. It is almost same as LilyPad Arduino simple having 2 major differences.

It requires connection to Simple Snap Protoboard or arrangement of sew on fabric snaps which are useful when we need to remove our board from project. Because of this ability we can swap out our board in case of reprogramming and to share it in multiple projects.Arduino Lilypad simple snap

FEATURES OF LILYPAD ARDUINO SIMPLE SNAP

PROGRAMMING:

Programming is done by uploading sketches (Arduino program made in IDE) but we must have USB mini B cable or FTDI basic breakout of LilyPad for connecting our board to computer and uploading our required sketch.

PRECAUTIONS:

4. LILYPAD ARDUINO USB PLUS

This board is based on ATmega32U4 microcontroller. It uses FTDI programming interface just like Arduino USB. It is an update to LilyPad Arduino USB having additional features, tabs and labeling. It includes RGB LED for the purpose of quick prototyping without using any additional part. 6 white LEDs in a row are used as simple data visualization or for indicator lights. Arduino Lilypad usb plus

FEATURES OF LILYPAD ARDUINO USB PLUS

PROGRAMMING:

Programming for these boards is done in Arduino IDE known as sketches.  Those sketches are uploaded on our board by using Micro USB cable for connecting our LilyPad Arduino USB to computer

PRECAUTIONS:

  1. LILYPAD ARDUINO MAIN BOARD

It is based on ATMega328 microcontroller. Unlike other types of LilyPad boards this board has all ATMega328 pins open for connection purposes to wearable project. This board comes handy if large number of input output pins are required. It doesn’t have battery port or built-in battery. We have to supply power to this board externally by stitching power source positive and negative terminal to the + and – terminals of our board. We can also use simple power board of LilyPad for providing power connection and charging circuit to our board.Arduino Lilypad main board

FEATURES OF LILYPAD ARDUINO MAIN BOARD:

PROGRAMMING:

Programming is done by uploading sketches (Arduino program made in IDE) but we must have USB mini B cable or FTDI basic breakout of LilyPad for connecting our board to computer and uploading our required sketch.

PRECAUTIONS:

PROJECTS:

So far we have discussed 5 types of LilyPad boards of Arduino. Now we are going to highlight some interesting projects made with the help of these boards