# LED and Resistor Pack

**Type:** Product page · **SKU:** CE08576 · **Brand:** [Core Electronics](https://core-electronics.com.au/brands/core-electronics-australia)
**Page:** https://core-electronics.com.au/makerverse-led-assortment-5pcs-1.html ([markdown](https://core-electronics.com.au/makerverse-led-assortment-5pcs-1.html.md))

A convenient pack of 5 LEDs and current limiting resistors.

## Pricing

- **Price:** $3.15 (inc GST) — $2.86 AUD, exc GST
- **Quantity discounts:** 10+ $2.58 (exc GST) · 50+ $2.44 (exc GST)

## Availability & dispatch

- In stock, ships same business day if ordered before 2PM (Australia/Sydney).
- We can dispatch 303 today; more stock is typically available with a 8–12 day lead time.

## Description

LEDs are the 'Hello world' of Maker Electronics, this convenient pack includes a colourful selection of LEDs and current limiting resistors.

Every microcontroller or Maker-oriented single board computer will have a digital IO pin letting you turn them on and off.

If you want to learn how to calculate the current limiting resistors required for your project check out [our Ohms Law guide](https://core-electronics.com.au/guides/ohms-law-practical-examples-for-makers/)!

### **Includes:**

- 5x 5mm LEDs (one red, green, blue, yellow, and white)
- 5x 470-ohm current limiting resistors (Perfect for 3.3V IO)

### Specifications

 | **LED Colour** | **Forward Voltage** |
|---|---|
| White | 2.8 |
| Blue | 2.7 |
| Yellow | 2.0 |
| Red | 1.8 |
| Green | 2.1 |

### Examples

#### Raspberry Pi Pico - Micropython

 ```
from machine import Pin  # Import required modules
import time

led = Pin(1, Pin.OUT)  # Create an LED on Pin 1

while True:  # Loop indefinitely
    led.value(1)  # Set the value of the Pin to 16 (HIGH), turning the LED on
    time.sleep(1)  # Wait for 1 second
    led.value(0)  # Turn the LED off
    time.sleep(1)  # Wait for 1 second
```

![](https://core-electronics.com.au/media/wysiwyg/product_info/ce08576-makerverse-led-resistor-pack.jpg)![](https://core-electronics.com.au/media/wysiwyg/product_info/ce08576-makerverse-led-resistor-pack.jpg)###  

### Projects and Guides

## Videos for this product

- [How To Use Ohm's Law In Electronics](https://core-electronics.com.au/videos/how-to-use-ohms-law-in-electronics)

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/c/e/ce08576-5-leds-and-resistors.jpg)
