aboutsummaryrefslogtreecommitdiff
path: root/led-driver.kicad_pcb
Commit message (Collapse)AuthorAge
* Increase UVLO turn-on to 43 VDavid Phillips2020-01-02
| | | | | | | | | | | The initial design assumed that the UVLO was a feature of the LM3409 not needed by this board. It was set at the datasheet values of 10.1 V turn-on with 1.1 V of hysteresis. However, during testing, I have found that the supply will sink a maximum of around 600 mA into the load when operated into dropout. The LM3409 datasheet confirms that this is expected behaviour. Since the supply is designed for LEDs modules with a forward voltage of 37 V, this patch changes the UVLO to just over 43 volts, meaning that we do not run the LEDs above the supply's design current of 450 mA.
* Reduce clearances, margin on MSOP footprintDavid Phillips2019-05-31
| | | | | | Reduction of the soldermask margin allows soldermask to be placed between the landing pads for the leads, which should aid soldering. Reduction of the pad clearance should stop DRC from complaining about nets too close together.
* Rescue symbols, minor revisions to PCBv1David Phillips2019-05-31
| | | | | This commits previous work that took place sporadically between the last commit a year and a half ago, and now.
* Add PCB prototype, schematic, gitignoreDavid Phillips2017-09-10