文件名称:BLE_CC254x协议栈
介绍说明--下载内容来自于网络,使用问题请自行百度
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
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
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.