CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 串口编程

文件名称:BLE_CC254x协议栈

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2019-12-27
  • 文件大小:
    33.4mb
  • 已下载:
    1次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

Documents为协议栈相关说明文档,Projects为官方提供的demos,很多demo都是可以直接修改使用的,其中重点关心四个demo:

SimpleBLEBroadcaster、SimpleBLECentral、SimpleBLEObserver、SimpleBLEPeripheral。 
这四个代码是CC254x开发的基本模板,他们都有自己的特点。 
• Broadcaster 广播员 —— 非连接性的信号装置 
• Observer 观察者    —— 扫描得到,但不能链接 
• Peripheral 从机    —— 可链接,在单个链路层链接中作为从机 
• Central 主机   —— 扫描设备并发起链接,在单链路层或多链路层中作为主机。
————————————————
版权声明:本文为CSDN博主「Ctrlturtle」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。
原文链接:https://blog.csdn.net/hechao3225/article/details/53930510
(系统自动生成,下载前可以参看下载内容)

下载文件列表

压缩包 : BLE-CC254x-1.5.0.16.rar 列表
BLE-CC254x-1.5.0.16/.revision
BLE-CC254x-1.5.0.16/Accessories/BTool/BTool_Setup.msi
BLE-CC254x-1.5.0.16/Accessories/BTool/setup.exe
BLE-CC254x-1.5.0.16/Accessories/Drivers/ccxxxx_usb_cdc.cat
BLE-CC254x-1.5.0.16/Accessories/Drivers/ccxxxx_usb_cdc.inf
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2540MiniDkDemoSlave.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2540_keyfob_SimpleBLEPeripheral.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2540_SmartRF_HostTestRelease_All.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2540_SmartRF_SimpleBLECentral.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2540_SmartRF_SimpleBLEPeripheral.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2540_USBdongle_HIDAdvRemoteDongle.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2540_USBdongle_HostTestRelease_All.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2541DK_BIM_SensorTagOadImgA.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2541MiniDkDemoSlave.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2541_ARC_HIDAdvRemote.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2541_keyfob_SimpleBLEPeripheral.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2541_SmartRF_HostTestRelease_All.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2541_SmartRF_SimpleBLECentral.hex
BLE-CC254x-1.5.0.16/Accessories/HexFiles/CC2541_SmartRF_SimpleBLEPeripheral.hex
BLE-CC254x-1.5.0.16/BLE_1.5.0_Manifest.html
BLE-CC254x-1.5.0.16/Components/ble/controller/CC254x/include/ll.h
BLE-CC254x-1.5.0.16/Components/ble/controller/CC254x/include/ll_math.h
BLE-CC254x-1.5.0.16/Components/ble/controller/CC254x/include/ll_sleep.h
BLE-CC254x-1.5.0.16/Components/ble/controller/CC254x/include/ll_timer2.h
BLE-CC254x-1.5.0.16/Components/ble/controller/CC254x/include/phy.h
BLE-CC254x-1.5.0.16/Components/ble/controller/CC254x/include/phy_image.h
BLE-CC254x-1.5.0.16/Components/ble/controller/CC254x/phy/phy.c
BLE-CC254x-1.5.0.16/Components/ble/controller/CC254x/phy/phy_image.c
BLE-CC254x-1.5.0.16/Components/ble/hci/hci_data.h
BLE-CC254x-1.5.0.16/Components/ble/hci/hci_event.h
BLE-CC254x-1.5.0.16/Components/ble/hci/hci_tl.h
BLE-CC254x-1.5.0.16/Components/ble/host/gatt_uuid.c
BLE-CC254x-1.5.0.16/Components/ble/host/linkdb.h
BLE-CC254x-1.5.0.16/Components/ble/include/att.h
BLE-CC254x-1.5.0.16/Components/ble/include/bcomdef.h
BLE-CC254x-1.5.0.16/Components/ble/include/gap.h
BLE-CC254x-1.5.0.16/Components/ble/include/gatt.h
BLE-CC254x-1.5.0.16/Components/ble/include/gatt_uuid.h
BLE-CC254x-1.5.0.16/Components/ble/include/hci.h
BLE-CC254x-1.5.0.16/Components/ble/include/l2cap.h
BLE-CC254x-1.5.0.16/Components/ble/include/sm.h
BLE-CC254x-1.5.0.16/Components/hal/common/hal_assert.c
BLE-CC254x-1.5.0.16/Components/hal/common/hal_drivers.c
BLE-CC254x-1.5.0.16/Components/hal/include/hal_adc.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_assert.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_board.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_defs.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_drivers.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_flash.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_key.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_lcd.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_led.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_rpc.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_sleep.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_timer.h
BLE-CC254x-1.5.0.16/Components/hal/include/hal_uart.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_adc.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_aes.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_aes.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_board_cfg.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_ccm.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_crc.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_crc.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_dma.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_dma.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_flash.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_key.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_lcd.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_led.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_mcu.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_sleep.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_startup.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_timer.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_types.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/hal_uart.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/_hal_uart_dma.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/_hal_uart_isr.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540EB/_hal_uart_spi.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540USB/hal_adc.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540USB/hal_aes.c
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540USB/hal_aes.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540USB/hal_board_cfg.h
BLE-CC254x-1.5.0.16/Components/hal/target/CC2540USB/hal_crc.c
BLE-CC254x-1.5.0.16/Components/ha

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com