描述
<div class="document">
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;">* 1、项目功能介绍</h3>
<hr class="horizontal-splitline normal-bold-2"><p style="padding-left:40px;"><span style="color:#95a5a6;font-size:14px;">基于N32G430C8L7制作的USB电压电流功率计,数据线直连,可支持12V/3A的快充(极限功率未测试)。</span></p>
<p style="padding-left:40px;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;">*2、项目属性</h3>
<hr class="horizontal-splitline normal-bold-2"><p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;padding-left:40px;"><span style="color:#95a5a6;font-size:14px;">首次公开,在官方项目的基础上进行微调。</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;">* 3、开源协议</h3>
<hr class="horizontal-splitline normal-bold-2"><p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;padding-left:40px;"><span style="color:#95a5a6;font-size:14px;">GPL3.0</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;">*4、硬件部分</h3>
<hr class="horizontal-splitline normal-bold-2"><ol><li><span style="color:#000000;font-size:14px;">在训练营官方原理图的基础上,增加了一个RGB彩灯,用于充电状态显示,增加了晶振电路以及部分引出口,方便后续调试与再开发(详情见原理图附件)。</span></li>
<li><span style="color:#000000;font-size:14px;">由于dcdc电源电路在5V输入时未能稳定输出3.3V,个人能力不足以对参数进行修正,因此使用AMS1117线性稳压电路代替官方的BL9342电源电路。</span></li>
<li><span style="color:#000000;font-size:14px;">下载口和串口等调试接口改为贴片焊盘,进一步节省PCB空间。</span></li>
</ol><p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt pap-left-indent-1.6em" style="line-height:1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;">*5、软件部分</h3>
<hr class="horizontal-splitline normal-bold-2"><p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;padding-left:40px;"><span style="color:#000000;font-size:14px;">使用立创训练营提供的程序,并在此基础上进行修改。</span></p>
<ol><li style="list-style-type:none;">
<ol><li class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"><span style="color:#000000;font-size:14px;"><span style="color:#000000;font-size:14px;">使用定时器6,100us频率进入定时器中断,在中断中进行状态判断并控制RGB。<br>RGB状态显示:<br></span></span>
<table style="border-collapse:collapse;width:66.5775%;height:108px;"><tr style="height:27px;"><td style="width:7.06994%;height:27px;text-align:center;"><strong>功率</strong></td>
<td style="width:22.0929%;height:27px;text-align:center;"><strong>RGB状态</strong></td>
</tr><tr style="height:27px;"><td style="width:7.06994%;height:27px;text-align:center;">0.25W以下</td>
<td style="width:22.0929%;height:27px;text-align:center;"><span style="color:#000000;font-size:14px;">绿灯常亮</span></td>
</tr><tr style="height:27px;"><td style="width:7.06994%;text-align:center;height:27px;"><span style="color:#000000;font-size:14px;">0.25W-10W</span></td>
<td style="width:22.0929%;text-align:center;height:27px;"><span style="color:#000000;font-size:14px;">常规模式,蓝色常亮</span></td>
</tr><tr><td style="width:7.06994%;text-align:center;"><span style="color:#000000;font-size:14px;">10W-40W</span></td>
<td style="width:22.0929%;text-align:center;"><span style="color:#000000;font-size:14px;">大电流模式,蓝色呼吸灯</span></td>
</tr><tr style="height:27px;"><td style="width:7.06994%;height:27px;text-align:center;"><span style="color:#000000;font-size:14px;">40W以上</span></td>
<td style="width:22.0929%;height:27px;text-align:center;"><span style="color:#000000;font-size:14px;">过载模式,红色呼吸灯</span></td>
</tr></table><br><span style="color:#e03e2d;font-size:18px;">=========!!!注意不要长时间工作在过载状态,长时间超出额定功率可能会引起电表损坏!!!=========</span></li>
<li class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"><span style="color:#000000;font-size:14px;">增加了位带操作控制GPIO,但只支持GPIOA、GPIOB。</span></li>
</ol></li>
</ol><p> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;">*6、BOM清单</h3>
<hr class="horizontal-splitline normal-bold-2"><p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;padding-left:40px;"><span style="color:#95a5a6;font-size:14px;">见附件。(仅供参考)</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;">*7、大赛LOGO验证</h3>
<hr class="horizontal-splitline normal-bold-2"><p style="line-height:1.8;"> </p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"><img src="//image.lceda.cn/pullimage/22Z2oZ9Lo4Hb7L1s5N1FSpfFSVlBStST7JJJTqhT.jpeg" alt="" width="608" height="244"></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"> </p>
<h3 class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;">* 8、项目演示视频</h3>
<hr class="horizontal-splitline normal-bold-2"><p style="line-height:1.8;"> </p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;padding-left:40px;"><span style="color:#95a5a6;font-size:14px;">见附件。(因为未专门为摄像头调试呼吸灯效果,因此视频中的呼吸效果不太理想,人眼看到的呼吸灯比较流畅舒适)</span></p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"> </p>
<p class="paragraph text-align-type-left pap-line-1.3 pap-line-rule-auto pap-spacing-before-3pt pap-spacing-after-3pt" style="line-height:1.8;"> </p>
</div>
评论(1)