-
MyGatt
BLE开发所需要的知识,通过官方demo,我们会发现很多service,点击service后,每个service下面是Characteristic,每个service和Characteristic都对应一个唯一的UUID。所以,在做BLE时候,首先你应该找出你的蓝牙外围设备uuid,不然会很头疼,这个UUID也可能是硬件给你的,也可以你自己试出来,当然自己试出来是个很烦的过程。自己试的方法就是根据demo,加上一份读写的协议,然后,排着点击,显示出来的蓝牙列表进行测试,看是否和协议对应。另外,BluetoothLeService类不用做太多的更改。(BLE develops the knowledge we need. Through official demo, we will find many service. After clicking service, every service is Characteristic, each service and Characteristic correspond to a unique UUID. So, when making BLE, first you should find out your Bluetooth peripheral device UUID, otherwise it will be very headache. This UUID may also be hardware for you, or you can try it out yourself, of course, trying out it yourself is a very boring process. The way to do it is to add a read and write protocol based on demo,then test the Bluetooth list displayed by clicking on it to see if it corresponds to the protocol. In addition, the BluetoothLeService class does not have to make too many changes.)
- 2018-02-07 11:55:52下载
- 积分:1
-
android_usb_serial-master
android host usb to serial converter example
- 2013-10-21 12:35:16下载
- 积分:1
-
android 随手记账本app源码下载,可以在eclipse直接运行
转载的源码可直接运行,仅用于学习
- 2018-08-10下载
- 积分:1
-
android仪表盘demo
一个android仪表盘demo,可以通过输入数值使得仪表盘指针旋转,当输入数值比当前指针所在位置数值大时,指针顺时针旋转;当输入数值比当前指针所在位置数值小时,指针逆时针旋转。
- 2022-08-26 00:51:13下载
- 积分:1
-
模仿小米的记事本
该APP主要模仿小米的原生记事本做的,可以实现记事本的信息录取,数据的输入,列表查看,删除 ,分享的功能,非常适合开发者查看和练习使用,希望能帮助更多的人。
- 2023-02-19 16:45:04下载
- 积分:1
-
安卓文件浏览器
安卓文件浏览器,实现简单的文件浏览功能,并且已经实现调用合适的应用程序打开已选的文件。通过编程练习安卓开发能力。增强编码能力。
- 2023-06-07 06:50:03下载
- 积分:1
-
cloudmuisc
模仿网易云音乐的手机APP,android开发,仅供学习参考(Imitate the netease cloud music APP, android development, for educational purposes only)
- 2015-12-13 15:41:59下载
- 积分:1
-
Android高仿新浪微博的Tab
一个简单的Android Demo,实现了android新浪微博客户端4.x后的底部tab效果,并实现了切换功能,代码清晰,注释清楚,欢迎学习交流
- 2022-10-25 17:50:03下载
- 积分:1
-
Android中IntentService的特征
service中1需要手动开启子线程2服务开启之后会一直运行,需要手动调用stopService();或者stopSelf(); intentService是一种异步(子线程)、自动停止的服务,这个例子测试IntentService的特征
- 2022-05-20 04:17:23下载
- 积分:1
-
带有数字进度的SeekBar
应用背景该SeekBar在拖动过程中有数字的实时显示,有这方面需求的可以参考关键技术
自定义SeekBar集成Android SeekBar,添加数字显示,和数字回调监听
- 2022-03-02 13:03:52下载
- 积分:1