Part Number: CC2642R
- CC2642如何进行数据收发?
- 数据收发使用那个demo?
- 模块与手机连接成功后,手机发送的数据模块是通过回调接收吗?
- 模块发数据给手机使用那个接口进行发送?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: CC2642R
您好,
这边建议您进入我们的TI Resource Explorer,在Training部分有相关的SimpleLink Academy for CC13xx CC26xx (6.40.00.00)的一步步学习了解,我们建议您查看bluetooth5中的Scanning and Advertising和Connections,会有对上述问题的解释与讲解。
希望能够帮助到您。
您好,
为了更好地了解CC2642 设备如何发送和接收数据,我建议您看一下这个 SLA:
您还可以使用有关其 SDK 的所有 SLA 资源:https: //dev.ti.com/tirex/
BLE5 Protocol Stack具有GAP和GATT(Generic Attribute Profile)向手机传输数据的功能。
如果要更改密码,可以在文件bcomdef.h 中找到define B_APP_DEFAULT_PASSCODE。
这 define 了设置 BLE Default Passcode。
希望可以帮助到您。