大约有 70 项符合查询结果(耗时:0.0033秒) [XML]

https://bbs.tsingfun.com/thread-1953-1-1.html 

BLE UUID是对的但连接闪退:java.lang.IllegalArgumentException: UUID str...

请问UUID是对的 连接闪退, 下面是报错日志 java.lang.ExceptionInInitializerError at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.subscribe(BluetoothLEint.java:357) at edu.mit.appinventor.ble.BluetoothLEint$BLEReadOperation.run(BluetoothLEint.java:325) at android.os....
https://bbs.tsingfun.com/thread-1369-1-1.html 

App Inventor 2 低功耗蓝牙(BLE) 硬件接入、数据通信及IO控制 - App Invent...

...示values数据是否是有符号的数值(假表示无符号)serviceUuid - 服务UUID,通俗来讲它就是硬件的唯一身份IDcharacteristicUuid - 特性UUID,通俗来讲它是硬件中某一功能的唯一身份ID 一个硬件UUID示例如下:UUID分为标准UUID和厂商自定义...
https://bbs.tsingfun.com/thread-1510-1-1.html 

MAC地址可以连上,硬件通信时提示无效的UUID? - 创客硬件开发 - 清泛IT社...

...,填了一个其他的非预期的地址,而通信时用的目标硬件uuid,匹配失败导致的。 [/hide] 经测试,我们的硬件mac地址是: E2:E0:5A:46:86:2F 使用MAC地址连接,一切功能正常。 这个 APP程序 使用透传UUID 还可以控制蓝牙模块的IO ...
https://bbs.tsingfun.com/thread-1828-1-1.html 

Error 507: unable to connect. is the device turned on? 无法连接,设备...

...串行端口配置文件 (SPP) 的设备。如果您的设备通过除 SPP UUID 之外的 UUID 支持 RFCOMM,则需要使用 ConnectWithUUID 块并指定设备所需的 UUID。 该方法采用两个参数。第一个是蓝牙设备的 MAC 地址。第二个是它所宣传的服务的 UUID。Con...
https://bbs.tsingfun.com/thread-2380-1-1.html 

micro:bit 连接报错 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...main(Zygotelnit.java:1099) Caused by: java.lang.IllegalArgumentException: UUID string too large at java.util.UUID.fromStringJava11(UUID.java:238) at java.util.UUID.fromString(UUID.java:226) at edu.mit.appinventor.ble.BluetoothLEGattAttributes.<clinit>(BluetoothLEGattAttributes.java:33) ... 1...
https://bbs.tsingfun.com/thread-1692-1-1.html 

BLE协议—广播和扫描 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...;        = 0x02,    /* 设备16bit部分uuid */     BLE_AD_TYPE_16SRV_CMPL               = 0x03,    /* 设备16bit完整uuid */     BLE_AD_TYPE_32SRV_PART      &nbsp...
https://bbs.tsingfun.com/thread-1501-1-1.html 

ble 蓝牙透传代码怎么写? - 创客硬件开发 - 清泛IT社区,为创新赋能!

...块这个地址可以吗? 上图中是控制服务id:SERVICEF000_UUUID = UUID.fromString("0000f000-0000-1000-8000-00805f9b34fb");以及2个控制端口的特征id。 可以做到透传,不过要换透传 id,这个 id 是 io 控制口 晚一些我给你一下 透传 id。 ...
https://bbs.tsingfun.com/thread-1698-1-1.html 

创建并发送BLE蓝牙广播 - 创客硬件开发 - 清泛IT社区,为创新赋能!

...一些问题。Evan Patton指出,Android的BLE子系统需要使用16位UUID,并提供了一个测试版的BLE扩展,解决了广播发送失败的问题。 以下是帖子中的详细步骤和细节: BLE扩展问题:用户在使用BLE扩展时遇到广播无法发送的问题。UUID...
https://bbs.tsingfun.com/thread-1381-1-1.html 

BLE(二)信道&数据包&协议栈格式 - 创客硬件开发 - 清泛IT社区,...

...们常说的“温度”、“湿度”等人类可识别的术语,通过UUID进行区分。Attribute Handle是一个16-bit的数值,用作唯一识别Attribute server上的所有Attribute。Attribute Handle的存在有如下意义: 一个server上可能存在多个相同type的Attribute,...
https://bbs.tsingfun.com/thread-2252-1-1.html 

Arduino101(Genuino 101)&App Inventor – RGB LED控制 - 创客硬件开...

... BLE AnalogRead Service // BLE LED Switch Characteristic - custom 128-bit UUID, read and writable by central BLEUnsignedIntCharacteristic LEDStatus("19B10011-E8F2-537E-4F6C-D104768A1214", BLERead | BLEWrite  ); int incom = 0; int r, g, b ; void setup() {   Serial.beg...