<?php
$dbsocket=mysqli_connect("localhost", "solar24_cart", "rrXKuA2c4b5O") or die ('I cannot connect to the database because: ' . mysql_error());
mysqli_select_db($dbsocket, 'solar24_inventory');
include('header.php');
?>
<div style="width: 100%; text-align: right;">
<div class="fb-like" data-href="http://www.solar24.pw/s24mini.php" data-layout="button_count" data-action="like" data-show-faces="true" data-share="true"></div>
</div>

<div class="floatright" style="display: block; width: 300px; text-align: center; font-size: small; font-style: italic;">
<a href="s24mini_stack_big.jpg"><img src="s24mini_stack.jpg"></a><br>
S24-Mini stacked<br>with S24-EXTBAT (optional)
</div>

<h1><span style="color: #ff0000;">S24-Mini</span> Solar Power Supply</h1>

This tiny, lightweight solar power supply features an integrated 40WH LiFePO4 battery, and offers plug-and-play convenience for QRP stations, camping, and anything else that needs a simple, reliable 12V DC power supply. It's built into a rugged, water-resistant polycarbonate box.

<h2>Features</h2>

<h3>State-Of-The-Art Battery Technology</h3>
<ul>
<li>This power supply features a built-in 40 watt-hour Lithium Iron Phosphate (LiFePO4) battery, which will provide years of safe, reliable service.</li>
<li>External battery packs can be connected in parallel to facilitate longer operating times.</li>
</ul>

<h3>Plug-and-Play Convenience</h3>
<ul>
<li>The S24-Mini packs everything you need into a single, easy-to-carry package.</li>
<li>Just connect a solar panel and your 12V DC devices to the side-mounted screw terminals, and enjoy convenient, reliable solar power.</li>
</ul>

<h3>Expandable</h3>
<ul>
<li>If the integrated battery isn't enough, it's easy to attach extra external battery packs.</li>
</ul>

<h3>Made in Michigan</h3>
<ul>
<li>All of our products were designed in our lab at the Michigan Alternative and Renewable Energy Center in Muskegon, on the shoreline of Muskegon Lake.</li>
<li>Our printed circuit boards are manufactured by reputable supply partners in Holland, MI.</li>
</ul><p>

<h2>Requirements</h2>
<ul>
<li><b>Solar panel:</b> 21-22 volts open-circuit (V<span style="font-size: x-small;">OC</span>), 16.5-17 volts at maximum power point (V<span style="font-size: x-small;">MPP</span>)</li>
<li><b>External battery (optional):</b> 12.8V LiFePO4 (<i>DO NOT</i> use any other battery chemistry)</li>
<li><b>Load:</b> 12 VDC nominal; maximum load 20A</li>
<li><b>Connections:</b> Bare wire or spade lugs to screw terminals</li>
</ul><p>

<h3>Pinouts</h3>
<table class="pinout">
<tr><th colspan=5>S24-Mini</td></tr>
<tr><td style="width: 20%;">1</td><td style="width: 20%;">2</td><td style="width: 20%;">3</td><td style="width: 20%;">4</td><td style="width: 20%;">5</td></tr>
<tr><td>+</td><td>-</td><td>+</td><td>-</td><td>-</td></tr>
<tr><td colspan=2>Load</td><td colspan=2>PV in</td><td>Aux Batt</td></tr>
</table>
Pin 1 is common between load and external batteries.
<p>

<table class="pinout">
<tr><th colspan=4>S24-EXTBAT</td></tr>
<tr><td style="width: 25%;">&Oslash;</td><td style="width: 25%;">1</td><td style="width: 25%;">2</td><td style="width: 25%;">&Oslash;</td></tr>
<tr><td></td><td>+</td><td>-</td><td></td></tr>
</table>
<p>

<h3>Battery Health</h3>
<ul>
<li><b>Charge</b> your Mini when it arrives.</li>
<li>Open the top cover and <b>disconnect</b> the battery before long-term storage.</li>
</ul>
<p>
<?php
$products = array('s24-mini','s24-extbat','s24-pv30','s24-charger','s24-ltr-usb');
include('prodlist.php');
include('footer.php');
?>
