Stairs led with pwm shield of sparkfun how to work with it?

Hallo

I’am a beginner with arduino projects.

Is there more information or documentation tof this PWM PCB

I want to make mine stairs with led and i want to controle them with arduino one and the SParkfun pwm shield .

I download the libary with the arduino libary and get some drivers and examples.

but this examples didn’t work or I have made the wrong connections.

How must I make the connections to the led and the connections of the 2 shiftregisters to this board .

or can I work without the shiftregisters?

can anyone help me to untherstand the working of this board?

https://forum.sparkfun.com/posting.php? … 90825dc82c#

Ben

  1. Post a link to the board in question!

  2. Make a drawing on paper how you connected everything; take a photo of the paper drawing and post it here in a reply.

  3. Show the code that you used; please use code tags when posting cocde.

bontekite:
can anyone help me to untherstand the working of this board?

https://forum.sparkfun.com/posting.php? … 90825dc82c#

Ben

That link is to post a new topic into the Projects section. You must have messed up the link to your board.

I have a Arduino uno with the pwm shield on top

The ledstrip I use are 12 volt the are connected with the mosfets to the pwm shield see photos

The mosfets input are conected with the PWM shield.the are 5V Grnd and signal.

The program I use to test are the one I have download from the arduino Libary (SparkFun_TLC5940)

When I start and upload one of the examples noting works

I measured 5 v on the Pwm shield and when I conect the signal the led is burning but all the test programs didend work.

What do I wrong???

Are those wires soldered into those holes, or are they hanging free? Does it behave differently when you wiggle the wires?

Loose wires definitely need to be fixated to prevent intermittent contact.

the wires are fixed but notting is working .

I measerd the voltage on the shield an this is ~5 volt between the grn and the vcc

But the programs didn’t work.!!!

If the led-strips do not show signs of life then you should provide information about them too. Your photo does not show much of how that is connected. Or even which ledstrips they are. I presume these are just leds in series or parallel. Or do they have more controlling wires going into them? It is also important to know how much current they draw from the 12 volt supply. We really need that data!

Infact not even the Mosfet boards are explained where you got them or what they are. After doing some “Sherlock-ing” I found a document about them:

https://app.box.com/s/q78zzjdw578hv6112zm9

Take away the PWM shield for a moment, and lets focus on testing if the led-strip and Mosfet-board to work on their own. In order for the mosfet to operate you need to connnect its signal pin to 5v or gnd from the arduino. Also gnd needs to be connected to gnd of the arduino. (does not matter which program is running, you only need it as a supply for the mostfet) . The signal input can be connected to 5 volt or gnd with a wire to test if the ledstrip lights up or goes out by manual action. You should not connect that to a output pin of the arduino or PWM shield. It only complicated the matter.

the wires are fixed but notting is working .

I measerd the voltage on the shield an this is ~5 volt between the grn and the vcc

Measure the voltage on the signal pin to GND instead. That is what causes the mosfet to conduct. With the suggestion above it should be 5 volt or 0 volt depending on being connected to 5v or Gnd. But if it was connected to the PWM signal output of the shield then this voltage is the one that is important to know. And the voltage across the ledstrips as a result.

Once you can verify that that is working then we can focus on the PWM shield, Arduino or the example program.

As you can see here, https://github.com/sparkfun/SparkFun_TL … r/examples

there are about 7 examples for that library. Be more specific in which one you tried! We can’t help if we don’t know what you have or what you did.

This test i have already done

when i remove the shield and connect the ledstrips to the arduino it works correct

I have treid this examples but nothing is working .

mine leds are connected to the 12 v power unit of 10 A so that must be enough i Think.

the mosfat board has a 12v connection , connection for the led (a 5 v grd) an a signal connection this go to the schield connections

see picture

the led are DC 12 V BFL 5050- and I want to use 18 led on one mosfet you see that in the picture I will test this with two ledstrips so the power must be enough.

We still don’t know what Sparkfun shield you are using.

What is the voltage on the signal pin of the PWM shield? We need to know this! The image of the pwm shield is too blurry for me, but I think that switch is set to take voltage from the unconnected Vin of the arduino. So the PWM shield cannot function

sterretje:
We still don’t know what Sparkfun shield you are using.

Since Sparkfun only has 1 pwm shield currently and the picture matches what is on the product page I think it is narrowed down enough. Unless there are other board versions.