大约有 1,700 项符合查询结果(耗时:0.0108秒) [XML]

https://stackoverflow.com/ques... 

Android 4.3 Bluetooth Low Energy unstable

...w Energy (testing on the Nexus 4). After getting started with the official BLE APIs in Android 4.3, I have noticed that after I connect a device for the first time I am rarely able to successfully connect to / communicate with that device or any other device again. ...
https://community.appinventor.... 

[SOLVED] Can't send payload > 23bytes(MTU setted to 128bytes) - #9 by ...

...cheme is dark */ /* user picked a theme a light scheme and also enabled a dark scheme */ /* deal with light scheme first */ @media (prefers-color-scheme: light) { :root { --primary: #222222; --secondary: #ffffff; --tertiary: #008...
https://bbs.tsingfun.com/thread-1368-1-1.html 

低功耗蓝牙(BLE) 和 经典蓝牙(SPP) 的区别 - App Inventor 2 中文网 - 清泛...

BLE 和 SPP 怎么选?看应用场景:BLE适用于低功耗、轻量级的应用,例如穿戴设备、传感器网络等。而SPP适用于需要大容量数据传输的应用,例如音频设备、文件传输等。看功耗需求:如果你的应用对功耗有严格要求,需要长...
https://bbs.tsingfun.com/thread-1382-1-1.html 

BLE(三)APP开发步骤 - 创客硬件开发 - 清泛IT社区,为创新赋能!

文章源自:https://www.gandalf.site/2018/11/bleapp.html Android系统自4.3版本开始,引入了对BLE的支持,详见Bluetooth Low Energy。通过浏览当中的信息,我们可以得知在app开发环节,需要做到如下几件事情: 1. BLE相关权限声明 2. 操...
https://bbs.tsingfun.com/thread-1953-1-1.html 

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

...错日志 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.Handler.handleCallback(Handler.java:958) at and...
https://www.tsingfun.com/it/os_kernel/658.html 

手握利器,直面“蓝脸”! ——使用WinDbg抗击系统崩溃 - 操作系统(内核) - ...

...能被隔离出来从而不伤害系统的其它程序与数据,或者该组件将来是否能够恢复正常,而且,Windows深知,这个异常更有可能来源于更深层的问题,比如由于内存的常规破坏(General Corruption),或者由于硬件设备不能正常工作。允许...
https://bbs.tsingfun.com/thread-1748-1-1.html 

下拉刷新拓展 - SwipeRefresh - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...resh1 ▾.RegisterListViewlistView P.S. 对于任何一个下拉刷新组件,在两个注册方法中,只选择一个。一旦注册成功,之后调用的注册方法都会被无视。Material Design所推荐使用的颜色 调用SwipeRefresh1 ▾._Color_holo_blue_bright 调用SwipeR...
https://bbs.tsingfun.com/thread-1934-1-1.html 

为AppInventor2开发自己的拓展(Extension) - App Inventor 2 拓展 - 清泛IT社区,为创新赋能!

...源码,使得开发者可以根据自己的需要,自定义开发原生组件实现不了的、更加强大的功能。一般拓展采用java/kotlin语言进行开发,由于拓展开发相当于直接使用安卓原生开发语言开发安卓相关功能,因此理论上拓展可以实现任...
https://www.fun123.cn/aia-store/240131150201850 

蓝牙BLE硬件接入及IO控制 · App Inventor 2 源码商店

... 源码列表 / 蓝牙BLE硬件接入及IO控制      蓝...
https://bbs.tsingfun.com/thread-2263-1-1.html 

用户反馈ble广播数据收不到 - 用户反馈 - 清泛IT社区,为创新赋能!

...可以的话我就先买个离线版的,在线的太慢了 清泛: ble 广播用法不常见,也不太安全,目前就之前一个用户反馈要这个功能,应该是成功过的。这块我还没有实地测试,后续我会用硬件测试一下的 MCU&物联网: 我的有效...