2021-10-27 14:39:41 索炜达电子 861
项目编号:E1876
文件大小:3.9M
源码说明:带中文注释
开发环境:C编译器
简要概述
TI CC2540蓝牙模块程序(实现心率、温度等数据传输)
目录│文件列表:
└ Texas Instruments
└ BLE-CC254x-1.3.2
│ EULA.pdf
│ README.txt
├ Accessories
│ ├ BTool
│ │ │ BTool_Setup.msi
│ │ └ setup.exe
│ ├ Drivers
│ │ └ ccxxxx_usb_cdc.inf
│ └ HexFiles
│ │ CC2540MiniDkDemoSlave.hex
│ │ CC2540_keyfob_SimpleBLEPeripheral.hex
│ │ CC2540_SmartRF_HostTestRelease_All.hex
│ │ CC2540_SmartRF_SimpleBLECentral.hex
│ │ CC2540_SmartRF_SimpleBLEPeripheral.hex
│ │ CC2540_USBdongle_HIDAdvRemoteDongle.hex
│ │ CC2540_USBdongle_HostTestRelease_All.hex
│ │ CC2541DK_BIM_SensorTagOadImgA.hex
│ │ CC2541MiniDkDemoSlave.hex
│ │ CC2541_ARC_HIDAdvRemote.hex
│ │ CC2541_keyfob_SimpleBLEPeripheral.hex
│ │ CC2541_SmartRF_HostTestRelease_All.hex
│ │ CC2541_SmartRF_SimpleBLECentral.hex
│ └ CC2541_SmartRF_SimpleBLEPeripheral.hex
├ Components
│ ├ ble
│ │ ├ controller
│ │ │ └ include
│ │ │ │ ll.h
│ │ │ │ ll_math.h
│ │ │ │ ll_sleep.h
│ │ │ │ ll_timer2.h
│ │ │ │ phy.h
│ │ │ └ phy_image.h
│ │ ├ hci
│ │ │ │ hci_data.h
│ │ │ │ hci_event.h
│ │ │ └ hci_tl.h
│ │ ├ host