Cirkit Designer Logo
Cirkit Designer
Your all-in-one circuit design IDE
Home / 
Component Documentation

How to Use LED Sequin - Emerald Green: Examples, Pinouts, and Specs

Image of LED Sequin - Emerald Green
Cirkit Designer LogoDesign with LED Sequin - Emerald Green in Cirkit Designer

Introduction

The LED Sequin - Emerald Green (Manufacturer Part ID: 1756) by Adafruit is a decorative light-emitting diode (LED) designed for use in creative projects, crafts, and electronics. This compact and easy-to-use component emits a vibrant emerald green light, making it ideal for adding visual appeal and illumination to your designs. Its small size and built-in resistor make it beginner-friendly and perfect for wearable electronics, art installations, and hobbyist projects.

Explore Projects Built with LED Sequin - Emerald Green

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Battery-Powered LED Array with Rocker Switch Control
Image of yk: A project utilizing LED Sequin - Emerald Green in a practical application
This circuit consists of four green LEDs connected in parallel, powered by a 9V battery. A rocker switch is used to control the power to the LEDs, allowing them to be turned on or off simultaneously.
Cirkit Designer LogoOpen Project in Cirkit Designer
Arduino UNO Ultrasonic Distance Sensor with LED Indicator
Image of Mini LED Light Test: A project utilizing LED Sequin - Emerald Green in a practical application
This circuit uses an Arduino UNO to control an HC-SR04 ultrasonic sensor and an Adafruit LED Sequin. The Arduino measures the distance to an object using the ultrasonic sensor and adjusts the brightness of the LED based on the measured distance.
Cirkit Designer LogoOpen Project in Cirkit Designer
Solar-Powered Green LED Light
Image of Solar Panel : A project utilizing LED Sequin - Emerald Green in a practical application
This circuit consists of a solar panel connected to a green LED. The solar panel provides power to the LED, causing it to light up when sufficient sunlight is available.
Cirkit Designer LogoOpen Project in Cirkit Designer
Battery-Powered LED Array with Dual Switch Control
Image of simple traffic light: A project utilizing LED Sequin - Emerald Green in a practical application
This circuit features a battery-powered array of red and green LEDs, each string controlled by a toggle switch. A rocker switch is used to manage the overall power supply, potentially allowing the user to select between the LED strings or turn them off. The circuit lacks microcontroller functionality, indicating a simple, direct control lighting system.
Cirkit Designer LogoOpen Project in Cirkit Designer

Explore Projects Built with LED Sequin - Emerald Green

Use Cirkit Designer to design, explore, and prototype these projects online. Some projects support real-time simulation. Click "Open Project" to start designing instantly!
Image of yk: A project utilizing LED Sequin - Emerald Green in a practical application
Battery-Powered LED Array with Rocker Switch Control
This circuit consists of four green LEDs connected in parallel, powered by a 9V battery. A rocker switch is used to control the power to the LEDs, allowing them to be turned on or off simultaneously.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Mini LED Light Test: A project utilizing LED Sequin - Emerald Green in a practical application
Arduino UNO Ultrasonic Distance Sensor with LED Indicator
This circuit uses an Arduino UNO to control an HC-SR04 ultrasonic sensor and an Adafruit LED Sequin. The Arduino measures the distance to an object using the ultrasonic sensor and adjusts the brightness of the LED based on the measured distance.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of Solar Panel : A project utilizing LED Sequin - Emerald Green in a practical application
Solar-Powered Green LED Light
This circuit consists of a solar panel connected to a green LED. The solar panel provides power to the LED, causing it to light up when sufficient sunlight is available.
Cirkit Designer LogoOpen Project in Cirkit Designer
Image of simple traffic light: A project utilizing LED Sequin - Emerald Green in a practical application
Battery-Powered LED Array with Dual Switch Control
This circuit features a battery-powered array of red and green LEDs, each string controlled by a toggle switch. A rocker switch is used to manage the overall power supply, potentially allowing the user to select between the LED strings or turn them off. The circuit lacks microcontroller functionality, indicating a simple, direct control lighting system.
Cirkit Designer LogoOpen Project in Cirkit Designer

Common Applications

  • Wearable electronics and e-textiles
  • Decorative lighting for crafts and DIY projects
  • Indicators or status lights in small circuits
  • Art installations and creative displays
  • Educational projects for learning basic electronics

Technical Specifications

The following table outlines the key technical details of the LED Sequin - Emerald Green:

Parameter Value
Manufacturer Adafruit
Manufacturer Part ID 1756
LED Color Emerald Green
Operating Voltage 3V to 6V
Forward Current ~5mA
Built-in Resistor Yes (limits current to safe levels)
Dimensions 0.28" x 0.35" (7mm x 9mm)
Mounting Type Solderable pads

Pin Configuration and Descriptions

The LED Sequin has two solderable pads for easy connection. The table below describes the pin configuration:

Pin Name Description
Positive (+) Connect to the positive terminal of the power source
Negative (-) Connect to the ground (GND) of the circuit

Usage Instructions

How to Use the LED Sequin in a Circuit

  1. Power Requirements: The LED Sequin operates on a voltage range of 3V to 6V. It has a built-in resistor, so no additional current-limiting resistor is required.
  2. Connections:
    • Solder the Positive (+) pad to the positive terminal of your power source or microcontroller pin.
    • Solder the Negative (-) pad to the ground (GND) of your circuit.
  3. Power Source: You can power the LED Sequin directly from a battery, a regulated power supply, or a microcontroller such as an Arduino.

Example: Connecting to an Arduino UNO

The LED Sequin can be easily controlled using an Arduino UNO. Below is an example of how to connect and program the LED Sequin:

Circuit Diagram

  • Connect the Positive (+) pad of the LED Sequin to Arduino pin 9.
  • Connect the Negative (-) pad of the LED Sequin to the GND pin on the Arduino.

Arduino Code

// Example code to blink the LED Sequin - Emerald Green
// Connect the Positive (+) pad to pin 9 and the Negative (-) pad to GND

const int ledPin = 9; // Pin connected to the LED Sequin

void setup() {
  pinMode(ledPin, OUTPUT); // Set pin 9 as an output
}

void loop() {
  digitalWrite(ledPin, HIGH); // Turn the LED on
  delay(500);                // Wait for 500 milliseconds
  digitalWrite(ledPin, LOW);  // Turn the LED off
  delay(500);                // Wait for 500 milliseconds
}

Important Considerations and Best Practices

  • Voltage Range: Ensure the input voltage does not exceed 6V to avoid damaging the LED.
  • Polarity: Double-check the polarity before connecting the LED Sequin. Reversing the connections may damage the component.
  • Heat Management: While the LED Sequin is designed for low power, avoid prolonged operation at maximum voltage to prevent overheating.
  • Soldering: Use a low-temperature soldering iron to avoid damaging the component during installation.

Troubleshooting and FAQs

Common Issues and Solutions

  1. LED Does Not Light Up:

    • Verify that the power source is within the operating voltage range (3V to 6V).
    • Check the polarity of the connections. Ensure the Positive (+) pad is connected to the positive terminal and the Negative (-) pad to ground.
    • Inspect solder joints for poor connections or cold soldering.
  2. LED Flickers or Is Dim:

    • Ensure the power source provides a stable voltage and sufficient current.
    • Check for loose connections or damaged wires.
  3. LED Overheats:

    • Confirm that the input voltage does not exceed 6V.
    • Avoid operating the LED for extended periods at maximum voltage.

Frequently Asked Questions

Q: Can I use the LED Sequin with a 9V battery?
A: No, the LED Sequin is designed for a maximum voltage of 6V. Using a 9V battery without additional current-limiting components may damage the LED.

Q: Do I need an external resistor for the LED Sequin?
A: No, the LED Sequin has a built-in resistor, so no additional resistor is required.

Q: Can I use multiple LED Sequins in a single circuit?
A: Yes, you can connect multiple LED Sequins in parallel. Ensure your power source can supply sufficient current for all LEDs.

Q: Is the LED Sequin waterproof?
A: No, the LED Sequin is not waterproof. If you need to use it in a wet environment, consider applying a waterproof coating or enclosing it in a protective case.

By following this documentation, you can effectively integrate the LED Sequin - Emerald Green into your projects and enjoy its vibrant illumination!