Skip to content

PurdueROV-Archive/PCB-X8-Application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PCB-X8-Application

The board that contains mission specific electronics

LED driver overview

  • Controlled by Texas Instruments LM3409HV Buck Controller
  • Steps down Application board 12V power to 6V, 0.5A max
  • Output current adjustable via PWM to allow for LED dimming
  • Drives two high power white LEDs

Main considerations taken in design of the board:

- No ground plane or traces opposite the inductor avoid effects of eddy currents
- Input capacitors located as close to the chip power pins on the same layer
- Drain of PFET connected as close as possible to power inductor, with minimal trace area
- Place output capacitor close to the inductor
- At least 4 thermal vias located under the buck controller thermal pad for heat dissipation	
- Isolate small signal ground (IC ground) from the power ground
- Minimise the use of vias for the power ground
- Isolate noise-causing components (diode, inductor, PWM signal) away from other components
- In particular, below are the recommendations for designing the feedback route. However the design of our particular driver makes them somewhat irrelevant:
	a). Feedback terminal of IC which inputs feedback signal, is normally designed with high impedance. Output of this terminal and
	resistor crossover network must be connected with short wire.
	b). Part which detects the output voltage must be connected after output capacitor or at both ends of output capacitor.
	c). Wiring the resistor-divider circuit nearby and parallel, makes it better for noise tolerance.
	d). Draw wire far away from switching node of inductor and diode. Do not wire directly below the inductor and diode, and not
	parallel to power supply line. Multilayer board must be also wired in the same way. 
- Proper land pattern of power components to minimize impedance: (Application Notes 136, Page 7)
	http://cds.linear.com/docs/en/application-note/an136f.pdf

(recommendations drawn from: http://rohmfs.rohm.com/en/products/databook/applinote/ic/power/switching_regulator/converter_pcb_layout_appli-e.pdf)

Possible changes/improvements:

- decrease the board area

Thoughts:

- The board schematic was based off the 'Typical Applications' under section 8.2 of the Buck Controller datasheet. For some reason that design does not have a output capacitor, unlike standard buck controller designs
- The design mentioned above also uses a different feedback system compared to the standard; namely it only uses 1 resistor instead of 2

About

The board that contains mission specific electronics #electrical

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

Languages