<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>物联网开发者社区-安信可论坛 - BW系列</title>
    <link>https://bbs.aithinker.com/forum.php?mod=forumdisplay&amp;fid=137</link>
    <description>Latest 20 threads of BW系列</description>
    <copyright>Copyright(C) 物联网开发者社区-安信可论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 29 Apr 2026 12:15:35 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.aithinker.com/static/image/common/logo_88_31.gif</url>
      <title>物联网开发者社区-安信可论坛</title>
      <link>https://bbs.aithinker.com/</link>
    </image>
    <item>
      <title>BW16二次开发烧录失败</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78472</link>
      <description><![CDATA[使用ameba-rtos生成的固件总是烧录失败，有大佬回答吗，球球了。用arduio编自己写的程序下载也是会有点问题，能下载进去，串口只会回复#。例程就没问题]]></description>
      <category>BW系列</category>
      <author>进宝</author>
      <pubDate>Fri, 27 Mar 2026 09:56:08 +0000</pubDate>
    </item>
    <item>
      <title>[BW20] 5G信号强度问题提问</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78449</link>
      <description><![CDATA[好奇问一下，BW20在5G下各个信道距离中国国标差的有点多，尤其是在5.8G的时候差了差不多13dB，测试了一下自带的API好像也没办法调节，大家使用的时候能正常修改吗？或者其实现在的通信距离就已经够用了吗？ ...]]></description>
      <category>BW系列</category>
      <author>夜雨喧嚣</author>
      <pubDate>Fri, 27 Feb 2026 09:56:37 +0000</pubDate>
    </item>
    <item>
      <title>BW20-12F SPI Port</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78444</link>
      <description><![CDATA[Any Possible way to use this ports 




https://aithinker-static.oss-cn-shenzhen.aliyuncs.com/docs/_media_old/bw20-12f_v1.0.2_product_specification_en.pdf]]></description>
      <category>BW系列</category>
      <author>R4TKN</author>
      <pubDate>Fri, 20 Feb 2026 23:19:34 +0000</pubDate>
    </item>
    <item>
      <title>BW20-12F-KIT usbd_inic_dplus问题</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78428</link>
      <description><![CDATA[编译烧录了usbd_inic_dplus例程，linux主机也编译安装了驱动，但是搜索不到wifi，不知道哪里有问题]]></description>
      <category>BW系列</category>
      <author>VegardCheng</author>
      <pubDate>Tue, 20 Jan 2026 06:29:13 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F开发板评测】6、Zephyr初步</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47411</link>
      <description><![CDATA[Zephyr是一个小型、可扩展的实时操作系统（RTOS），专为资源受限的嵌入式设备设计。它由 Linux 基金会托管，是一个开源项目。
开发板已经部分支持Zephyr SDK。
文档参考：https://aiot.realmcu.com/cn/latest/rst_zephyr/index.html
一、Zephyr SDK安装
Realtek Ameba-I ...]]></description>
      <category>BW系列</category>
      <author>sujingliang</author>
      <pubDate>Thu, 27 Nov 2025 07:20:41 +0000</pubDate>
    </item>
    <item>
      <title>【安信可BW20-12F-Kit测评】“高级” 点灯</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47409</link>
      <description><![CDATA[本来想着点一个灯但看到其他大佬有WIFI案例，我参考一下，就用做了一个“高级WIFI点灯”--- 检测WiFi信号（带oled，rgb感知）。
案例和这位大佬有点类似：http://bbs.aithinker.com/forum.php?mod=viewthread&amp;amp;tid=47402&amp;amp;extra=page%3D1
参考：http://bbs.aithinker.com/ ...]]></description>
      <category>BW系列</category>
      <author>liukong</author>
      <pubDate>Wed, 26 Nov 2025 12:14:18 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F开发板评测】5、NTP时钟</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47405</link>
      <description><![CDATA[从NTP服务器获取时钟校准MCU的RTC时间，是一种获取准确时间的方法。
本文通过WB20-12F来实现这一过程


一、NTP获取时间
1、变量定义
#define TIME_MODE    1]]></description>
      <category>BW系列</category>
      <author>sujingliang</author>
      <pubDate>Mon, 24 Nov 2025 12:53:37 +0000</pubDate>
    </item>
    <item>
      <title>【安信可BW20-12F-Kit测评】环境搭建</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47404</link>
      <description><![CDATA[开箱

资料汇总：
官方参考资料docs.ai-thinker.com/bw20/
官方文档：FreeRTOS SDK 与开发资源 — Ameba IoT Docs 文档
基本环境搭建参考：BW20 二次开发环境搭建 - BW系列 - 物联网开发者社区-安信可论坛 - Powered by Discuz!
Windows搭建BW20 rtos开发环境 - BW系列  ...]]></description>
      <category>BW系列</category>
      <author>liukong</author>
      <pubDate>Sat, 22 Nov 2025 10:43:54 +0000</pubDate>
    </item>
    <item>
      <title>【安信可BW20-12F-Kit测评】环境搭建</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47389</link>
      <description><![CDATA[安信可BW20-12F-Kit 环境搭建
C语言编程SDK开源地址：Github、Gitee
国内用户推荐使用Gitee快速下载

git clone https://gitee.com/ameba-aiot/ameba-rtos.git

开发文档：https://aiot.realmcu.com/cn/latest/


搞半天vscode中并不支持RTL8711，尴尬了。。。
 ...]]></description>
      <category>BW系列</category>
      <author>molun</author>
      <pubDate>Fri, 21 Nov 2025 15:45:07 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F 】开发板 WiFi LED 状态指示项目开发教程</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47402</link>
      <description><![CDATA[【BW20-12F 】开发板 WiFi LED 状态指示项目开发教程
开发板：BW20-12F
开发环境：Ubuntu 22.04 (VMware虚拟机)
开发时间：2025年11月20日
一、项目简介
这个项目实现了一个基于 FreeRTOS 的 WiFi 连接状态指示系统。开发板上的 RGB LED
会根据 WiFi 连接状态显示不同的 ...]]></description>
      <category>BW系列</category>
      <author>xiaozhou</author>
      <pubDate>Thu, 20 Nov 2025 13:39:42 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F开发板评测】4、虚拟文件系统</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47398</link>
      <description><![CDATA[相关资料可参考：https://aiot.realmcu.com/cn/latest/rst_rtos/rst_sdk/0_file_system/index.html#common-file-operation
虚拟文件系统（VFS）底层实现包含 FatFS 与 LittleFS。VFS 提供了 fopen、fclose、fwrite、fread 等 通用文件操作接口，键值对（KV）接口 基于通 ...]]></description>
      <category>BW系列</category>
      <author>sujingliang</author>
      <pubDate>Tue, 18 Nov 2025 13:09:05 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F开发板评测】3、烧录方式汇总</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47392</link>
      <description><![CDATA[吃过人参果的人都知道：”有些事就像吃人参果，太着急连味道都没尝一口吞下，吃是吃了，但总有遗憾”。与之类似，用SDK直接上手开发板的弊端就是鼓弄了半天却还没有体会出厂固件的功能，绝对是一个缺憾。补救的办法就是再烧一遍出厂固件。
那么问题来了：怎么烧录？用什 ...]]></description>
      <category>BW系列</category>
      <author>sujingliang</author>
      <pubDate>Thu, 13 Nov 2025 02:32:15 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F开发板连接物联网】读取DHT11温湿度并上传巴法云</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47391</link>
      <description><![CDATA[连接WiFi
连接WiFi比较简单，参照ameba-rtos/component/example/wifi/wifi_user_reconnect这个目录下面的例子，修改example_wifi_user_reconnect.c，改成自己的ssid和密码就可以连接WiFi。

把这个例子复制一下，到自己新建的目录，然后后续的代码就在这个项目的基础上 ...]]></description>
      <category>BW系列</category>
      <author>zzbinfo</author>
      <pubDate>Wed, 12 Nov 2025 09:07:48 +0000</pubDate>
    </item>
    <item>
      <title>BW20-12F-Kit作为网卡使用</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47390</link>
      <description><![CDATA[在Ubuntu虚拟机中驱动BW20-12F-Kit网卡
参考链接
https://aiot.realmcu.com/cn/latest/rst_rtos/rst_wifi/2_whc_fullmac/1_fullmac_overview.html
编译BW20-12F-Kit固件
cd amebadplus_gcc_project
python menuconfig.py

(Top) → CONFIG WHC INTF → WHC MODE 选中FUL ...]]></description>
      <category>BW系列</category>
      <author>hdydy</author>
      <pubDate>Wed, 12 Nov 2025 07:40:26 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F开发板评测】Ubuntu下安装编程环境</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47387</link>
      <description><![CDATA[材料清单

BW20-12F 开发板（带 USB 串口／FTDI／CH340 等转串口模块）
USB A→Micro-USB 或 USB-C（取决开发板接口）数据线，用于连接开发板到电脑串口／烧录／通信
Ubuntu 系统（或虚拟机中安装 Ubuntu）
显示器、键盘、鼠标（如果是物理机）或宿主机 + 虚拟机环境
网 ...]]></description>
      <category>BW系列</category>
      <author>xiaozhou</author>
      <pubDate>Tue, 11 Nov 2025 11:48:57 +0000</pubDate>
    </item>
    <item>
      <title>BW20-12F-Kit本地环境</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47383</link>
      <description><![CDATA[1:根据开发板对应相关说明文档和数据手册，烧写固件库(不过在搭建环境遇到不少插曲)，但是能查阅到相关对应资料即使解决，感谢官方资料越来越完善；
2:我们首要第一步验证开发正常烧写阶段完成。
3:下一步继续连接IOT 本地云平台测试，连接服务是否正常(同时会调整新增S ...]]></description>
      <category>BW系列</category>
      <author>earl_earl</author>
      <pubDate>Tue, 11 Nov 2025 00:30:12 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F开发板评测】2、BLE Peripheral例程及扩展</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47377</link>
      <description><![CDATA[SDK中提供了BLE的例程。使用方法可以参考瑞昱提供了相关文档说明https://aiot.realmcu.com/cn/latest/rst_rtos/rst_bt/application/1_bluetooth_application_toprst.html#ble-peripheral
本文复现例程过程，并在此基础上实现写入BLE特征值驱动LED
一、运行例程
cd ~/mcu ...]]></description>
      <category>BW系列</category>
      <author>sujingliang</author>
      <pubDate>Sat, 08 Nov 2025 02:59:33 +0000</pubDate>
    </item>
    <item>
      <title>jlink调试BW20-12F-Kit</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47376</link>
      <description><![CDATA[准备一个jlink
硬件连接

安装Ozone，我装的版本是V3.36
创建工程

选择Cortex-M33, Cortex-M33 (with FPU)


选择文件ameba-rtos/amebadplus_gcc_project/project_km4/asdk/image/target_img2.axf

Initial PC 和 Stack Pointer 都选择 Do not set
选择文件 ameba-rtos ...]]></description>
      <category>BW系列</category>
      <author>hdydy</author>
      <pubDate>Fri, 07 Nov 2025 13:43:06 +0000</pubDate>
    </item>
    <item>
      <title>BW20-12F-Kit烧录+iperf3测试</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47374</link>
      <description><![CDATA[搭建rtos环境
编译默认app固件 python build.py
进入烧录模式：按住Burn键，按EN键，松开Burn键
烧录 python flash.py -p COM3

重启开发板：按EN键
串口连接上位机，波特率1500000

连接WiFi AT+WLCONN=ssid,&amp;lt;ssid&amp;gt;,pw,&amp;lt;password&amp;gt;
查看WiFi状态AT+WLSTATE

启动iperf3 ...]]></description>
      <category>BW系列</category>
      <author>hdydy</author>
      <pubDate>Thu, 06 Nov 2025 14:21:08 +0000</pubDate>
    </item>
    <item>
      <title>【BW20-12F开发板初测】烧录点灯</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47370</link>
      <description><![CDATA[开箱

模块很小巧，严密的防静电包装，集成usb转ttl串口，方便下载和调试。
环境搭建
拿到模块后开始啃论坛资料，在开发环境的搭建方面，论坛得资料比较有限，参照
统信环境下开发环境的搭建
这个帖子一步一步照着在debian12下下载了SDK，尽量参照帖子中使用国内镜像的 ...]]></description>
      <category>BW系列</category>
      <author>zzbinfo</author>
      <pubDate>Thu, 06 Nov 2025 03:08:04 +0000</pubDate>
    </item>
  </channel>
</rss>