<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>无线电爱好网 - 嵌入式系统</title>
    <link>http://www.86x.net/portal.php?mod=list&amp;catid=13</link>
    <description>Latest 20 articles of 嵌入式系统</description>
    <copyright>Copyright(C) 无线电爱好网</copyright>
    <generator>Discuz! Board by Comsenz Inc.</generator>
    <lastBuildDate>Wed, 29 Apr 2026 02:52:13 +0000</lastBuildDate>
    <ttl>60</ttl>
    <image>
      <url>http://www.86x.net/static/image/common/logo_88_31.gif</url>
      <title>无线电爱好网</title>
      <link>http://www.86x.net/</link>
    </image>
    <item>
      <title>树莓派与EthernetHat：用ChatGPT实现的MQTT智能家居项目！</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3530&page=1.html</link>
      <description><![CDATA[我们使用Pico、WIZnetW5100S 和 PicoBricks 开发板开发了MQTT RGB灯，通过ChatGPT 4.0生成和优化代码。项目所需组件硬件组件PicoBricks 扩展板 x 1WIZnet W5100S-EVB-Pico x 1WIZnet W5500-EVB-PicoWIZnet以太网HAT  ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202506/04/091333dndkb9lbnmm9tbb6.jpg" length="75095" type="image/jpeg" />
      <pubDate>Wed, 04 Jun 2025 01:09:00 +0000</pubDate>
    </item>
    <item>
      <title>烧录器连不上STM32单片机了，别慌，自举模式来帮忙！</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3425&page=1.html</link>
      <description><![CDATA[当你拿到项目的线路板，打开电脑，噼里啪啦一阵子，撸了一段代码出来，往单片机里 面一下载，纳尼？突然发现烧录器掉线了，怎么整都连接不上了，这个时候整个人心情都不好了，别慌，恢复心情，你需要用到下面这个高  ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202504/17/093915kmbmxd6rbeb8lxlb.png" length="500695" type="image/jpeg" />
      <pubDate>Thu, 17 Apr 2025 01:39:00 +0000</pubDate>
    </item>
    <item>
      <title>STM32学习GPIO之设计篇</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3423&page=1.html</link>
      <description><![CDATA[今日分享 GPIO 结合寄存器以及硬件电路，再来举例子分析输入输出。寄存器介绍：通过寄存器的位标注 rw,我们可知这个寄存器的某个位是可读（r）并且可写 的(w)，我们也可以通过读寄存器里面的值得到引脚的配置信息， ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202504/17/093634etz1lsz4p7plgplz.png" length="266255" type="image/jpeg" />
      <pubDate>Thu, 17 Apr 2025 01:36:55 +0000</pubDate>
    </item>
    <item>
      <title>别再说你的单片机RAM不够用了，来看看这个吧</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3411&page=1.html</link>
      <description><![CDATA[当我们写代码的时候，会用到很多变量，如果随意的定义变量，比如写了 N 多个“unsigned char/int X;”那么代码可能会显的很乱，自己拐回头看的时候都晕掉了，这个时候我们可以构造一个复杂的数据类型-结构体类型，对 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202504/17/091106bkkklt04ztqkpjt0.png" length="532253" type="image/jpeg" />
      <pubDate>Thu, 17 Apr 2025 01:11:18 +0000</pubDate>
    </item>
    <item>
      <title>AI 淺解之「AI 開發流程」</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3293&page=1.html</link>
      <description><![CDATA[AI，即人工智慧，是一個很廣泛的概念，即使不在科技圈，在日常的新聞、宣傳中，也能看到許多 AI 的身影。AI 概念遍布許多行業，金融圈，通過 AI 來判斷股票的漲跌，智能家居圈，語音識別，人臉識別產品也屬於 AI 產 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202502/18/091652gpo2beypo355p6z6.jpg" length="30074" type="image/jpeg" />
      <pubDate>Tue, 18 Feb 2025 01:17:04 +0000</pubDate>
    </item>
    <item>
      <title>AI 淺解之「AI模型」</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3292&page=1.html</link>
      <description><![CDATA[在科技日新月異的今天，AI 正以前所未有的速度重塑著我們的世界。作為這一革命性技術的核心驅動力- AI模型，是我們了解 AI ，學習 AI，研究 AI 過程中非常重要的一部分。這些看似神奇的模型，實則是由複雜算法和龐大 .. ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202502/18/091605onk6gkmj10yjcvgl.jpeg" length="145599" type="image/jpeg" />
      <pubDate>Tue, 18 Feb 2025 01:16:15 +0000</pubDate>
    </item>
    <item>
      <title>AI 淺解之「邊緣人工智慧」</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3291&page=1.html</link>
      <description><![CDATA[在人工智慧這一宏大的新興領域中，邊緣人工智慧是其中的一塊，而邊緣人工智慧正逐漸成為硬體產品相關行業矚目的焦點。那麼，邊緣人工智慧究竟是什麼呢？它為何能在數據的邊緣地帶展現出如此強大的能力，為何能夠引領 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202502/18/091512hz7i4yvbjvjlnznn.png" length="249351" type="image/jpeg" />
      <pubDate>Tue, 18 Feb 2025 01:15:24 +0000</pubDate>
    </item>
    <item>
      <title>感測器融合技術如何協助自主移動機器人導航再升級</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3209&page=1.html</link>
      <description><![CDATA[自主移動機器人(AMR)可協助製造商提高生產效率、增強安全性並節省大量成本，因而在各行各業廣泛應用。 2022年全球AMR市場規模為86.5億美元，預計2022年至2028年間的複合年增長率(CAGR)將達到18.3%。進入工業5.0時代 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202411/19/091546tpplyk3j3l6gajye.jpg" length="117197" type="image/jpeg" />
      <pubDate>Tue, 19 Nov 2024 01:15:58 +0000</pubDate>
    </item>
    <item>
      <title>東芝步進馬達驅動IC — 初章：步進馬達是如何工作的？</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3186&page=1.html</link>
      <description><![CDATA[步進電機作為能逐步驅動至指定旋轉角度的電機，其最基本的工作就是步進的操作，即步進電機通過轉子在一定角度重複運動的方式進行旋轉。該角度稱為步距角，是步進電機的驅動單元。步進電機根據相同的步距角進行旋轉， ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202411/14/132605oscgcpg6aqtcoqte.png" length="41420" type="image/jpeg" />
      <pubDate>Thu, 14 Nov 2024 05:26:16 +0000</pubDate>
    </item>
    <item>
      <title>JX-K08，BSI背照式，800萬像素 4K 解析度，超高清全彩 AI 相機</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3169&page=1.html</link>
      <description><![CDATA[晶相光電推出的 JX-K08是一款800萬像素 4K解析度、1/2.5英寸、30fps、1.62µm、BSI 背照式CMOS圖像傳感器。JX-K08 支持2x2 Binning模式：1920x1080@60fps。JX-K08 圖像傳感器提供了業界 8MP（4K 解析度）更具成本效 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202409/13/132107m4tj470jki6jl84l.png" length="136798" type="image/jpeg" />
      <pubDate>Fri, 13 Sep 2024 05:22:51 +0000</pubDate>
    </item>
    <item>
      <title>ISP色彩基礎知識</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3168&page=1.html</link>
      <description><![CDATA[一 色彩相關術語介紹1.光與顏色色彩是通過光傳遞和表現的，當陽光穿越三稜鏡會產生一條如彩虹般的色帶，物理學上稱為色譜；這個色譜顏色以此為紅、橙、黃、綠、青、藍、紫，波長在400~700納米，人類眼睛只對這一小段 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202409/13/131812mp0jl0lla1p6akjr.png" length="10179" type="image/jpeg" />
      <pubDate>Fri, 13 Sep 2024 05:18:28 +0000</pubDate>
    </item>
    <item>
      <title>高解析度低功耗圖像傳感器，工業5.0進階應用必備</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3167&page=1.html</link>
      <description><![CDATA[在更快的連接速度、更高的自動化程度和更智能系統的推動下，工業4.0加快了視覺技術在製造業中的應用，並將智能化引入到以往簡單的數據採集系統中。上一代視覺系統負責捕捉圖像，對其進行封裝以供傳輸，並為後續的FPG ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202409/13/131650rwhje5frqsc9bs59.png" length="117658" type="image/jpeg" />
      <pubDate>Fri, 13 Sep 2024 05:17:24 +0000</pubDate>
    </item>
    <item>
      <title>基於三相二電平PFC和隔離DC-DC轉換器的11kW雙向電池充電器</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3074&page=1.html</link>
      <description><![CDATA[一：商品介紹STDES-BCBIDIR是一款11千瓦雙向電池充電器，是工業和汽車領域高壓充電的完整解決方案。它由兩個功率級組成：一個PFC級和一個隔離的DC-DC級。PFC基於三相全橋拓撲結構。由於諧振單元的外部連接，DC-DC部 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202407/16/091911mgxyk531xhecce51.jpg" length="73224" type="image/jpeg" />
      <pubDate>Tue, 16 Jul 2024 01:20:05 +0000</pubDate>
    </item>
    <item>
      <title>使用Stellar E1 BDAC輸出500Hz正弦波</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3073&page=1.html</link>
      <description><![CDATA[Stellar E1 MCU內部擁有5個DAC接口，12bit採樣精度，每個接口有兩個輸出通道；DAC輸出的模擬波形能力在OBC及DCDC應用中可作為電流或者電壓信號做算法驗證；本篇文章基於SR5E1-EVBE7000P評估板及SDK1.3.0，使用BDAC外 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202407/16/090808b5r6rja5052m4a0j.png" length="283134" type="image/jpeg" />
      <pubDate>Tue, 16 Jul 2024 01:08:14 +0000</pubDate>
    </item>
    <item>
      <title>基於StellarE1的CLLC PFM+phase shift控制模式實現</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3072&page=1.html</link>
      <description><![CDATA[一.硬體平台SR5E1-EVBE700P評估板支持STMicroelectronics SR5E1xE7微控制器，帶有LQFP 24x24 176L EXPOSED PAD DOWN封裝。評估板是一個獨立的單元，允許訪問CPU、I/O引腳以及任何板外圍設備。評估板適用於工作檯/實 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202407/16/084721zkys1yvky77zd242.png" length="283134" type="image/jpeg" />
      <pubDate>Tue, 16 Jul 2024 00:49:43 +0000</pubDate>
    </item>
    <item>
      <title>基於Stellar E1的DCDC DAB控制模式實現</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3071&page=1.html</link>
      <description><![CDATA[一. 硬體平台SR5E1-EVBE700P評估板支持STMicroelectronics SR5E1xE7微控制器，帶有LQFP 24x24 176L EXPOSED PAD DOWN封裝。評估板是一個獨立的單元，允許訪問CPU、I/O引腳以及任何板外圍設備。評估板適用於工作檯/實 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202407/16/084446yxyye33ee8fe8yex.png" length="283134" type="image/jpeg" />
      <pubDate>Tue, 16 Jul 2024 00:45:00 +0000</pubDate>
    </item>
    <item>
      <title>Pytorch – YOLOv9自定義資料訓練</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3009&page=1.html</link>
      <description><![CDATA[本篇將講解目前最新推出的YOLOv9搭配Roboflow進行自定義資料標註訓練流程，透過Colab上進行實作說明，使大家能夠容易的了解YOLOv9的使用。►YOLO框架下載與導入►Roboflow的資料收集與標註進入Roboflow官網，點選右 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202406/07/134022x8bpuu8nupfurwzl.png" length="21071" type="image/jpeg" />
      <pubDate>Fri, 07 Jun 2024 05:40:39 +0000</pubDate>
    </item>
    <item>
      <title>Python OpenCV 影像處理：邊緣檢測</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=3008&page=1.html</link>
      <description><![CDATA[介紹使用OpenCV Python findContours() 函數用於在二值化影像中尋找連通的白色區域，並返回一系列點的集合來表示找到的輪廓。本篇將介紹基於計算影像的梯度，通過在影像中找到梯度值的變化來識別邊緣，邊緣檢測通常 ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202406/07/133854xytydwapb9ttytoo.png" length="8219" type="image/jpeg" />
      <pubDate>Fri, 07 Jun 2024 05:39:09 +0000</pubDate>
    </item>
    <item>
      <title>SPI协议详解（以ADS1118为例）</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=2950&page=1.html</link>
      <description><![CDATA[最近要写一个协议，所以再复习一次SPI。一开始先分析了SPI的协议特点，使用ADS1118这个器件作为承载物进行分析，后面用逻辑分析仪从位到字节进行解码，最后使用TI给的demo移植到STM32平台。SPI是一个环形总线结构，  ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202405/08/085551eu9ifzf9wq207hi7.png" length="121890" type="image/jpeg" />
      <pubDate>Wed, 08 May 2024 00:57:00 +0000</pubDate>
    </item>
    <item>
      <title>STM32单片机学习笔记精华汇总</title>
      <link>http://www.86x.net/portal.php?mod=view&aid=2937&page=1.html</link>
      <description><![CDATA[1、AHB系统总线分为APB1（36MHz）和APB2（72MHz），其中21，意思是APB2接高速设备2、Stm32f10x.h相当于reg52.h（里面有基本的位操作定义），另一个为stm32f10x_conf.h专门控制外围器件的配置，也就是开关头文件的作  ... ...]]></description>
      <category>嵌入式系统</category>
      <author>闪电</author>
<enclosure url="http://www.86x.net/data/attachment/portal/202405/06/135629e6xxobom66i8ei6l.png" length="18059" type="image/jpeg" />
      <pubDate>Mon, 06 May 2024 05:57:00 +0000</pubDate>
    </item>
  </channel>
</rss>