<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>DF创客社区 - 分享创造的喜悦 - Arduino</title>
    <link>https://mcmobileapi.dfrobot.com.cn/forum-92-1.html</link>
    <description>Latest 20 threads of Arduino</description>
    <copyright>Copyright(C) DF创客社区 - 分享创造的喜悦</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Fri, 22 May 2026 23:07:28 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://mcmobileapi.dfrobot.com.cn/static/image/common/logo_88_31.gif</url>
      <title>DF创客社区 - 分享创造的喜悦</title>
      <link>https://mcmobileapi.dfrobot.com.cn/</link>
    </image>
    <item>
      <title>【花雕动手做】编程教育十大常用开发板</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-400099-1-1.html</link>
      <description><![CDATA[[*]Arduino Uno —— 电子启蒙[/backcolor]
[*]Arduino Nano —— 小型项目
[*]ESP32 —— 物联网入门
[*]Raspberry Pi —— 高阶 Linux/AI
[*]STM32 —— 竞赛 / 嵌入式进阶
[*]掌控板 —— 国内少儿课堂
[*]Micro:bit —— 低年级图形化
[*]51 单片机 —— 电子专业 ...]]></description>
      <category>Arduino</category>
      <author>驴友花雕</author>
      <pubDate>Wed, 13 May 2026 02:24:30 +0000</pubDate>
    </item>
    <item>
      <title>大神求助，这个RFID模块在Mind+里怎么用啊</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-400021-1-1.html</link>
      <description><![CDATA[大神求助，这个RFID模块在Mind+里怎么用啊]]></description>
      <category>Arduino</category>
      <author>zh.</author>
      <pubDate>Sun, 26 Apr 2026 01:50:40 +0000</pubDate>
    </item>
    <item>
      <title>求大神！DFPlayer mini Mp3模块怎么用？</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399932-1-1.html</link>
      <description><![CDATA[实时模式下，这个模块右用过的大神吗？请教一下？
是按钮控制播放吗？和这2个引脚有关系吗？]]></description>
      <category>Arduino</category>
      <author>凤凰-牛仔</author>
      <pubDate>Tue, 14 Apr 2026 03:30:44 +0000</pubDate>
    </item>
    <item>
      <title>关于UNO.Q接传感器，DFPlaypro，舵机和串口监视器的问题</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399878-1-1.html</link>
      <description><![CDATA[#include
#include
DFRobot_DF1201S mp3;//DFPlaypro
Servo duoji;//舵机
const int sensorPin=2;//人体红外传感器
const int relayPin=7;
int lastState=LOW;
void setup(){
  Serial.begin(115200);
pinMode(sensorPin,INPUT);
while(!mp3.begin(Serial)){
Serial.pri ..]]></description>
      <category>Arduino</category>
      <author>莎特拉泽</author>
      <pubDate>Sun, 05 Apr 2026 17:50:05 +0000</pubDate>
    </item>
    <item>
      <title>【wirecanvas 】介绍在线arduino 画接线图，AI辅助，在线烧录</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399841-1-1.html</link>
      <description><![CDATA[还在切来切去画接线、写代码、配环境？现在可以一步到位了
做 Arduino 项目，很多人真正头疼的不是创意不够，也不是代码不会写，而是流程太碎：

接线图要单独画
程序要自己从零写
烧录还得本地折腾环境
一旦接错线，前面做的又得重来
对新手来说，这套流程非常容易把人 ...]]></description>
      <category>Arduino</category>
      <author>AI迪生</author>
      <pubDate>Wed, 01 Apr 2026 00:48:04 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 板载 Nanobot 自动化编程指南之八</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399828-1-1.html</link>
      <description><![CDATA[本文是通过前期的准备，让Q板通过网络工具获取Arduino官方网站的参考资料（https://docs.arduino.cc/tutorials/uno-q/user-manual/），github上的示例程序（https://github.com/arduino/app-bricks-examples.git），来自主建立skill。用飞书把需要它学习的网站链接发送 ...]]></description>
      <category>Arduino</category>
      <author>topdog</author>
      <pubDate>Mon, 30 Mar 2026 15:23:40 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 板载 Nanobot 自动化编程指南之七</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399550-1-1.html</link>
      <description><![CDATA[（上接：Arduino UNO Q 板载 Nanobot 自动化编程指南之六）

步骤 4：编写 SKILL.md









五、Skill vs 传统方案对比
六、进阶：创建更复杂的 Skill以 unoq-yolo 为例，它扩展了 arduino-uno-q，专门处理 YOLO 目标检测：unoq-yolo/
├── SKILL.md # YOLO 检测指 ...]]></description>
      <category>Arduino</category>
      <author>topdog</author>
      <pubDate>Sun, 29 Mar 2026 02:23:04 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 板载 Nanobot 自动化编程指南之六</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399549-1-1.html</link>
      <description><![CDATA[​本文主要介绍Nanobot Skil是让 AI Agent 更专业的技能模块。一、什么是 Skill？Skill（技能） 是 Nanobot 系统中的核心概念，它是一种模块化、自包含的包，用于扩展 AI Agent 的能力。可以把 Skill 理解为 Agent 的\&quot;入职培训手册\&quot;——它让一个通用型的 Agent
转变为具 ...]]></description>
      <category>Arduino</category>
      <author>topdog</author>
      <pubDate>Sun, 29 Mar 2026 02:09:21 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 板载 Nanobot 自动化编程指南之五</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399543-1-1.html</link>
      <description><![CDATA[​本文主要介绍给Nanobot添加知识库。知识库系统是一个轻量级但功能完备的本地向量检索解决方案，在隐私安全、检索性能和易用性之间取得了良好平衡。简单说：让 Agent 拥有长期记忆，而不只是每次对话的短期上下文。

一，为什么要安装知识库？知识库解决的核心问题：1. ...]]></description>
      <category>Arduino</category>
      <author>topdog</author>
      <pubDate>Sat, 28 Mar 2026 09:27:08 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 板载 Nanobot 自动化编程指南之四</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399525-1-1.html</link>
      <description><![CDATA[介绍一下飞书和看图片识别功能，这是Nanobot原作没有的功能。本来笔者想让Nanobot可以看图纸识别管脚的接法，又想试试多模态大模型的能力就用识别甲骨文和古画的题跋来考试一下它的能力，功能实现之后，被它出色的表现叹服了。它也比手机中大多数的AI App要本领高强了， ...]]></description>
      <category>Arduino</category>
      <author>topdog</author>
      <pubDate>Thu, 26 Mar 2026 13:14:19 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 板载 Nanobot 自动化编程指南之三</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399515-1-1.html</link>
      <description><![CDATA[Nanobot经过调试以后，它已经具备了AI计算机的功能，会形成两个文件夹：\&quot;/home/arduino/.nanobot/\&quot; 和 \&quot;/home/arduino/nanobot/\&quot;，前者的优先级大于后者。但是笔者对它的定义是寄居在Arduino UNO Q上的硅基生命宠物，一位有行动力的助理。为了实现诞生一位有趣的硅基生 ...]]></description>
      <category>Arduino</category>
      <author>topdog</author>
      <pubDate>Wed, 25 Mar 2026 14:07:27 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 板载 Nanobot 自动化编程指南之二</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399501-1-1.html</link>
      <description><![CDATA[第二章 Nanobot的AI赋能，网络搜索，知识库和自我学习技能每个开发者都有自己编程的习惯，笔者也尝试了VScode，CodeBuddy，Qwen，Trae CN，Kiro等编译器，但是ssh连接Arduino UNO Q（以下简称：Q板）时都会出现不稳定的现象，最好的方法是MobaXterm和Claude code，上传 ...]]></description>
      <category>Arduino</category>
      <author>topdog</author>
      <pubDate>Tue, 24 Mar 2026 14:56:00 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 板载 Nanobot 自动化编程指南之一</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399492-1-1.html</link>
      <description><![CDATA[本文介绍如何在 Arduino UNO Q 开发板上部署 Nanobot，实现 AI 辅助的自动化编程。


Arduino UNO Q（以下简称为Q板） 是在Qualcomm（高通）控股以后推出的首款专为SBC（单板计算机）场景打造的UNO尺寸大小的板卡。作为深耕混合板卡十余年的老牌厂商，Arduino这次终于推 ...]]></description>
      <category>Arduino</category>
      <author>topdog</author>
      <pubDate>Mon, 23 Mar 2026 15:36:11 +0000</pubDate>
    </item>
    <item>
      <title>谁把Maixduino板子的驱动文件Maixduino-master.zip分享一个，...</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399406-1-1.html</link>
      <description><![CDATA[请问大师，我用的是ARDUINO IDE,现在安装不了Maixduino板子，麻烦各位把它的的驱动文件Maixduino-master.zip分享一个，找遍网络都无法下载了，球球各位为了。我的邮箱：。[/backcolor]]]></description>
      <category>Arduino</category>
      <author>hglltm</author>
      <pubDate>Wed, 11 Mar 2026 00:17:26 +0000</pubDate>
    </item>
    <item>
      <title>请问大师们，谁把Maixduino板子的驱动文件Maixduino-master.z...</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399404-1-1.html</link>
      <description><![CDATA[请问大师们，谁把Maixduino板子的驱动文件Maixduino-master.zip分享一个，找遍网络都无法下载了]]></description>
      <category>Arduino</category>
      <author>hglltm</author>
      <pubDate>Tue, 10 Mar 2026 13:29:09 +0000</pubDate>
    </item>
    <item>
      <title>Arduino Nano舵机带不起来，换了两个还是一样，求解决方法</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399335-1-1.html</link>
      <description><![CDATA[如题。Arduino Nano舵机插的D11，写了程序之后舵机不动是为什么]]></description>
      <category>Arduino</category>
      <author>uotSro00G66R</author>
      <pubDate>Tue, 24 Feb 2026 07:52:00 +0000</pubDate>
    </item>
    <item>
      <title>80后怀旧CS1.6游戏中的C4，图形化程序DIY一个1000KV高压包</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399293-1-1.html</link>
      <description><![CDATA[一、项目背景
  本项目的灵感源于经典第一人称射击游戏《反恐精英1.6》（CS1.6）中的核心战术道具——C4塑胶炸弹。游戏中，安装C4后紧张的倒计时、逼真的提示音效以及最终的**，是无数玩家的共同记忆。
  本项目在利用现代微控制器和电子元件，在现实世界中安全地模拟并 ...]]></description>
      <category>Arduino</category>
      <author>普罗米修斯2028</author>
      <pubDate>Fri, 13 Feb 2026 01:42:49 +0000</pubDate>
    </item>
    <item>
      <title>Arduino Uno Q的网页遥控小车：一体化开发与创新控制方案</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399262-1-1.html</link>
      <description><![CDATA[项目构建了一套完整的网页遥控小车系统，采用Arduino Uno Q作为主控，L298P电机驱动板控制两个直流减速电机，通过创新的网页界面实现远程控制。项目充分利用Arduino App Lab一体化开发环境，实现了硬件控制、后端逻辑和前端界面的无缝整合。
【项目背景】
       ...]]></description>
      <category>Arduino</category>
      <author>云天</author>
      <pubDate>Sat, 07 Feb 2026 09:36:14 +0000</pubDate>
    </item>
    <item>
      <title>arduino三四级机器人器材里面这个 MP3模块怎么用？</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399260-1-1.html</link>
      <description><![CDATA[arduino三四级机器人器材里面这个 MP3模块怎么用？扩展模块里面没有匹配的模块，怎么解决啊？]]></description>
      <category>Arduino</category>
      <author>斑斓</author>
      <pubDate>Fri, 06 Feb 2026 11:21:09 +0000</pubDate>
    </item>
    <item>
      <title>Arduino UNO Q 之“马到成功”</title>
      <link>https://mcmobileapi.dfrobot.com.cn/thread-399253-1-1.html</link>
      <description><![CDATA[最近在 DF 创客商城入手了刚上架的Arduino UNO Q，开箱上手、调试编程的整个过程充满惊喜，不仅系统学习了 Linux 嵌入式、边缘 AI、双核心协同等前沿知识，还解锁了从传统单片机控制到智能视觉、语音识别的全新创作路径，无数创意点子在脑海里迸发。这块集经典兼 ...]]></description>
      <category>Arduino</category>
      <author>云天</author>
      <pubDate>Thu, 05 Feb 2026 03:46:32 +0000</pubDate>
    </item>
  </channel>
</rss>