-
大小: 8.05MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-11-10
- 语言: 其他
- 标签: Nordic; nRF51822; Bluetooth; 蓝牙
资源简介
nRF-Toolbox是Nordic提供的用于检查和调试蓝牙设备特别是低功耗蓝牙的工具,虽说是nordic的,但实际这是一个同样程序,任何其他蓝牙4.0以上的设备都可以连接。这个工具可以让开发者看到设备的广播信息以及一对服务信息,包括uuid值等,同时还可以通过这个工具往设备传送数据。但是一个字节一个字节发数据显然太慢了,所以这个源代码可以让你在原有程序的基础上进行改动,以便适合你自己的数据传输
代码片段和文件信息
/*
* Copyright (c) 2015 Nordic Semiconductor
* All rights reserved.
*
* Redistribution and use in source and binary forms with or without modification are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice this list of conditions and the following disclaimer.
*
* 2. Redistributions in binary form must reproduce the above copyright notice this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* 3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this
* software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS“ AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING BUT NOT
* LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
* HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT
* LIMITED TO PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
* ANY THEORY OF LIABILITY WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
* USE OF THIS SOFTWARE EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
package no.nordicsemi.android.nrftoolbox;
import android.app.Application;
import android.test.ApplicationTestCase;
/**
* Testing Fundamentals
*/
public class ApplicationTest extends ApplicationTestCase {
public ApplicationTest() {
super(Application.class);
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\
文件 61 2017-03-17 13:48 Android-nRF-Toolbox-master\.gitignore
文件 1490 2017-03-17 13:48 Android-nRF-Toolbox-master\LICENSE
文件 14683 2017-03-17 13:48 Android-nRF-Toolbox-master\README.md
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\
文件 13 2017-03-17 13:48 Android-nRF-Toolbox-master\app\.gitignore
文件 2051 2017-03-17 13:48 Android-nRF-Toolbox-master\app\build.gradle
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\libs\
文件 120675 2017-03-17 13:48 Android-nRF-Toolbox-master\app\libs\achartengine-1.1.0.jar
文件 670 2017-03-17 13:48 Android-nRF-Toolbox-master\app\proguard-rules.pro
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\androidTest\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\androidTest\java\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\androidTest\java\no\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\android\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\android\nrftoolbox\
文件 1902 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\androidTest\java\no\nordicsemi\android\nrftoolbox\ApplicationTest.java
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\
文件 11009 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\AndroidManifest.xm
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\assets\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\assets\fonts\
文件 136172 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\assets\fonts\trebuc.ttf
文件 126376 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\assets\fonts\trebucbd.ttf
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\java\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\java\no\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\android\
目录 0 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\android\nrftoolbox\
文件 3345 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\android\nrftoolbox\AppHelpFragment.java
文件 9123 2017-03-17 13:48 Android-nRF-Toolbox-master\app\src\main\java\no\nordicsemi\android\nrftoolbox\FeaturesActivity.java
............此处省略653个文件信息
- 上一篇:adb interface驱动程序
- 下一篇:p2p 的简单实现 上传文件
评论
共有 条评论