<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>物联网开发者社区-安信可论坛 - Ai-M61系列</title>
    <link>https://bbs.ai-thinker.com/forum.php?mod=forumdisplay&amp;fid=139</link>
    <description>Latest 20 threads of Ai-M61系列</description>
    <copyright>Copyright(C) 物联网开发者社区-安信可论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 08 Jul 2026 14:33:26 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://bbs.ai-thinker.com/static/image/common/logo_88_31.gif</url>
      <title>物联网开发者社区-安信可论坛</title>
      <link>https://bbs.ai-thinker.com/</link>
    </image>
    <item>
      <title>关于bouffalo_sdk的环境搭建</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78562</link>
      <description><![CDATA[Bouffalo SDK Windows (Git Bash) 编译环境部署指南


以下是本次使用中遇见的问题


环境概述

操作系统: Windows 10/11
Shell: Git Bash (MinGW64)
芯片: BL616 / BL618 等
工具链: Xuantie-900 RISC-V (T-Head) GCC 10.2.0


1. 环境变量配置 (~/.bashrc)
编辑 C:%us ...]]></description>
      <category>Ai-M61系列</category>
      <author>HEPPY</author>
      <pubDate>Wed, 01 Jul 2026 02:40:05 +0000</pubDate>
    </item>
    <item>
      <title>Ai-M61-32S开发板的WIFI怎么实现串口数据透传？</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78528</link>
      <description><![CDATA[目前使用开发板Ai-M61-32S开发板，但想通过WIFI把串口数据透传给另外一个Ai-M61-32S开发板2
请问这怎么实现？
谢谢！]]></description>
      <category>Ai-M61系列</category>
      <author>L079712</author>
      <pubDate>Mon, 25 May 2026 06:34:54 +0000</pubDate>
    </item>
    <item>
      <title>SDK包bouffalo_sdk-master中peripherals例子 mtimer疑问</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78523</link>
      <description><![CDATA[请教下，看官方手册定时器只有两个32-bit定时器，这个例子涉及的定时器是哪个定时器（timer0，timer1）？
bflb_mtimer_config(1000000, systick_isr);
谢谢！]]></description>
      <category>Ai-M61系列</category>
      <author>L079712</author>
      <pubDate>Tue, 19 May 2026 08:18:33 +0000</pubDate>
    </item>
    <item>
      <title>开发板是Ai-M61-32S，询问引脚定义</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78522</link>
      <description><![CDATA[在使用例程timer_int时，函数board_uartx_gpio_init();涉及到GPIO23/24作为串口1的发送和接收引脚，
但在“Ai-M61-32S 规格书”中，GPIO23/24引脚定义中却没有串口功能，这是怎么回事？
谢谢！]]></description>
      <category>Ai-M61系列</category>
      <author>L079712</author>
      <pubDate>Tue, 19 May 2026 06:56:41 +0000</pubDate>
    </item>
    <item>
      <title>FreeRTOS学习-02-i2c</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78505</link>
      <description><![CDATA[使用i2c采集MPU6500的原始加速度和陀螺仪数据
复制之前的 01-pwm 工程目录，重命名为02-i2c，需要修改下述FW bin名称否则烧录有问题
AiPi-Open-Kits\\FreeRTOS_study\\01-pwm\\flash_prog_cfg.ini

同时创建 driver和include目录

CMakelist这里需要按照这样修改，不然会导 ...]]></description>
      <category>Ai-M61系列</category>
      <author>干簧管</author>
      <pubDate>Sun, 03 May 2026 09:21:24 +0000</pubDate>
    </item>
    <item>
      <title>FreeRTOS学习-01-PWM</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78503</link>
      <description><![CDATA[复制之前的00-led工程目录，重命名为01-pwm，需要修改下述FW bin名称否则烧录有问题
AiPi-Open-Kits\\FreeRTOS_study\\01-pwm\\flash_prog_cfg.ini

代码参考：https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;amp;tid=279&amp;amp;highlight=pwm
硬件LED pin 上 Ai-M61-32S 和 A ...]]></description>
      <category>Ai-M61系列</category>
      <author>干簧管</author>
      <pubDate>Sun, 03 May 2026 09:20:49 +0000</pubDate>
    </item>
    <item>
      <title>FreeRTOS学习-00-led</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78502</link>
      <description><![CDATA[参考：https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;amp;tid=44810&amp;amp;highlight=freertos
修改本地目录环境导致的编译和烧录错误
AiPi-Open-Kits\\FreeRTOS_study\\00-led\\Makefile

AiPi-Open-Kits\\FreeRTOS_study\\00-led\\flash_prog_cfg.ini

烧录后发现不亮灯，串口 ...]]></description>
      <category>Ai-M61系列</category>
      <author>干簧管</author>
      <pubDate>Sun, 03 May 2026 09:20:23 +0000</pubDate>
    </item>
    <item>
      <title>Ai-M61-32SU 模块硬件版本 V1.2-A1</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78499</link>
      <description><![CDATA[我最近购买了一个Ai-M61-32SU模块，但它在VDD11引脚旁边多了一个DC_OUT引脚。我看到一些字符表明它是V1.2-A1硬件版本。我查看了官方网站，但没有找到关于这个版本的任何信息。请问有人知道这个版本的产品信息吗？
如果翻译看起来有些奇怪，我在此致歉，因为我使用了机器 ...]]></description>
      <category>Ai-M61系列</category>
      <author>MrA099</author>
      <pubDate>Thu, 23 Apr 2026 04:11:41 +0000</pubDate>
    </item>
    <item>
      <title>浅尝bouffalo_sdk</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78494</link>
      <description><![CDATA[任务
编写一个小Demo，功能包括连接WiFi，TCP定时5S发送一包数据给到服务器。实时监听服务器下发的数据。
下载boffalo_sdk
boffalo_sdk注意： github可能打不开，多尝试几次，或者使用加速器(推荐)。

了解SDK

进入SDK，找到README，从这里先去简单了解一下这里有什么 ...]]></description>
      <category>Ai-M61系列</category>
      <author>HEPPY</author>
      <pubDate>Fri, 17 Apr 2026 07:39:50 +0000</pubDate>
    </item>
    <item>
      <title>Ai-M61-32S-Kit学习与使用</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78478</link>
      <description><![CDATA[一、认识Ai-M61-32S-Kit
参考来源：an-thinker的docs中WIFI系列的M61
Ai-M61-32S-Kit 是针对 Ai-M61-32S 模组设计的开发板。Ai-M61-32S 是由深圳市安信可科技有限公司开发的 Wi-Fi 6+BLE5.3 模组，该模组搭载 BL618 芯片作为核心处理器，支持 Wi-Fi 802.11b/g/n/ax 协议 ...]]></description>
      <category>Ai-M61系列</category>
      <author>HEPPY</author>
      <pubDate>Tue, 31 Mar 2026 03:35:04 +0000</pubDate>
    </item>
    <item>
      <title>Micropython AI-M61, AI-M62, AI-WB2</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47346</link>
      <description><![CDATA[你好，我在此分享关于Zephyr实时操作系统和MicroPython在Bouffalolab BL616/8及BL602（即M62、M61和WB2）上的开发成果。由于我不通晓中文，为避免糟糕的翻译造成阅读困扰，本文余下部分将以英文呈现。

Here is Micropython for the BFLB Ai-thinker modules and boards ...]]></description>
      <category>Ai-M61系列</category>
      <author>Vdragon</author>
      <pubDate>Wed, 29 Oct 2025 05:06:51 +0000</pubDate>
    </item>
    <item>
      <title>bl618如何使用sdio slave</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47338</link>
      <description><![CDATA[有没有demo]]></description>
      <category>Ai-M61系列</category>
      <author>hdydy</author>
      <pubDate>Mon, 27 Oct 2025 10:22:56 +0000</pubDate>
    </item>
    <item>
      <title>Ai-M61-32S开发板编写MAX98357A驱动</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47320</link>
      <description><![CDATA[本来想挑战一下自己，从零开始写一个完整的NES游戏机。前几天刚搞定USB手柄的接入，满心欢喜。今天打算测试声音播放，结果发现手头上的开发板不支持ES8388……瞬间感觉天塌了😭
一路走来真的不容易，一步步学了：
🎮 按键的使用
🖥️ 屏幕驱动
📦 NES模拟器的移植
🗂️  ...]]></description>
      <category>Ai-M61系列</category>
      <author>沈夜</author>
      <pubDate>Tue, 21 Oct 2025 20:34:16 +0000</pubDate>
    </item>
    <item>
      <title>Ai-M61-32S开发板的usb手柄接入</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47311</link>
      <description><![CDATA[Ai-M61-32S开发板USB手柄接入测试记录
硬件连接

使用排线焊接USB母口
成功接入USB手柄
连接示意图：


系统启动信息
动态内存初始化成功，OCRAM堆大小 = 376 KB

  ____               __  __      _       _       _   
 |  _ \\             / _|/ _|    | |     | |  ...]]></description>
      <category>Ai-M61系列</category>
      <author>沈夜</author>
      <pubDate>Fri, 17 Oct 2025 18:18:50 +0000</pubDate>
    </item>
    <item>
      <title>Ai-M61-32S-Kit开发板的SDK中关于RS485例子疑问</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47310</link>
      <description><![CDATA[项目打算使用串口通讯，发行SDK的E:\\AI-M61\\bouffalo_sdk-master\\examples\\peripherals%uart%uart_rs485有专门的RS485程序，这个怎么和传统的RS485不一样，RS485有个收发引脚，难道这个收发引脚封装了？
个人理解uart_fifo_interrupt例子和一个GPIO引脚（控制MA3485的收 ...]]></description>
      <category>Ai-M61系列</category>
      <author>L079712</author>
      <pubDate>Fri, 17 Oct 2025 00:18:27 +0000</pubDate>
    </item>
    <item>
      <title>新项目需求，拿到后编译可以但没法下载程序</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47307</link>
      <description><![CDATA[谢谢]]></description>
      <category>Ai-M61系列</category>
      <author>L079712</author>
      <pubDate>Wed, 15 Oct 2025 01:44:37 +0000</pubDate>
    </item>
    <item>
      <title>bl618 wifi tool</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47302</link>
      <description><![CDATA[发送deauth帧，抓取eapol包
wifi_scan

list_ap

deauth_sniffer]]></description>
      <category>Ai-M61系列</category>
      <author>hdydy</author>
      <pubDate>Sun, 12 Oct 2025 11:00:18 +0000</pubDate>
    </item>
    <item>
      <title>Ai-M61-32S开发板的烧录问题</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47282</link>
      <description><![CDATA[在开发板的程序烧录过程中，用户编译的bin文件在哪里，怎么找不到文件路径啊]]></description>
      <category>Ai-M61系列</category>
      <author>SSP</author>
      <pubDate>Thu, 25 Sep 2025 03:07:40 +0000</pubDate>
    </item>
    <item>
      <title>【学习笔记】AI-M61-32S 按键处理</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47254</link>
      <description><![CDATA[一、基本架构

最后实现的结果为：单击、双击、长按、一起按（一起目前有个bug，  双击完之后虽然会双击，但是按键抬起来回再一次报单机或长按）
二、实现原理
static void key_scan(Button *button, struct bflb_device_s *gpio)
{
    uint8_t key_val = bflb_gpio_re ...]]></description>
      <category>Ai-M61系列</category>
      <author>putin</author>
      <pubDate>Sat, 20 Sep 2025 08:39:14 +0000</pubDate>
    </item>
    <item>
      <title>AI-M61-32S BLE central示例</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47217</link>
      <description><![CDATA[请教一下AI-M61-32S 有BLE的central示例吗，查看了下SDK里面的只有一个BLE外设的例程，命令行示例里面好像有SCAN函数，但是又找不到源文件呢。]]></description>
      <category>Ai-M61系列</category>
      <author>dzy7455339</author>
      <pubDate>Mon, 08 Sep 2025 00:36:07 +0000</pubDate>
    </item>
  </channel>
</rss>