登录
首页 » Java » Android 经典蓝牙(Classic Bluetooth)和低功耗蓝牙(BLE)

Android 经典蓝牙(Classic Bluetooth)和低功耗蓝牙(BLE)

于 2020-12-07 发布
0 118
下载积分: 1 下载次数: 1

代码说明:

从蓝牙4.0开始包含两个蓝牙芯片模块:传统/经典蓝牙模块(Classic Bluetooth,简称BT)和低功耗蓝牙(Bluetooth Low Energy,简称BLE) 经典蓝牙是在之前的蓝牙1.0,1.2,2.0 EDR,2.1 EDR,3.0 EDR等基础上发展和完善起来的, 而低功耗蓝牙是Nokia的Wibree标准上发展起来的,是完全不同两个标准。1.经典蓝牙模块(BT)泛指蓝牙4.0以下的模块,一般用于数据量比较大的传输,如:语音、音乐、较高数据量传输等。经典蓝牙模块可再细分为:传统蓝牙模块和高速蓝牙模块。传统蓝牙模块在2004年推出,主要代表是支持蓝牙2.1协议的模块,在智能手机爆发的时期得到广泛支持。高速蓝牙模块在2009年推出,速率提高到约24Mbps,是传统蓝牙模块的八倍。 传统蓝牙有3个功率级别,Class1,Class2,Class3,分别支持100m,10m,1m的传输距离2.低功耗蓝牙模块(BLE)泛指蓝牙4.0或更高的模块,蓝牙低功耗技术是低成本、短距离、可互操作的鲁棒性无线技术,工作在免许可的2.4GHz ISM射频频段。因为BLE技术采用非常快速的连接方式,因此平时可以处于“非连接”状态(节省能源),此时链路两端相互间只是知晓对方,只有在必要时才开启链路,然后在尽可能短的时间内关闭链路(每次最多传输20字节)。低功耗蓝牙无功率级别,一般发送功率在7dBm,一般在空旷距离,达到20m应该是没有问题

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 语音识别可用例子源码下载(科大讯飞)
    android 语音识别可用例子源码下载(科大讯飞)
    2015-05-16下载
    积分:1
  • 采用JSON格式返回数据给资讯客户端
    采用JSON格式返回数据给资讯客户端
    2015-02-15下载
    积分:1
  • android listview下拉刷新示例源码下载
    android listview下拉刷新示例源码下载
    2014-04-13下载
    积分:1
  • 登录注册代码
    登录注册代码
    2014-01-08下载
    积分:1
  • Slidingmenu
    Slidingmenu
    2015-01-17下载
    积分:1
  • android 一键配置WIFI模块 源码
    WIFI模块转串口   一键配置
    2015-06-03下载
    积分:1
  • android学生信息管理系统app源码
    android学生信息管理系统app源码
    2019-12-23下载
    积分:1
  • android 3D相册 示例源码下载(有图有源码)
    android 3D相册 示例源码下载(有图有源码)
    2013-10-23下载
    积分:1
  • 远程视频监控
    【核心代码】 public interface CameraSource {  static final String LOG_TAG = "camera";  /**  * Open the camera source for subsequent use via calls to capture().  *   * @return true if the camera source was successfully opened.  */  boolean open();  /**  * Close the camera source. Calling close on a closed CameraSource is  * permitted but has no effect. The camera source may be reopened after  * being closed.  */  void close();  /**  * The width of the captured image.  *   * @return the width of the capture in pixels  */  int getWidth();  /**  * The height of the captured image.  *   * @return the height of the capture in pixels  */  int getHeight();  /**  * Attempts to render the current camera view onto the supplied canvas.  * The capture will be rendered into the rectangle (0,0,width,height).  * Outstanding transformations on the canvas may alter this.  *   * @param canvas the canvas to which the captured pixel data will be written  * @return true iff a frame was successfully written to the canvas  */  boolean capture(Canvas canvas);  boolean saveImage(String savePath, String fileName); }
    2013-12-04下载
    积分:1
  • 可收缩界面控件
    可收缩界面控件
    2013-05-30下载
    积分:1
  • 696518资源总数
  • 104349会员总数
  • 32今日下载