A convenient pack of 5 LEDs and current limiting resistors.
In stock, ships same business day if ordered before 2PM
Fastest delivery: Tomorrow*
Disclaimer:
For next-day delivery, the shipping address must
be in the AusPost next-day network, eParcel Express must be selected, and the order must be placed
before 2PM AEST Mon-Thurs excluding NSW Public Holidays. Orders may be delayed due to AusPost
pickup timings and order verifications. eParcel Express is typically a 1-day service within the
AusPost next-day network, though it is sometimes 2+ days.
Quantity Discounts:
Recommended Essentials:
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!
LED Colour | Forward Voltage |
White | 2.8 |
Blue | 2.7 |
Yellow | 2.0 |
Red | 1.8 |
Green | 2.1 |
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!
LED Colour | Forward Voltage |
White | 2.8 |
Blue | 2.7 |
Yellow | 2.0 |
Red | 1.8 |
Green | 2.1 |
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
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
We walk through best practices for making sure your LED does not burn out, by limiting the current.
Learn about one of the most used formulas in Electronics: Ohms Law.
In the Digital IO section of the workshop we walk through different ways to control an LED, starting with on and off using the Pin function through to fading it in and out with a PWM signal and a for loop.
This product is listed in:
Makerverse>Kit - Spare PartsExact shipping can be calculated on the view cart page (no login required).
Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).
We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):
Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.
Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.
International Orders - the following rates are for New Zealand and will vary for other countries:
If you order lots of gear, the postage amount will increase based on the weight of your order.
Our physical address (here's a PDF which includes other key business details):
Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia
Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.
Have a product question? We're here to help!
Makers love reviews as much as you do, please follow this link to review the products you have purchased.
Product Comments