<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>物联网开发者社区-安信可论坛 - 技术杂谈</title>
    <link>https://bbs.aithinker.com/forum.php?mod=forumdisplay&amp;fid=183</link>
    <description>Latest 20 threads of 技术杂谈</description>
    <copyright>Copyright(C) 物联网开发者社区-安信可论坛</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Sun, 19 Apr 2026 23:04:53 +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>腾讯WorkBuddy 编程测试</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78492</link>
      <description><![CDATA[加上文档以后 项目也能一次 完成编译，能不能用 就不清楚了，没做测试。
耗时2分钟。5个项目]]></description>
      <category>技术杂谈</category>
      <author>沈夜</author>
      <pubDate>Mon, 13 Apr 2026 17:25:47 +0000</pubDate>
    </item>
    <item>
      <title>Codex的单片机写代码测试结果</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78491</link>
      <description><![CDATA[保存失败 文字丢了 懒得写了 凑合看看吧。]]></description>
      <category>技术杂谈</category>
      <author>沈夜</author>
      <pubDate>Mon, 13 Apr 2026 17:20:05 +0000</pubDate>
    </item>
    <item>
      <title>记录下 ai编程cursor</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78490</link>
      <description><![CDATA[国产ai已经用了很多了，但是以前的表现 感觉不尽人意。
通常无法编译 还耗时。
甚至还需要给他 一个文档 和具体步骤，简直就像带别人写代码，这还叫ai写代码啊，时常让我感到坤祸
今天一直听说cursor好用，还没试过今天试试。
打开先下载 安装 过程过于简单 就不写了

 ...]]></description>
      <category>技术杂谈</category>
      <author>沈夜</author>
      <pubDate>Mon, 13 Apr 2026 16:52:40 +0000</pubDate>
    </item>
    <item>
      <title>求助——AiPi-PalChatV1通过UART-MCP控制梁山派（GD32）LED失败，云端无工具调用记录</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78452</link>
      <description><![CDATA[大家好，我遇到了一个关于安信可AiPi-PalChatV1模组通过UART-MCP协议控制梁山派开发板（GD32F450）的问题，折腾很久未解决，特来求助。

硬件配置：
模组：AiPi-PalChatV1（基于BL602），烧录了支持UART-MCP的固件（尝试过V2.8和V3.0版本）。
开发板：立创梁山派（GD32F ...]]></description>
      <category>技术杂谈</category>
      <author>江文卓</author>
      <pubDate>Wed, 04 Mar 2026 09:21:38 +0000</pubDate>
    </item>
    <item>
      <title>求助-BLE模块接收广播数据问题</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78450</link>
      <description><![CDATA[有没有大神推荐一下BLE5.0及以上模块，模块间，不需要相互连接配对，直接支持主机通过扫描就可接收广播数据的。]]></description>
      <category>技术杂谈</category>
      <author>小飞侠</author>
      <pubDate>Mon, 02 Mar 2026 03:47:05 +0000</pubDate>
    </item>
    <item>
      <title>智能环境监测系统可行性猜想</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=78426</link>
      <description><![CDATA[应用一台X86主机作为总服务端进行开发，通过海康门禁系统及安信可RD01雷达模组，以确定屋内人员是否存在及是否出屋，通过小安派R2展示室内温湿度变化及除湿机加热器空调运行情况，并及时行成记录上传至服务端，温湿度控制是否可以通过R2进行统一控制，还是使用Arduino配 ...]]></description>
      <category>技术杂谈</category>
      <author>odl</author>
      <pubDate>Sat, 17 Jan 2026 15:39:25 +0000</pubDate>
    </item>
    <item>
      <title>小安派-Eyes-S1能用arduino编程吗？</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47432</link>
      <description><![CDATA[我看这个开发板很强大，但是我又喜欢arduino这样的编程风格，这个可以用arduino编程吗？]]></description>
      <category>技术杂谈</category>
      <author>stb988</author>
      <pubDate>Fri, 12 Dec 2025 01:45:11 +0000</pubDate>
    </item>
    <item>
      <title>裸机时代的多任务幻觉：从定时器中断到简易调度框架</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47426</link>
      <description><![CDATA[1 从裸机开发到操作系统
在学校里刚学习嵌入式软件开发的时候，是怎么写程序的，一个SystemInit(),里面塞满外设的初始化，然后配置中断，定时器等参数。在main函数中，写一个while(1),然后开干。
以大多数人都做过的智能小车举例，初始化串口（蓝牙或者wifi）,初始化Ole ...]]></description>
      <category>技术杂谈</category>
      <author>ddyty</author>
      <pubDate>Tue, 09 Dec 2025 08:31:13 +0000</pubDate>
    </item>
    <item>
      <title>大家好，又是我，在25年的今天，我带来了全新的串口助手</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47418</link>
      <description><![CDATA[说明
hello各位，在2025年的今天，我很高兴的向你们分享我的最新力作，用rust+tauri制作的串口助手，并且不需要任何依赖。
界面





好的那么各位如你们所见，这就是全新的串口助手。
github地址
JackBell-p/serial_port_tool
点击链接就可以去到代码仓库
最后
祝各位 ...]]></description>
      <category>技术杂谈</category>
      <author>autumn</author>
      <pubDate>Thu, 04 Dec 2025 13:57:59 +0000</pubDate>
    </item>
    <item>
      <title>热力图贡献</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47413</link>
      <description><![CDATA[各位坛友、大佬们好！👋
混迹安信可论坛也有一段时间了，真心觉得咱们这里的技术氛围特别好。无论是玩 WB2、M61 还是各种模组，遇到问题总能在这里找到答案，也从大家的分享中学到了很多硬核知识。
2025也快要结束，我突然突发奇想：能不能像 GitHub 那样，用一张“绿格 ...]]></description>
      <category>技术杂谈</category>
      <author>WildboarG</author>
      <pubDate>Fri, 28 Nov 2025 06:09:56 +0000</pubDate>
    </item>
    <item>
      <title>UWB 跟随小车 BU04 可以用esp32s3来控制汽车吗？</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47412</link>
      <description><![CDATA[UWB 跟随小车 BU04 可以用esp32s3来控制汽车吗
如果可以，可以教教我吗? 
第一. 如何把Bu04 的数据传去esp32 s3
第二. 我已经配对好bu04 和Bu03 ，也已经设置成pdoa 模式
第三. Bu04 拔掉重插，它会自动重连Bu03 吗，还是要到上位机重新连接？ ...]]></description>
      <category>技术杂谈</category>
      <author>Yisoon</author>
      <pubDate>Thu, 27 Nov 2025 08:45:46 +0000</pubDate>
    </item>
    <item>
      <title>解决带字库的OLED显示UTF-8乱码问题--助力第九期DIY活动</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47371</link>
      <description><![CDATA[解决带字库的OLED显示UTF-8乱码问题


  
    
    问题描述
  
  
GT20L16S 是OLED屏幕常用的一款字库芯片，内置 GB2312 编码的字库，但是不支持 UTF-8 编码，导致在 OLED 屏幕上显示中文字符时出现乱码。小智AI 下发的字幕编码格式为UNICODE，直接显示在 OLED 屏幕上 ...]]></description>
      <category>技术杂谈</category>
      <author>起个名字好难啊</author>
      <pubDate>Thu, 06 Nov 2025 06:11:38 +0000</pubDate>
    </item>
    <item>
      <title>【宏元编程】——这辈子第一次听见的C语言编程技巧</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47159</link>
      <description><![CDATA[初遇
在给 Ai-WB2 做WS2812驱动库的时候，一直在想：

💡 之前做好了 IR 模拟的驱动，如果加入 SPI 的话，还要改一遍 Demo，有什么没办法 尽可能少干扰 Demo 代码？



方法 1：
步骤1：在 IR 模拟驱动函数中直接添加 SPI的驱动函数
步骤2：使用宏来选择编译函数段




 ...]]></description>
      <category>技术杂谈</category>
      <author>起个名字好难啊</author>
      <pubDate>Tue, 05 Aug 2025 02:14:58 +0000</pubDate>
    </item>
    <item>
      <title>Microsoft PC Manager Service影响编译速度</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47147</link>
      <description><![CDATA[今天编译项目时，感觉比以前慢了许多，打开任务管理器一看，编译的时候，Microsoft PC Manager Service占了75%的CPU，难怪编译慢

赶紧把Microsoft PC Manager Service禁用了
打开服务

找到Microsoft PC Manager Service，禁用


 ...]]></description>
      <category>技术杂谈</category>
      <author>hdydy</author>
      <pubDate>Thu, 31 Jul 2025 10:55:02 +0000</pubDate>
    </item>
    <item>
      <title>嵌软入行一年总结</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47060</link>
      <description><![CDATA[入行一年，今天忙里偷闲总结下学了什么、干了什么、以及要干什么。
从技术的角度来讲，在学校里学了C基础，了解了51、32、Ti、esp8266的简易开发，做过一点openmv算是调库小子，手撕过链表，也曾在力扣上面刷过算法题，绘制过两三块电路板，不会用电阻电容，只会搞点 ...]]></description>
      <category>技术杂谈</category>
      <author>ddyty</author>
      <pubDate>Fri, 04 Jul 2025 14:10:50 +0000</pubDate>
    </item>
    <item>
      <title>微信小程序内配网</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47050</link>
      <description><![CDATA[https://github.com/Ai-Thinker-Open/WeChatAirkiss
按照该文档进行配网，返回的code总是2。成功失败都显示该code。
有时候还会报错：time out
求指导]]></description>
      <category>技术杂谈</category>
      <author>AE86</author>
      <pubDate>Wed, 25 Jun 2025 08:44:00 +0000</pubDate>
    </item>
    <item>
      <title>还在为发图片有大有小困扰吗？笨笨的方法解决图片尺寸问题</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=47014</link>
      <description><![CDATA[首先点击发帖，然后选择&amp;quot;使用Markdown编辑器编辑&amp;quot;,右上角笔状图标，点击

选择 “分屏预览”

左侧为编辑区，右侧为预览区域。
这里做一下图片的处理，首先将图片拖动到左侧编辑区域。
会显示成如下效果
![2.JPG](data/attachment/forum/202506/09/154220ys56b24v4767c9 ...]]></description>
      <category>技术杂谈</category>
      <author>WT_0213</author>
      <pubDate>Mon, 09 Jun 2025 08:14:02 +0000</pubDate>
    </item>
    <item>
      <title>【软件推荐】-Xshel（ssh服务器链接/串口日志查看）----嵌入式软件工程师推荐</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=46911</link>
      <description><![CDATA[首先推荐日志（串口打印查看软件Xshell8-教育版）
获取方式：Xshell8与Xftp8免费版下载及使用_xshell8下载-CSDN博客  只需要下载Xshell8就行
下载之后

完成这个图片之后

点击串口，设置好波特率（Ai-Wb2是115200）点击连接即可

接下来调出会话管理器这样有很多串口需 ...]]></description>
      <category>技术杂谈</category>
      <author>ddyty</author>
      <pubDate>Sun, 25 May 2025 13:58:46 +0000</pubDate>
    </item>
    <item>
      <title>[工具分享]github访问不了怎么办？用这个工具</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=46286</link>
      <description><![CDATA[github经常访问不了，但是我又买不起梯子。今天无意间发现了这个，试了下相当好用，拉去博流最新SDK妥妥的.

https://zhangshuhao1116.lanzoue.com/itiOr1zhuula 
密码: sh16]]></description>
      <category>技术杂谈</category>
      <author>bzhou830</author>
      <pubDate>Fri, 16 May 2025 05:49:18 +0000</pubDate>
    </item>
    <item>
      <title>发一个比较少有串口通信电路</title>
      <link>https://bbs.aithinker.com/forum.php?mod=viewthread&amp;tid=46271</link>
      <description><![CDATA[最近帮网友维修一个进口的设备，设备是两个模块，中间用4芯电缆连接，发现两个模块之间通信用的是串口通信，之前没有见到过这样的电路，于是抄了一下图，懂工作原理的大神科普一下，图也有可能不正确，凑和着看吧！



 ...]]></description>
      <category>技术杂谈</category>
      <author>stb988</author>
      <pubDate>Sun, 11 May 2025 13:23:02 +0000</pubDate>
    </item>
  </channel>
</rss>