<?xml version="1.0" encoding="UTF-8" ?>
<xs:result count="70" total="48824" cost="0.0085740089416504" xmlns:xs="http://www.xunsearch.com">
  <doc index="1" percent="100%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-1698-1-1.html]]>
    </url>
    <subject>
      <![CDATA[创建并发送BLE蓝牙广播 - 创客硬件开发 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20240530</publishtime>
    <updatetime>20260714</updatetime>
    <content>
      <![CDATA[...的一篇帖子中，用户尝试使用最新的BLE扩展来创建和发送蓝牙广播，但遇到了一些问题。Evan Patton指出，Android的BLE子系统需要使用16位UUID，并提供了一个测试版的BLE扩展，解决了广播发送失败的问题。

以下是帖子中的详细步...]]>
    </content>
  </doc>
  <doc index="2" percent="97%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-2730-1-1.html]]>
    </url>
    <subject>
      <![CDATA[【iOS】有关苹果iOS App的一些进展、BluetoothLE蓝牙拓展等 - App Inventor 2 中文网 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20260106</publishtime>
    <updatetime>20260714</updatetime>
    <content>
      <![CDATA[...ndroid那样使用拓展，只能内置组件适配比如ble功能，经典蓝牙不支持。我们正在努力将 BluetoothLE 扩展程序移植到 iOS 平台，使其成为一个组件。由于 Apple 对应用程序的限制，我们无法像在 Android 上那样使用扩展程序的方式。您...]]>
    </content>
  </doc>
  <doc index="3" percent="92%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-2312-1-1.html]]>
    </url>
    <subject>
      <![CDATA[ble蓝牙的标识符怎么确定的 - App Inventor 2 中文网 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20250411</publishtime>
    <updatetime>20260412</updatetime>
    <content>
      <![CDATA[这个里面ble蓝牙的服务UUID和特征UUID的标识符为什么是F000和F0011、UUID 背后的理念是，由于空间非常大（2^128，比宇宙中原子的估计数量还要多），随机选择两个 UUID 来标识事物时几乎不可能产生碰撞。如果您知道要连接的服务/...]]>
    </content>
  </doc>
  <doc index="4" percent="88%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-2686-1-1.html]]>
    </url>
    <subject>
      <![CDATA[ble蓝牙怎么接收中文 - App Inventor 2 拓展 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20251212</publishtime>
    <updatetime>20251215</updatetime>
    <content>
      <![CDATA[如题，用ble蓝牙扩展的[color=rgba(0, 0, 0, 0.85)]StringsReceived，接收单片机发过来的中文和字符串，字符串能正常显示在标签组件上，但是中文显示为乱码，请问我要怎么处理中文？？
英文能正常显示，中文乱码，那肯定就是字符集...]]>
    </content>
  </doc>
  <doc index="5" percent="86%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-2956-1-1.html]]>
    </url>
    <subject>
      <![CDATA[App Inventor 2 BLE扩展源码分析 - WriteBytes vs WriteStrings 23字节硬编码问题 - AI 助手 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20260519</publishtime>
    <updatetime>20260519</updatetime>
    <content>
      <![CDATA[...符串转字节列表(文本输入框_命令.文本)
&nbsp;&nbsp;调用 蓝牙LE1.WriteBytes(字节列表)

优点：无需修改源码，立即可用
缺点：需要额外的转换步骤

方案2：修改 NullTerminateStrings + 限制长度

如果坚持使用 WriteStrings：
1. 在 Design...]]>
    </content>
  </doc>
  <doc index="6" percent="85%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-2729-1-1.html]]>
    </url>
    <subject>
      <![CDATA[低功耗蓝牙扩展一次最多能发多少个字节 - App Inventor 2 拓展 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20260106</publishtime>
    <updatetime>20260106</updatetime>
    <content>
      <![CDATA[如题，请问下 低功耗蓝牙扩展一次最多能发多少个字节？{:8_413:}见这篇帖子《ble蓝牙 RequestMTU 请求没有反应？设置没有生效？》]]>
    </content>
  </doc>
  <doc index="7" percent="78%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-1369-1-1.html]]>
    </url>
    <subject>
      <![CDATA[App Inventor 2 低功耗蓝牙(BLE) 硬件接入、数据通信及IO控制 - App Inventor 2 中文网 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20240202</publishtime>
    <updatetime>20260714</updatetime>
    <content>
      <![CDATA[低功耗蓝牙(BLE)以低功耗、低成本、开发简便逐渐被广泛应用，本文主要介绍一款较为通用、价格低廉的BLE设备从零开始如何利用App Inventor 2开发一款自己专属的手机蓝牙App应用。BLE与经典蓝牙的区别可参考：《低功耗蓝牙(BLE) ...]]>
    </content>
  </doc>
  <doc index="8" percent="77%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-1383-1-1.html]]>
    </url>
    <subject>
      <![CDATA[BLE（四）嗅探工具 - 创客硬件开发 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20240205</publishtime>
    <updatetime>20260714</updatetime>
    <content>
      <![CDATA[...”设备——Ubertooth One拥有二次开发和嗅探已建立连接的蓝牙通信数据包的能力；
而淘宝购买的廉价CC2540开发板则作为最佳替补方案。
0x1 低功耗蓝牙SOC低功耗蓝牙推出以来，众多厂商根据标准规范实现了不同的解决方案，包括...]]>
    </content>
  </doc>
  <doc index="9" percent="76%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-1480-1-1.html]]>
    </url>
    <subject>
      <![CDATA[蓝牙BLE设备使用BLE拓展连不上蓝牙？ - 创客硬件开发 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20240307</publishtime>
    <updatetime>20260714</updatetime>
    <content>
      <![CDATA[转会员问题：我现在手上有一款蓝牙设备是BLE的， 我在编程都时候用了ble的拓展组件&nbsp;&nbsp;但是在连接那一步连不上这个蓝牙？

这里统一说明一下：
一般先用硬件厂商提供的App 或者 nRF Connect App 进行硬件连接和测试，没...]]>
    </content>
  </doc>
  <doc index="10" percent="76%">
    <url>
      <![CDATA[https://bbs.tsingfun.com/thread-1837-1-1.html]]>
    </url>
    <subject>
      <![CDATA[一分钟读懂低功耗蓝牙(BLE) MTU交换数据包 - 创客硬件开发 - 清泛IT社区，为创新赋能！]]>
    </subject>
    <ctype>3</ctype>
    <lang>1</lang>
    <insite>1</insite>
    <publishtime>20240717</publishtime>
    <updatetime>20260714</updatetime>
    <content>
      <![CDATA[...生在主从双方建立连接关系后（参见“一分钟读懂低功耗蓝牙连接数据包”）
&nbsp; &nbsp; 做个对比就可以知道BLE MTU 比较小（不过新的BLE 标准MTU 已经大幅提升，详见即将发表在VIEWTOOL BBS上的后续文章）。
&nbsp;&nbsp;*****************...]]>
    </content>
  </doc>
</xs:result>
