IteadStudio seems to be cranking out PCB's rather quickly nowadays. I just put in an order with them last week and my boards will be delivered tomorrow. Don't use SeeedStudio right now. They're having some problems with their PCB service. I put in an order with them 4 weeks ago and am still waiting for the PCB's to ship.
No problem guys. Glad I could help.
What shipping method are you choosing? That's my problem, I chose the cheap one so it took forever to get here. Probably on the slow boat. I keep forgetting about that. I need to order some other boards anyways, so it would be nice to have a week turn around.
Yep. PWM = Pulse Width Modulation - the clue is in the name. My LDDs work perfectly with the Arduino Uno over 0-255.I think the duty cycle determines the percentage. Meaning at 25% duty cycles you will be at 25 percent of the driver current and so on. That is what the data sheet is showing. When I hook the ones that I just receive up I will let every one know if that is the case.
I chose the slow boat this time. I'm in no hurry as I've got plenty of CATs up and running. Now to find a cheap pcb mount AC/DC power supply and make a nice compact system.
Yep. PWM = Pulse Width Modulation - the clue is in the name. My LDDs work perfectly with the Arduino Uno over 0-255.
Peter
I think that is partially correct.
From my understanding, let's say we are using a 5V PWM signal. If you send that a 50% duty cycle (128 of 255), it will still send 5V, but the pulse width is at 50%, so your voltage reading would be half of 5V, however, in reality, a full 5V is still being sent. At least that is how it has been explained to me.