描述
<div>
<h3 style="line-height:1.8">项目功能介绍</h3>
<hr>
<p style="line-height:1.8">AI对话机器人,实现AI实时语音对话。它能够听懂你的情绪,解答你的疑惑,也能分享你的快乐</p>
<p style="line-height:1.8"> </p>
<p style="line-height:1.8">除主控外,元器件全插件,方便焊接入门与练习,很好弄 方便初学者练习</p>
<h3 style="line-height:1.8">硬件部分</h3>
<div>
<div>主控用的是 [立创·开源SF32LB52模组](<u>https://item.szlcsc.com/45024582.html</u>),一款蓝牙低功耗芯片,频率 <strong>240MHz</strong>,集成 8MB PSRAM 和 16MB Flash,支持锂电池直接供电。BLE 连接功耗(1S间隔)仅需 7μA,BT连接功耗(1S间隔)仅需 10μA,BLE + BT 双连接功耗比同行单BT连接功耗还能降低 60%。</div>
<div> </div>
<div>模组支持 BT PAN 功能可以直接连接手机上网,相比 WIFI 功耗更低,更加适合电池场景,带屏连接功耗仅 <strong>30mA</strong>。</div>
<div><img src="https://image.lceda.cn/oshwhub/pullImage/eebcdf53412a441783415a1ec3da8e05.png" alt="" width="1011" height="635"></div>
</div>
<h3 style="line-height:1.8">软件部分</h3>
<hr>
<p style="line-height:1.8"> </p>
<div>
<div>固件地址 https://github.com/78/xiaozhi-sf32</div>
</div>
<div>
<div style="white-space:pre">使用<a href="https://docs.sifli.com/projects/xiaozhi/sftool.html" target="_blank">sftool工具</a>烧录固件,打开终端之后输入如下命令(Windows): !!!需要注意的是:命令中的 ./sftool.exe 中的斜杠,在不同操作系统中有不同的表现: windows是反斜杠,linux是斜杠。</div>
<div>下面是1.2.0-1.2.2版本的烧录命令:</div>
</div>
<p style="line-height:1.8"> </p>
<div>
<pre> </pre>
<div>./sftool.exe -p COM3 -c SF32LB52 write_flash bootloader.bin@0x12010000 ftab.bin@0x12000000 ER_IROM2.bin@0x12A28000 ER_IROM3.bin@0x12228000 ER_IROM1.bin@0x12020000</div>
<pre> </pre>
</div>
<p style="line-height:1.8"><img src="https://image.lceda.cn/oshwhub/pullImage/9300736f909e4315a9736b09b8738692.jpg" alt="" width="1280" height="883"></p>
</div>
评论(0)