<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>物联网开发者社区-安信可论坛 - 小安派&amp;M61零基础开发教程（官方）</title>
    <link>https://bbs.ai-thinker.com/forum.php?mod=forumdisplay&amp;fid=208</link>
    <description>Latest 20 threads of 小安派&amp;M61零基础开发教程（官方）</description>
    <copyright>Copyright(C) 物联网开发者社区-安信可论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 22 Apr 2026 13:10:25 +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>小安派-Eyes-S1 - GPIO中断编程</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78432</link>
      <description><![CDATA[参考 （八）零基础开发小安派-Eyes-S1【外设篇】——GPIO中断编程


上期的GPIO输入输出编程是基于在main函数中设置while循环不断的改变IO0的电平，同时打印IO1的电平状态。本期了解关于中断编程的概念方法。一、中断概念了解我们在常规的程序中，都是在main函数中设置W ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>st780206</author>
      <pubDate>Thu, 22 Jan 2026 01:46:45 +0000</pubDate>
    </item>
    <item>
      <title>小安派-Eyes-S1 - UART</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78416</link>
      <description><![CDATA[参考 零基础开发小安派-Eyes-S1【外设篇】——UART通用异步收发传输器(Universal Asynchronous Receiver/Transmitter, 通常称为 UART) 是一种异步收发传输器，提供了与外部设备进行全双工数据交换的灵活方式。BL616/BL618 共有 2组 UART，配合 DMA 使用，可以实现高效的 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>st780206</author>
      <pubDate>Mon, 12 Jan 2026 03:20:01 +0000</pubDate>
    </item>
    <item>
      <title>小安派-Eyes-S1 - PWM</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78415</link>
      <description><![CDATA[（九）零基础开发小安派-Eyes-S1【外设篇】——PWM - 小安派&amp;amp;M61零基础开发教程（官方） - 物联网开发者社区-安信可论坛 - Powered by Discuz!
PWM是英文“Pulse Width Modulation”的缩写，简称脉宽调制。一般IO口输出是高低电平，是数字信号，电压是以1或0的重复脉冲 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>st780206</author>
      <pubDate>Mon, 12 Jan 2026 03:03:40 +0000</pubDate>
    </item>
    <item>
      <title>小安派-Eyes-S1 -  TIMER</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=78420</link>
      <description><![CDATA[参考 零基础开发小安派-Eyes-S1【外设篇】——TIMERTIMER也就是定时器，定时器故名思意就是用来定时的东西，可以根据时钟源来分配计时的时间周期，实现准确的计时，一般软件的定时会出现误差，一些特殊情况需要精准的定时，那就需要使用到硬件定时器，如定时5分钟执行某 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>st780206</author>
      <pubDate>Mon, 12 Jan 2026 03:02:46 +0000</pubDate>
    </item>
    <item>
      <title>小安派-Eyes-S1 - GPIO输入输出</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47417</link>
      <description><![CDATA[根据 零基础开发小安派-Eyes-S1【外设篇】——GPIO输入输出 https://bbs.ai-thinker.com/forum ... ead&amp;tid=524&amp;ctid=19
开发gpio输出


了解LHAL库和小安派-Eyes-S1外设
LHAL库配备了一个结构体作为通用外设的配置工具——struct bflb_device_s

struct bflb_device_s  ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>st780206</author>
      <pubDate>Thu, 04 Dec 2025 09:11:37 +0000</pubDate>
    </item>
    <item>
      <title>小安派做手写数字识别</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=47316</link>
      <description><![CDATA[基于小安派的手写数字识别，框架使用的是tensorflowlite，
训练用的是tensorflow python
切记配置文件中 set(CONFIG_POSIX 0)一定要关闭，否则编译会遇到很多问题

代码  https://gitee.com/telrobgit/tensor-number

【基于tensorflowlite的AI机器学习数字识别-哔哩哔 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>telrob</author>
      <pubDate>Mon, 20 Oct 2025 02:28:07 +0000</pubDate>
    </item>
    <item>
      <title>M61/M62系列单模组烧录指导（未引出BOOT脚位的情况下）</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=45061</link>
      <description><![CDATA[前言
由于M61和M62的模组常规版本它的boot脚都是背面的圆点焊盘，为了解决部分客户在贴片上板后需要二次烧录，没有背面引出BOOT的问题，特此出如下教程。
特别说明
本文章适用于指导M61和M62在未引出BOOT引脚下如何进行烧录，此烧录需要专门的上位机软件以及特定规格的U ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>爱笑</author>
      <pubDate>Wed, 31 Jul 2024 06:51:44 +0000</pubDate>
    </item>
    <item>
      <title>（二十）零基础开发小安派-Eyes-S1【番外篇】——BLE基础通讯</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=44815</link>
      <description><![CDATA[[md]# （饭）前（撒）yan


前两个星期，园长就问大家有没有需要学的，然后：

![image.png](data/attachment/forum/202405/13/113031anpzbplmqm2bpjhz.png \&quot;image.png\&quot;)

行行行，那就满足你们，

* **最小WiFi Demo 可以惨开我写的：[我不信你看完这帖子还不知道怎么 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>起个名字好难啊</author>
      <pubDate>Tue, 14 May 2024 08:38:41 +0000</pubDate>
    </item>
    <item>
      <title>【小安派S1+Ai-M61系列教程汇总】看这一篇就够了！</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=44139</link>
      <description><![CDATA[各位小伙伴们好！

相信有很多新来的小伙伴们在论坛找小安派S1与Ai-M61教程时，都会觉得有点杂乱无章，没法快速找到自己想要的资料。

因此，园长特别开个持续更新的贴，给大家把教程给归类理顺了~



· 小安派&amp;M61零基础开发教程（官方）
· 小安派&amp;M61环境搭建教程
 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>爱笑</author>
      <pubDate>Tue, 30 Jan 2024 01:12:21 +0000</pubDate>
    </item>
    <item>
      <title>（十九）零基础开发小安派-Eyes-S1【进阶篇】——通过屏幕输入连接WiFi</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=44128</link>
      <description><![CDATA[[md]&gt;  本帖最后由 Ai-Thinker小泽 于 2024-1-24 19:58 编辑 


# 零基础开发小安派-Eyes-S1【进阶篇】——通过屏幕输入连接WiFi

终于终于，到了连接wifi时候了。看完这篇教程，连接WiFi我也行（当然只是连接）。网络协议道阻且长，得慢慢啃，咱们先从简简单单连接WiFi ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Wed, 24 Jan 2024 11:58:58 +0000</pubDate>
    </item>
    <item>
      <title>（十八）零基础开发小安派-Eyes-S1【进阶篇】——LVGL事件学习_制作电子木鱼</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=43990</link>
      <description><![CDATA[本帖最后由 Ai-Thinker小泽 于 2024-1-5 10:35 编辑

本帖最后由 Ai-Thinker小泽 于 2024-1-5 10:21 编辑


本帖最后由 Ai-Thinker小泽 于 2024-1-5 10:19 编辑


本帖最后由 Ai-Thinker小泽 于 2024-1-4 20:28 编辑

零基础开发小安派-Eyes-S1【进阶篇】——LVGL事件学 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Thu, 04 Jan 2024 12:28:36 +0000</pubDate>
    </item>
    <item>
      <title>（十七）零基础开发小安派-Eyes-S1【进阶篇】——初识LVGL并搭建最小工程</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=43938</link>
      <description><![CDATA[本帖最后由 Ai-Thinker小泽 于 2023-12-26 17:57 编辑

零基础开发小安派-Eyes-S1【进阶篇】——初识LVGL并搭建最小工程
教程已经更新了一段时间了，感谢大家这段时间的陪伴，在这2024即将到来之际，我们也一同进入了小安派的进阶篇。进阶篇的内容其实只是加上了LVGL的 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Tue, 26 Dec 2023 10:00:43 +0000</pubDate>
    </item>
    <item>
      <title>（十六）零基础开发小安派-Eyes-S1【外设篇】——DAC</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=43912</link>
      <description><![CDATA[[md]&gt;  本帖最后由 Ai-Thinker小泽 于 2023-12-22 18:11 编辑 


# 零基础开发小安派-Eyes-S1【外设篇】——DAC

既然有ADC，自然就会有DAC啦，ADC是将模拟量转化为数字量，那么DAC就是相反的，将数字量转化为模拟量（电压）输出。

DAC 模块是 12 位电压输出数模转换器 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Fri, 22 Dec 2023 10:11:39 +0000</pubDate>
    </item>
    <item>
      <title>【持续汇总】告别杂乱！Ai-M61-32S-Kit教程贴索引分类</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=43854</link>
      <description><![CDATA[各位小伙伴们好！

相信有很多新来的小伙伴们在论坛找Ai-M61-32S-Kit教程时，都会觉得有点杂乱无章，没法快速找到自己想要的资料。

因此，园长特别开个持续更新的贴，给大家把Ai-M61-32S-Kit教程给归类理顺了~


由于Ai-M61-32S与小安派S1主控一样，因此很多教程都是与 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>爱笑</author>
      <pubDate>Fri, 22 Dec 2023 03:42:29 +0000</pubDate>
    </item>
    <item>
      <title>（十五）零基础开发小安派-Eyes-S1【外设篇】——TIMER</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=43861</link>
      <description><![CDATA[[md]# 零基础开发小安派-Eyes-S1【外设篇】——TIMER

TIMER也就是定时器，定时器故名思意就是用来定时的东西，可以根据时钟源来分配计时的时间周期，实现准确的计时，一般软件的定时会出现误差，一些特殊情况需要精准的定时，那就需要使用到硬件定时器，如定时5分钟执 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Thu, 14 Dec 2023 12:37:00 +0000</pubDate>
    </item>
    <item>
      <title>【持续汇总】告别杂乱！小安派S1教程贴索引分类</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=43765</link>
      <description><![CDATA[各位小伙伴们好！

相信有很多新来的小伙伴们在论坛找小安派S1教程时，都会觉得有点杂乱无章，没法快速找到自己想要的资料。

因此，园长特别开个持续更新的贴，给大家把小安派S1教程给归类理顺了~

目录
一、安信可官方docs
二、安信可官方教程（持续更新，目前已更新1 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>爱笑</author>
      <pubDate>Wed, 13 Dec 2023 06:21:02 +0000</pubDate>
    </item>
    <item>
      <title>（十四）零基础开发小安派-Eyes-S1【外设篇】——I2S</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=43560</link>
      <description><![CDATA[本帖最后由 Ai-Thinker小泽 于 2023-11-24 11:36 编辑

零基础开发小安派-Eyes-S1【外设篇】——I2S
I2S（Inter-IC Sound）是一种广泛应用于数字音频传输的串行接口标准。它最初由Philips开发，用于解决在集成电路之间传输音频数据的问题。I2S协议定义了音频数据的传输 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Thu, 23 Nov 2023 11:59:41 +0000</pubDate>
    </item>
    <item>
      <title>（十三）零基础开发小安派-Eyes-S1【外设篇】——FLASH</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=42003</link>
      <description><![CDATA[[md]&gt;  本帖最后由 Ai-Thinker小泽 于 2023-11-6 20:39 编辑 


&gt; 本帖最后由 Ai-Thinker小泽 于 2023-11-6 18:22 编辑

# 零基础开发小安派-Eyes-S1【外设篇】——FLASH

Flash简称闪存，它的特点是擦除和编程速度快，单片机的程序一般都是存储在一定空间内中进行运行 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Mon, 06 Nov 2023 12:39:25 +0000</pubDate>
    </item>
    <item>
      <title>（十二）零基础开发小安派-Eyes-S1【外设篇】——ADC</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=41948</link>
      <description><![CDATA[[md]&gt;  本帖最后由 Ai-Thinker小泽 于 2023-10-24 19:48 编辑 


# 零基础开发小安派-Eyes-S1【外设篇】——ADC

ADC 指的是模数转换器（Analog-to-Digital Converter），它是一种用于将模拟信号转换为数字信号的电子设备或电路。
模拟信号是连续变化的信号，可以取无限 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Tue, 24 Oct 2023 11:48:35 +0000</pubDate>
    </item>
    <item>
      <title>（十一）零基础开发小安派-Eyes-S1【外设篇】——I2C</title>
      <link>https://bbs.ai-thinker.com/forum.php?mod=viewthread&amp;tid=41895</link>
      <description><![CDATA[零基础开发小安派-Eyes-S1【外设篇】——I2C
IIC(Inter－Integrated Circuit)总线是一种由NXP（原PHILIPS）公司开发的两线式串行总线，用于连接微控制器及其外围设备。多用于主控制器和从器件间的主从通信，在小数据量场合使用，传输距离短，任意时刻只能有一个主机等特 ...]]></description>
      <category>小安派&amp;M61零基础开发教程（官方）</category>
      <author>Ai-Thinker小泽</author>
      <pubDate>Thu, 19 Oct 2023 12:24:35 +0000</pubDate>
    </item>
  </channel>
</rss>