<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>DF创客社区 - 分享创造的喜悦 - Arduino</title>
    <link>https://static.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>Sat, 04 Apr 2026 09:32:41 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>https://static.dfrobot.com.cn/static/image/common/logo_88_31.gif</url>
      <title>DF创客社区 - 分享创造的喜悦</title>
      <link>https://static.dfrobot.com.cn/</link>
    </image>
    <item>
      <title>【wirecanvas 】介绍在线arduino 画接线图，AI辅助，在线烧录</title>
      <link>https://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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://static.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>
    <item>
      <title>Arduino在国内的可用源真难找啊，前几天在家里可以安...</title>
      <link>https://static.dfrobot.com.cn/thread-399154-1-1.html</link>
      <description><![CDATA[看到麦壳发的网址，接进去还是的问题，有没有大虾能提供一个，谢谢]]></description>
      <category>Arduino</category>
      <author>一笑青天</author>
      <pubDate>Fri, 16 Jan 2026 03:00:30 +0000</pubDate>
    </item>
    <item>
      <title>通过URM超声波传感器直接读取超声波原始信号的强度</title>
      <link>https://static.dfrobot.com.cn/thread-399145-1-1.html</link>
      <description><![CDATA[我有一个URM07传感器，目前URM07读取到的数据已经是计算完成的距离值。传感器内部应该有超声波发出的强度、接收到的超声波的强度。
各位大神，有什么手段可以获取到发出超声波、接收到的超声波的原始信号强度？可以自己对传感器编程么？如果URM07不行，有其他传感器满足 ...]]></description>
      <category>Arduino</category>
      <author>LEO_ZZ</author>
      <pubDate>Wed, 14 Jan 2026 01:25:14 +0000</pubDate>
    </item>
    <item>
      <title>团队贪吃蛇V2.0便携版-项目制作指南</title>
      <link>https://static.dfrobot.com.cn/thread-399132-1-1.html</link>
      <description><![CDATA[本产品非常适合与伙伴们一起使用，把单人操作的小游戏，变成全员协作的默契训练，在欢笑中体会团队协作的乐趣，让快乐翻倍，快来解锁更多玩法吧！
制作指南文档链接：https://sisy9sdzrms.feishu.cn/wiki/L2NKwmt0ziXRo9kr2ekcs4ranKb?fromScene=spaceOverview
在11 ...]]></description>
      <category>Arduino</category>
      <author>HardiHuang</author>
      <pubDate>Sun, 11 Jan 2026 04:12:21 +0000</pubDate>
    </item>
    <item>
      <title>Arduino版本更新的话会不会用不了旧版本的程序？</title>
      <link>https://static.dfrobot.com.cn/thread-399071-1-1.html</link>
      <description><![CDATA[Arduino中级教程用的版本是1.0.6左右，但是现在都更新到2.3.7了，旧版本的程序可以照抄吗？]]></description>
      <category>Arduino</category>
      <author>luo0428</author>
      <pubDate>Wed, 31 Dec 2025 10:08:33 +0000</pubDate>
    </item>
  </channel>
</rss>