【发布时间】:2014-02-20 03:24:20
【问题描述】:
我正在开发一个应用程序,我必须连接到 Android 4.3 上的蓝牙设备。
我想在Android APP和CC2541 Keyfob之间进行双边通信。
我的想法是:
1.我连接到 CC2541 密钥卡并将文本数据从我的 APP 发送到 CC2541 密钥卡。
2. CC2541 keyfob在收到来自Android APP的文字后,会通过UART在PC上显示文字。
3. CC2541 keyfob收到短信后,会将短信发送回安卓APP。
问题如下:
1.我应该使用哪个配置文件和服务来发送文本数据?
2. Android 应用程序 4.3 中如何将文本数据发送到 CC2541 密钥卡??
3. CC2541端如何接收文本数据??
【问题讨论】:
-
我也想实现同样的想法。请查看stackoverflow.com/questions/26800606/…
标签: android bluetooth bluetooth-lowenergy android-bluetooth