<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet href="/rss.xsl" type="text/xsl"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>嵌入 | 全网优质资源汇总✨</title><description>收集全网优质资源，精选热门GitHub项目、开源工具、实用软件、在线网站与效率工具，持续整理可用、有价值的项目和应用推荐。</description><link>https://hub.88lin.eu.org</link><item><title>AetherPort | 云之彼端串口助手一款基于浏览器的在线串口调试工具，无需下载安装，专为嵌入式软硬件工程师设计</title><link>https://hub.88lin.eu.org/posts/txwl666-6215</link><guid isPermaLink="true">https://hub.88lin.eu.org/posts/txwl666-6215</guid><pubDate>Thu, 04 Sep 2025 15:04:57 GMT</pubDate><content:encoded>&lt;div class=&quot;image-list-container image-list-odd&quot;&gt;
      &lt;button type=&quot;button&quot; class=&quot;image-preview-button image-preview-wrap&quot; popovertarget=&quot;modal-txwl666-6215-0&quot; popovertargetaction=&quot;show&quot; aria-label=&quot;Open image preview: AetherPort | 云之彼端串口助手一款基于浏览器的在线串口调试工具，无需下载安装，专为嵌入式软硬件工程师设计&quot;&gt;
        &lt;img src=&quot;/static/https://cdn5.telesco.pe/file/f8DLOpPg35un8CA041oNgXfODrtV8In1kv1LeSnIV0YnBQ8srV8GTJFciox-JsG26KhwGm591Xj_iwfKbalWxX29oyJUCEXjl60cKSSGawUgLK0kSWiSh7NPr5KIm_m7PXSQ0mfTLPwO41DajsQtus7301FaBkZUyG_jqmnvnc9blQXnR_oRO7NwSsjcgFg39pXxhVd1h7okDqwQF7zMfHlMu_PDMM8uk32pXgEY3_LSOAMU2_jmYoFPoFOSRP-hwGjDPVJ6-VBlsyRUA60NvbxBbOgNh35o9b9DF09iVPddvs5-vVyA_YW-Ke8upufefo7lMFycu5s5K_7SQ5Esgg.jpg&quot; alt=&quot;AetherPort | 云之彼端串口助手一款基于浏览器的在线串口调试工具，无需下载安装，专为嵌入式软硬件工程师设计&quot; width=&quot;800&quot; height=&quot;356&quot; loading=&quot;eager&quot; /&gt;
      &lt;/button&gt;
      &lt;div class=&quot;modal&quot; id=&quot;modal-txwl666-6215-0&quot; popover=&quot;auto&quot; aria-label=&quot;Image preview&quot;&gt;
        &lt;button type=&quot;button&quot; class=&quot;modal__backdrop&quot; popovertarget=&quot;modal-txwl666-6215-0&quot; popovertargetaction=&quot;hide&quot; aria-label=&quot;Close image preview&quot;&gt;&lt;/button&gt;
        &lt;button type=&quot;button&quot; class=&quot;modal__close&quot; popovertarget=&quot;modal-txwl666-6215-0&quot; popovertargetaction=&quot;hide&quot; aria-label=&quot;Close image preview&quot;&gt;×&lt;/button&gt;
        &lt;div class=&quot;modal__surface&quot;&gt;
          
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;&lt;b&gt;AetherPort&lt;/b&gt; | 云之彼端串口助手&lt;br /&gt;&lt;br /&gt;一款基于浏览器的在线串口调试工具，无需下载安装，专为嵌入式软硬件工程师设计。它支持串口通信实时波形渲染、YMODEM 协议升级、日志着色、报文过滤、指令导入导出和定时/分包发送等专业调试功能&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;https://serial.xywml.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;在线访问&quot;&gt;在线访问&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href=&quot;/search/result?q=%23%E4%B8%B2%E5%8F%A3%E8%B0%83%E8%AF%95&quot; title=&quot;#串口调试&quot;&gt;#串口调试&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23%E5%B5%8C%E5%85%A5%E5%BC%8F%E5%BC%80%E5%8F%91&quot; title=&quot;#嵌入式开发&quot;&gt;#嵌入式开发&lt;/a&gt;</content:encoded></item><item><title>#AI #嵌入 #数据库AI 原生开源嵌入数据库-chromaChroma拥有使用嵌入所需的所有工具让嵌入变得简单安装：pip install chromadb核心 API 是 4 个命令import chromadbclient = chromadb.Client()collection = client.create_collection(&quot;sample_collection&quot;)# Add docs to the collection. Can also update and delete. Row-based API coming soon!collection.add(documents=[&quot;This is document1&quot;, &quot;This is document2&quot;], # we embed for you, or bring your ownmetadatas=[{&quot;source&quot;: &quot;notion&quot;}, {&quot;source&quot;: &quot;google-docs&quot;}], #…📡发布：</title><link>https://hub.88lin.eu.org/posts/5352</link><guid isPermaLink="true">https://hub.88lin.eu.org/posts/5352</guid><pubDate>Thu, 13 Jul 2023 12:17:54 GMT</pubDate><content:encoded>&lt;div class=&quot;image-list-container image-list-odd&quot;&gt;
      &lt;button type=&quot;button&quot; class=&quot;image-preview-button image-preview-wrap&quot; popovertarget=&quot;modal-5352-0&quot; popovertargetaction=&quot;show&quot; aria-label=&quot;Open image preview: #AI #嵌入 #数据库AI 原生开源嵌入数据库-chromaChroma拥有使用嵌入所需的所有工具让嵌入变得简单安装：pip install chromadb核心 API 是 4 个命令import chromadbclient = chromadb.Client()collection = client.create_collection(&amp;quot;sample_collection&amp;quot;)# Add docs to the collection. Can also update and delete. Row-based API coming soon!collection.add(documents=[&amp;quot;This is document1&amp;quot;, &amp;quot;This is document2&amp;quot;], # we embed for you, or bring your ownmetadatas=[{&amp;quot;source&amp;quot;: &amp;quot;notion&amp;quot;}, {&amp;quot;source&amp;quot;: &amp;quot;google-docs&amp;quot;}], #…📡发布：&quot;&gt;
        &lt;img src=&quot;/static/https://cdn4.telesco.pe/file/R1VrXTBE2g3_w-NVjiilc2MIgbuFdaPPXDFzfSzT-56IJuS2JWgq4XvK8AAPc8XD_laacQpcJnM0j8HmYpyCDzhO4K4tuM9kGc8PJ2tFUBiqTash_yzrhEkOmJLPXI4DMdGy77oV7Z2SbG7WuGOUfdAFNl-m6NivxIGNBnfJyfP5OK_Ke-fdkWMuA40pdrMXNQARZYTuCWrHdwxb2ATdmQ7QW7qsk6Q1nUyi5JzJIkbdRVEfCQCMcrRkDkmgqsUrA_jIsme3V2vC-Li5ZZrXTqbXTLa1HZoPaF7eNSrzISsi-fLS-fC0b42vV1qGLNcrXvlsFiqw7SgtLwQTmZxq3Q.jpg&quot; alt=&quot;#AI #嵌入 #数据库AI 原生开源嵌入数据库-chromaChroma拥有使用嵌入所需的所有工具让嵌入变得简单安装：pip install chromadb核心 API 是 4 个命令import chromadbclient = chromadb.Client()collection = client.create_collection(&amp;quot;sample_collection&amp;quot;)# Add docs to the collection. Can also update and delete. Row-based API coming soon!collection.add(documents=[&amp;quot;This is document1&amp;quot;, &amp;quot;This is document2&amp;quot;], # we embed for you, or bring your ownmetadatas=[{&amp;quot;source&amp;quot;: &amp;quot;notion&amp;quot;}, {&amp;quot;source&amp;quot;: &amp;quot;google-docs&amp;quot;}], #…📡发布：&quot; width=&quot;800&quot; height=&quot;391&quot; loading=&quot;eager&quot; /&gt;
      &lt;/button&gt;
      &lt;div class=&quot;modal&quot; id=&quot;modal-5352-0&quot; popover=&quot;auto&quot; aria-label=&quot;Image preview&quot;&gt;
        &lt;button type=&quot;button&quot; class=&quot;modal__backdrop&quot; popovertarget=&quot;modal-5352-0&quot; popovertargetaction=&quot;hide&quot; aria-label=&quot;Close image preview&quot;&gt;&lt;/button&gt;
        &lt;button type=&quot;button&quot; class=&quot;modal__close&quot; popovertarget=&quot;modal-5352-0&quot; popovertargetaction=&quot;hide&quot; aria-label=&quot;Close image preview&quot;&gt;×&lt;/button&gt;
        &lt;div class=&quot;modal__surface&quot;&gt;
          
        &lt;/div&gt;
      &lt;/div&gt;
    &lt;/div&gt;&lt;a href=&quot;/search/result?q=%23AI&quot; title=&quot;#AI&quot;&gt;#AI&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23%E5%B5%8C%E5%85%A5&quot; title=&quot;#嵌入&quot;&gt;#嵌入&lt;/a&gt; &lt;a href=&quot;/search/result?q=%23%E6%95%B0%E6%8D%AE%E5%BA%93&quot; title=&quot;#数据库&quot;&gt;#数据库&lt;/a&gt;&lt;br /&gt;AI 原生开源嵌入数据库-chroma&lt;br /&gt;Chroma拥有使用嵌入所需的所有工具&lt;br /&gt;&lt;br /&gt;让嵌入变得简单&lt;br /&gt;&lt;br /&gt;安装：&lt;br /&gt;&lt;br /&gt;pip install chromadb&lt;br /&gt;&lt;br /&gt;核心 API 是 4 个命令&lt;br /&gt;&lt;br /&gt;import chromadb&lt;br /&gt;client = chromadb.Client()&lt;br /&gt;&lt;br /&gt;collection = client.create_collection(&quot;sample_collection&quot;)&lt;br /&gt;&lt;br /&gt;# Add docs to the collection. Can also update and delete. Row-based API coming soon!&lt;br /&gt;collection.add(&lt;br /&gt;documents=[&quot;This is document1&quot;, &quot;This is document2&quot;], # we embed for you, or bring your own&lt;br /&gt;metadatas=[{&quot;source&quot;: &quot;notion&quot;}, {&quot;source&quot;: &quot;google-docs&quot;}], #…&lt;br /&gt;&lt;i class=&quot;emoji&quot;&gt;&lt;b&gt;📡&lt;/b&gt;&lt;/i&gt;发布：&lt;a href=&quot;https://noisevip.cn/16779.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;https://noisevip.cn/16779.html&quot;&gt;https://noisevip.cn/16779.html&lt;/a&gt;&lt;br /&gt;&lt;i class=&quot;emoji&quot;&gt;&lt;b&gt;📢&lt;/b&gt;&lt;/i&gt;关注频道：&lt;a href=&quot;https://t.me/quanshoulu&quot; target=&quot;_blank&quot; title=&quot;@quanshoulu&quot;&gt;@quanshoulu&lt;/a&gt;&lt;br /&gt;&lt;i class=&quot;emoji&quot;&gt;&lt;b&gt;💬&lt;/b&gt;&lt;/i&gt;留言讨论：&lt;a href=&quot;https://t.me/Efficiencyfollow&quot; target=&quot;_blank&quot; title=&quot;@Efficiencyfollow&quot;&gt;@Efficiencyfollow&lt;/a&gt;&lt;br /&gt;&lt;i class=&quot;emoji&quot;&gt;&lt;b&gt;📬&lt;/b&gt;&lt;/i&gt;投稿bot：&lt;a href=&quot;https://t.me/noisewowbot&quot; target=&quot;_blank&quot; title=&quot;@noisewowbot&quot;&gt;@noisewowbot&lt;/a&gt;&lt;br /&gt;&lt;i class=&quot;emoji&quot;&gt;&lt;b&gt;📇&lt;/b&gt;&lt;/i&gt;搜索bot：&lt;a href=&quot;https://t.me/Efficiencysearchbot&quot; target=&quot;_blank&quot; title=&quot;@Efficiencysearchbot&quot;&gt;@Efficiencysearchbot&lt;/a&gt;&lt;br /&gt;&lt;i class=&quot;emoji&quot;&gt;&lt;b&gt;🎁&lt;/b&gt;&lt;/i&gt;访问主页： &lt;a href=&quot;http://www.noisework.cn/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; title=&quot;www.noisework.cn&quot;&gt;www.noisework.cn&lt;/a&gt;</content:encoded></item></channel></rss>