Browse by Brand | Shop among the highest quality Workplace Health & Safety brands, sourced both internationally and locally to bring our customers the best range and competitive prices.

Thanks for the quick reply! ive been wanting to do this forever, and since im stuck at home sick, i thought id give it a shot! i updated the original post with more info!

I was quoting you when I had said that. You suggested that the resistors will be in parallel, you put the word will in italics to emphasize that correct?

Be prepared for any emergency situation! Huge range of quality equipment to help you prevent disasters, protect you staff and reduce risk in the workplace.

Protect against risks and hazards in the workplace, and be equipped when they happen with our comprehensive range of quality work wear, first aid equipment and PPE.

The chip makes sure all your LEDs are running at optimal power and protects your Arduino from the stress of charlieplexing.

Hippynerd: I was quoting you when I had said that. You suggested that the resistors will be in parallel, you put the word will in italics to emphasize that correct?

The chip makes sure all your LEDs are running at optimal power and protects your Arduino from the stress of charlieplexing.

Charlieplexing is a great way to control a lot of LEDs, but using LEDs with built in resistors might be an issue, since you will be always using 2 resitors anytime you try to light an LED. If you can control the resistor size, you can calculate your resistor size, and then use 2 resistors that are 1/2 the correct value, to end up with the right value when charlieplexed.

Block off hazards or caution and alert pedestrians and road users to potentially dangerous objects or situations. Huge range of barricade, anti-slip, reflective and luminous tape available.

Bronson Safety guarantees 100% satisfaction on every order. If you wish to return or exchange an item we will gladly provide a replacement or credit your account. Please note there is a 15% restocking fee for orders placed incorrectly. Goods must be returned in its original packaging and in a resellable condition for a refund excluding our restocking fee and original freight. Just call our customer service department on 1 300 095 701 within 30 days of your original order for fast, friendly assistance. Goods are to be returned by customer at their own cost.

Ensure that dangerous machinery and equipment is shut off and locked up with our range of safety padlocks, inspection tags and lockout devices.

Hippynerd: I re-drew the schematic with the resistors inside, in series, and it would only use one LED and 1 resistor at a time.

You can also run 18 LEDs off the arduino, but you would need to run them at 10ma, instead of 20, which would be a bit dimmer. There are other options too, but it gets more complicated.

Store dangerous goods, manage spills and leaks and protect relevant documentation – Featuring a massive range of lockers, bunding, drums and FM approved Dangerous Goods Cabinets.

Image

Hippynerd: Charlieplexing is a great way to control a lot of LEDs, but using LEDs with built in resistors might be an issue, since you will be always using 2 resitors anytime you try to light an LED.

Any help would be greatly appreciated! im having a blast playing around with the Arduino Uno and hope to be able to get this project running soon!

its a lot of extra stuff to learn and build, but you get the benefit of PWM, so thats kinda cool, if you want that feature.

I did read the first post? but i re-read it to see why you asked that, and saw that i forgot to use the code tag in my original post, sorry about that!

Hey there everyone, this is my first post. I signed up for these forums because after hours of going about the internet, i was royally confused with this. Im pretty new to arduinos, or any type of electronics for that matter (mechanics were more my thing). I am building an LED knight rider scanner for the hood scoop of my truck, just for fun. Im going to have a number of LEDs inside it, to scan back and forth when the arduino receives power. If i was just going to use 13 or less LEDs, i would just have the negative all connected to the ground, and simply have one LED hooked up to each pin. i plan to use at least 18 LEDs though. After searching through google i started reading about charliplexing, and i think that is how i will be able to get this done! So far, not having too much luck though. The LEDs do cycle in order! But... other LEDs come on too if anyone can help me solve this i will be very grateful!

Hippynerd: Charlieplexing is a great way to control a lot of LEDs, but using LEDs with built in resistors might be an issue, since you will be always using 2 resitors anytime you try to light an LED.

If you use the TLC chip, you will only be able to run 16 per chip, and you will also need some other parts (a couple resistors and a cap per chip). If you want to run 18 LEDs, then you will need 2 TLCs, 4 resistors, and 2 or maybe 4 caps. You will also probably want to use some kind of circuit board to hold all these parts.

Image

That leads me to believe that you know that the LEDs are in parallel (like thats how they always do it), I've never used those kinds of LEDs, but I would imagine the resistor would be series.

another way to do it is to serialize each LED with its own chip. It uses a lot of parts, but its easy to expand/contract the number of LEDS.

Image

Hippynerd: I was quoting you when I had said that. You suggested that the resistors will be in parallel, you put the word will in italics to emphasize that correct?

I re-drew the schematic with the resistors inside, in series, and it would only use one LED and 1 resistor at a time. It seems to me that would also be true if the resistors were in parallel with the LED. It would seem to me that if you are going to put the resistor inside the LED, you would put it in series to limit current, but it would be fixed to a specific voltage. I dont understand why you would put it in parallel though.

Calm and control traffic in car parks, ensure pedestrian safety and protect company and customer assets. Our range of permanent and temporary speed humps and car park solutions are fully compliant and guaranteed to last.

The code for turning on an LED will always be one high, and one low. both high, or both low should not light anything, and reversing polarity will change which LED is lit.

Protect your assets, section-off private areas or expertly guide and control traffic. Huge range of high quality, compliant products to suit any workplace.

If properly wired, you should be able to control 20 LEDs from 5 pins with charlieplexing. You could also multiplex 25 with 10 pins easily enough.

I've considered this project for about 20 years now, my car has a fake hood scoop that would be perfect for it. For some reason, i've never actually done it, I even have some boards that already do the circuit, all i would have to do is hook it up to new LEDs, and power it. Maybe one day I will do it...

JavaScript seems to be disabled in your browser. For the best experience on our site, be sure to turn on Javascript in your browser.

Eliminate dangerous and hazardous blind spots in your workplace and car park. You’ll find a huge range of convex, dome and flat safety mirrors.

What i have right now: -Arduino Uno, with 6 LEDS (with build in resistors) the LEDs are connected like this: LED# | 1 | 2 | 3 | 4 | 5 | 6 pin13 | + | - | | | + | - pin12 | - | + | + | - | | pin11 | | | - | + | - | +

Effectively communicate oncoming hazards and directions in the workplace or road side – same day delivery offered all in-stock signs.

Hippynerd: Charlieplexing is a great way to control a lot of LEDs, but using LEDs with built in resistors might be an issue, since you will be always using 2 resitors anytime you try to light an LED.

Protect your assets and secure the safety of all workers, pedestrians and road-users. Our range of permanent, temporary and expanding barriers and barricades can’t be beaten. Big savings available on selected items.

Get a TLC5940 LED controller chip and use the basic example program (which just happens to be a "Larson Scanner" - which is what they're called).

fungus: Get a TLC5940 LED controller chip and use the basic example program (which just happens to be a "Larson Scanner" - which is what they're called).

Ensure sufficient grip on floors and stairs in the workplace to prevent slips and trips with our range of anti-slip mats, cable protectors, stair nosings and more!

Mix and match to suit your specified traffic control requirements with our multi-message road sign system. All signs feature Class 1 or Class 1W reflective material and are made from light weight corflute to minimise your load when working onsite.

Protect your assets and secure the safety of all workers, pedestrians and road-users. Our range of permanent, temporary and expanding barriers and barricades can’t be beaten. Big savings available on selected items.