CC256x MSP430 Bluetopia SDK\v1.4 R1基础上改,实现 HFP(语音免提) + BLE(传输控制数据 和传感数据)
时间:10-02
整理:3721RD
点击:
在CC256x MSP430 Bluetopia SDK\v1.4 R1基础上改,实现 HFP(语音免提) + BLE(传输控制数据 和传感数据)。在哪一个例子上面改最方便?因为在430平台上,TI已经有做好了以下例子:
SPP Demo
- This application shows how to utilize the SPP module and also how handle the different callback events. The application can be used to interface with a remote SPP Client or Server.
SPP + SPPLE Demo
- This application shows how to utilize Low Energy (LE) and the GATT profile. This sample emulates using SPP over LE using the GATT Profile. This sample acts as a LE Master and LE Slave.
- This application also shows how to utilize the SPP module and how to handle the different SPP callback events. This will act as either a SPP Server or SPP Client and exposes the same command set for SPP as the SPPDemo.
ANP Demo
- This application shows how to utilize Low Energy (LE) and the GATT profile. This sample implements the Alert Notification Profile (ANP) using the GATT profile. This sample acts as a LE Master and LE Slave.
HRP Demo
- This application shows how to utilize Low Energy (LE) and the GATT profile. This sample implements the Heart Rate Monitoring Profile (HRP) using the GATT profile. This sample acts as a LE Master and LE Slave.
HTP Demo
- This application shows how to utilize Low Energy (LE) and the GATT profile. This sample implements the Health Thermometer Profile (HTP) using the GATT profile. This sample acts as a LE Master and LE Slave.
PASP Demo
- This application shows how to utilize Low Energy (LE) and the GATT profile. This sample implements the Phone Alert Status Profile (PASP) using the GATT profile. This sample acts as a LE Master and LE Slave.
thomas,
你完全可以相爱MSP430平台上动作。
MSP430平台上已经有HFP和SPPLE, 你可以把这两个工程合起来,完成你的目的。