dcexpert 发表于 2024-4-24 17:43

【FireBeetle 2 ESP32 C6】相关资料整理

<div class='showpostmsg'> 本帖最后由 dcexpert 于 2024-4-24 17:46 编辑

<p>收到FireBeetle 2 ESP32 C6开发板了,在开始测试前,先收集整理相关资料,方便后续使用。</p>

<p>&nbsp;</p>

<h2 id="target_1">产品特性</h2>

<ul>
        <li>搭载ESP32-C6芯片,支持Wi-Fi、BLE、Zigbee、Thread通讯协议</li>
        <li>支持Wi-Fi 6协议,更低延迟,更低功耗</li>
        <li>太阳能充电, 免电源线部署</li>
        <li>电池电量检测,了解设备电量信息</li>
        <li>超低功耗,deep-sleep 16uA</li>
        <li>板载GDI接口,轻松连接屏幕</li>
</ul>

<h2 id="target_2">产品参数</h2>

<h4 id="基本参数">基本参数</h4>

<ul>
        <li>工作电压: 3.3V</li>
        <li>Type-C输入电压: 5V DC</li>
        <li>VIN输入电压: 5V DC或4.5-6V太阳能板</li>
        <li>最大充电电流: 0.5A</li>
        <li>休眠电流: 16uA(deep sleep模式,电池供电)</li>
        <li>工作温度:-10~60℃</li>
        <li>模块尺寸:25.4x60mm</li>
</ul>

<h4 id="硬件信息">硬件信息</h4>

<ul>
        <li>处理器:RISC-V单核处理器</li>
        <li>主频:160 MHz</li>
        <li>SRAM:512KB</li>
        <li>ROM:320KB</li>
        <li>Flash:4MB</li>
        <li>RTC SRAM:16KB</li>
        <li>USB: USB CDC</li>
</ul>

<h5 id="wifi">WIFI</h5>

<ul>
        <li>WIFI协议:IEEE 802.11b/g/n/ax
        <ul>
                <li>IEEE 802.11ax (20 MHz-only non-AP mode)</li>
        </ul>
        </li>
        <li>WIFI频宽: 2.4 GHz 频带支持 20 MHz 和 40 MHz 频宽</li>
        <li>WIFI模式:Station 模式、SoftAP 模式、SoftAP+Station 模式和混杂模式</li>
        <li>WIFI频率:2.4GHz</li>
        <li>帧聚合: TX/RX A-MPDU, TX/RX A-MSDU</li>
</ul>

<h5 id="蓝牙">蓝牙</h5>

<ul>
        <li>蓝牙协议:Bluetooth 5、Bluetooth mesh</li>
        <li>蓝牙频率:125 Kbps、500 Kbps、1 Mbps、2 Mbps</li>
</ul>

<h5 id="ieee-802154">IEEE 802.15.4</h5>

<ul>
        <li>兼容 IEEE 802.15.4-2015 协议</li>
        <li>频段:2.4GHz</li>
        <li>数据速率:250Kbps</li>
        <li>支持Thread 1.3、Zigbee 3.0</li>
</ul>

<h5 id="接口引脚">接口引脚</h5>

<ul>
        <li>数字I/O x19</li>
        <li>LED PWM 控制器6个通道</li>
        <li>SPI x1</li>
        <li>UART x3((LP UART x1))</li>
        <li>I2C x2(LP I2Cx1)</li>
        <li>I2S x1</li>
        <li>红外收发器:发送通道 x5、接收通道 x5</li>
        <li>1 &times; 12 位 SAR ADC, 7个通道</li>
        <li>DMA 控制器,3个接收通道和 3个发送通道</li>
</ul>

<p><strong>主要芯片</strong></p>

<ul>
        <li><strong><a href="https://img.dfrobot.com.cn/wiki/5d57611a3416442fa39bffca/6b2ee3062e1193b27f1229c570bea298.PDF">HM6245</a></strong>: 3.3V低功耗LDO</li>
        <li><strong><a href="https://img.dfrobot.com.cn/wiki/5d57611a3416442fa39bffca/9ec2de70bd1093abe32e95f6c69f9cd7.pdf">CN3165</a></strong>: 太阳能充电芯片</li>
        <li><strong><a href="https://img.dfrobot.com.cn/wiki/5d57611a3416442fa39bffca/508e77ceb7b26e2e70db79d0468e6711.pdf">ESP32-C6</a></strong>:ESP32-C6FH4芯片</li>
</ul>

<p>&nbsp;</p>

<ul>
        <li>官方wiki:<a href="https://wiki.dfrobot.com.cn/_SKU_DFR1075_FireBeetle_2_Board_ESP32_C6" target="_blank">https://wiki.dfrobot.com.cn/_SKU_DFR1075_FireBeetle_2_Board_ESP32_C6</a></li>
        <li>乐鑫官方esp32c6:<a href="https://www.espressif.com.cn/zh-hans/products/socs/esp32-c6" target="_blank">https://www.espressif.com.cn/zh-hans/products/socs/esp32-c6</a></li>
        <li>esp32c6芯片文档:<a href="https://www.espressif.com.cn/sites/default/files/documentation/esp32-c6_datasheet_cn.pdf" target="_blank">https://www.espressif.com.cn/sites/default/files/documentation/esp32-c6_datasheet_cn.pdf</a></li>
        <li>circuitpython:<a href="https://circuitpython.org/board/adafruit_feather_esp32c6_4mbflash_nopsram/" target="_blank">https://circuitpython.org/board/adafruit_feather_esp32c6_4mbflash_nopsram/</a></li>
        <li>micropython非官方移植:<a href="https://github.com/tytgatlieven/micropython-esp32c6/tree/esp32c6/ports/esp32" target="_blank">https://github.com/tytgatlieven/micropython-esp32c6/tree/esp32c6/ports/esp32</a></li>
        <li><a href="https://img.dfrobot.com.cn/wiki/5d57611a3416442fa39bffca/dc9b554135b1ac783156c8067feb5ba0.zip" target="_blank">dfrobot提供的micropython固件</a></li>
        <li><a href="https://img.dfrobot.com.cn/wiki/5d57611a3416442fa39bffca/4f39e26f6b452ddcb36419f667485e60.pdf">原理图</a></li>
        <li><a href="https://img.dfrobot.com.cn/wiki/5d57611a3416442fa39bffca/b8c4ff6286db752a02b9a764a839a103.pdf">尺寸图</a></li>
        <li><a href="https://img.dfrobot.com.cn/wiki/5d57611a3416442fa39bffca/94baeab196b1381ee2ad404fb9b4a14a.zip">外壳stl文件</a></li>
</ul>

<p>&nbsp;</p>

<p>引脚图</p>

<p>&nbsp;</p>

<div style="text-align: center;"></div>

<div style="text-align: center;">&nbsp;</div>

<div style="text-align: center;">&nbsp;</div>

<p>&nbsp;</p>
</div><script>                                        var loginstr = '<div class="locked">查看本帖全部内容,请<a href="javascript:;"   style="color:#e60000" class="loginf">登录</a>或者<a href="https://bbs.eeworld.com.cn/member.php?mod=register_eeworld.php&action=wechat" style="color:#e60000" target="_blank">注册</a></div>';
                                       
                                        if(parseInt(discuz_uid)==0){
                                                                                                (function($){
                                                        var postHeight = getTextHeight(400);
                                                        $(".showpostmsg").html($(".showpostmsg").html());
                                                        $(".showpostmsg").after(loginstr);
                                                        $(".showpostmsg").css({height:postHeight,overflow:"hidden"});
                                                })(jQuery);
                                        }                </script><script type="text/javascript">(function(d,c){var a=d.createElement("script"),m=d.getElementsByTagName("script"),eewurl="//counter.eeworld.com.cn/pv/count/";a.src=eewurl+c;m.parentNode.insertBefore(a,m)})(document,523)</script>

chejm 发表于 2024-4-24 21:41

<p>很荣幸成为阅读第一人,感谢楼主总结的技术资料,非常有实用价值,值得收藏参考</p>

damiaa 发表于 2024-4-25 08:38

<p>赞一个<img height="48" src="https://bbs.eeworld.com.cn/static/editor/plugins/hkemoji/sticker/facebook/wanwan76.gif" width="48" />俺的板子还在路上。</p>

秦天qintian0303 发表于 2024-4-25 11:24

<p>这个板子准备用什么开发啊?python?&nbsp;&nbsp;</p>

dcexpert 发表于 2024-4-25 19:44

秦天qintian0303 发表于 2024-4-25 11:24
这个板子准备用什么开发啊?python?&nbsp;&nbsp;

<p>可以用 C/arduino/micropython/circuitpython</p>

lugl4313820 发表于 2024-4-29 08:54

<ul>
        <li><strong><a href="https://img.dfrobot.com.cn/wiki/5d57611a3416442fa39bffca/9ec2de70bd1093abe32e95f6c69f9cd7.pdf" target="_blank">CN3165</a></strong>: 太阳能充电芯片</li>
        <li>这个好呀,早知道,我也申请一片,刚好有吃灰的太阳能电池板。</li>
</ul>

dcexpert 发表于 2024-4-29 09:46

lugl4313820 发表于 2024-4-29 08:54
CN3165: 太阳能充电芯片
        这个好呀,早知道,我也申请一片,刚好有吃灰的太阳能电池板。

<p>要注意 CN3165 的输入电压范围比较窄, 4.4-6V。</p>

lugl4313820 发表于 2024-4-29 10:00

dcexpert 发表于 2024-4-29 09:46
要注意 CN3165 的输入电压范围比较窄, 4.4-6V。

<p>好的好的,我还没有仔细读手册呢。</p>
页: [1]
查看完整版本: 【FireBeetle 2 ESP32 C6】相关资料整理