If you want to improve the spread slightly, lightly rub the lens with a bit of sand paper. It does decrease the efficiency of the lens a bit as you get some uncontrolled scatter, but you'll get slightly better coverage.
Looks good btw, wish I had more focus to get on with mine, but doing...
Yes, you could do this if you wanted to control all 10 individually. If you don't need to control them individually then connect as many as you can in series based on your supply voltage.
Having 10 8-bit PWM channels on a PIC may pose a challenge, options would be to move up to a faster PIC, or...
Don't try to run 10 LEDs in parallel at 7A!! It follows on from the discussion about variances in forward voltage of the LEDs. If you have 10 LEDs in parallel and one draws 700mA at 3.5V and the rest draw 700mA at 3.6V, the one with the lower forward voltage will be overdriven. Eventually it'll...
The connectors will be fine. If you were running higher currents through the connectors and regularly connected/disconnected them under load you'd find the connections would deteriorate quicker than the same current at AC. Another example is when you select relays - the contact material is...
I'd look at something like the 16F628A or 16F88 as a starter. If the 18F architecture suits you better then look at the 18F1320.
I'm using the 18F6722, but it's a bit big for your project :fun:
There probably is a compiler somewhere out there. I'd stick with assembly or C though. I favour assembly until you start using the bigger 16/32 bit PICs.
Definitely. It's straightforward to create a clock to do this, but if you are planning on going down this route I would suggest you start playing and buy something like the PICkit2 which is a bargain IMO (http://uk.farnell.com/microchip/pickit2promo/development-programmer-promo-w/dp/9945350). If...
I wouldn't go down the big capacitor route. PWM is much simpler and smaller. If you don't go down the constant current regulator route and just use a simple resistor to limit current then you can simply use the PWM module built into the majority of PICs.
If you do use a constant current...
Yes you can, in fact this is what I am doing on my system. Unfortunately I've been really lazy over Christmas as it was my first break from work for almost a year so I didn't get much done, but I'm starting with the PCB design for the controller which will also control everything else on the...
Because 4.5V doesn't get 'pushed through' the LED. It drives the LED at 700mA and the voltage across the LED is whatever the LED needs at 700mA. If you supplied the driver with 24V and only had one LED connected, the driver would still only drive the LED at 700mA and the voltage across the LED...
You can do this - this is often done with standard LEDs. The issue with high power LEDs is that the resistor in most cases will end up wasting so much power that it negates any energy efficiency of the LED! If you tried to drive a 3W white LED from a 5V supply with a resistor, you'd need a 2.2...
Hi SuperColey,
The reason as I explained on the other forum (where I'm registered as aptsys), is that LEDs are current mode devices not voltage mode. With a light bulb, you can provide it with a voltage and it's resistance will limit the current through it. With an LED, if you provide it with...
The test setup would be a programmable current source in series with the diode, and a voltage measurement device in parallel with the diode.
By controlling the current with a current source, a voltage develops across the diode purely based on the characteristics of the pn junction.
You see...
Hi Rabbut,
This figure in the datasheet gives an idea of the voltage drop vs. current relationship:
The pulse width is set to 300us to reduce thermal effects.
Unfortunately the story is the same for most silicon diodes which consist of a PN junction forming a diffusion region in the middle...