Adding documentation for power design

This commit is contained in:
Stephen
2021-04-09 10:43:29 -04:00
parent 2146daacfb
commit 7acd7729d6
1440 changed files with 1708 additions and 1661 deletions

View File

@@ -95,10 +95,13 @@ $(document).ready(function(){initNavTree('power_design.html',''); initResizable(
<div class="textblock"><h1><a class="anchor" id="autotoc_md15"></a>
Boost</h1>
<h2><a class="anchor" id="autotoc_md16"></a>
Specifications</h2>
<p>The boost converter is used to power the Sunseeker Lighting board. Vin will be the car battery giving a a 12V input. This will then be boosted to 16V output, with an output current of 2A. The lights do not need to turn on, the instant the battery turns on, so including a time may benefit the board.</p>
<h2><a class="anchor" id="autotoc_md17"></a>
LTSpice Simulations</h2>
<ul>
<li>The LTSpice circuit includes input and output resistors for input and output power calculations</li>
<li>An RC circuit can be added at the input for time-delay for output capacitor charging</li>
<li>The LTSpice boost circuit includes input and output resistors for input and output power calculations per Dr. Bazuin. These resistors will not be included in the Altium schematic.</li>
<li>Dr. Bazuin suggested that an RC circuit can be added at the input for time-delay for output capacitor charging</li>
<li>Output power = (16V)(2A(max))=32 Watts</li>
<li>Input power = (12V)(Max FET current). Max FET current should be 2-3x the desired output current</li>
<li>Rsense = Vsense(min)/IL(max). Vsense is given in LT1619 Datasheet: 40mV(min). For IL, we are using max FET current<ul>
@@ -106,17 +109,26 @@ LTSpice Simulations</h2>
<li>Rsense is basically setting the current through the FET</li>
</ul>
</li>
<li>Voltage divider equation can be found in datasheet for LT1619</li>
<li>Voltage divider equation can be found in datasheet for LT1619: Vout=(1.24V)(1+(R1/R2))</li>
<li>Setting the VC resistor effects the oscillation of the output voltage</li>
</ul>
<h2><a class="anchor" id="autotoc_md17"></a>
<h2><a class="anchor" id="autotoc_md18"></a>
Altium</h2>
<ul>
<li>Inductor is 10uH MSS1210-103MEB. Dr. Bazuin suggested its use as Sunseeker has lots of them</li>
<li>Replaced the SI9804DY FET (used in LTSpice) with the FDS6680A as the SI is obsolete</li>
<li>Replaced the MBR735 Schottky (used in LTSpice) with the MBRD835LT4G because 735 is not surface mount</li>
</ul>
<h1><a class="anchor" id="autotoc_md18"></a>
<h1><a class="anchor" id="autotoc_md19"></a>
Buck</h1>
<h2><a class="anchor" id="autotoc_md20"></a>
Specifications</h2>
<p>The DC-DC buck regulator is a step-down converter used to lower the 12V input from the car battery to +3.3V to power the telemetry MCU.</p>
<p>The initial buck converter design utilized the</p>
<h2><a class="anchor" id="autotoc_md21"></a>
LTSpice Simulations</h2>
<h2><a class="anchor" id="autotoc_md22"></a>
Altium</h2>
<p><em>asd</em></p>
<p><b>asd</b> </p>
</div></div><!-- contents -->
@@ -126,7 +138,7 @@ Buck</h1>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="hardware.html">Hardware</a></li>
<li class="footer">Generated on Tue Apr 6 2021 20:41:00 for 2020-2021 Sunseeker Telemetry and Lighting System by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
<li class="footer">Generated on Fri Apr 9 2021 10:42:26 for 2020-2021 Sunseeker Telemetry and Lighting System by <a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.1 </li>
</ul>
</div>
</body>