4343W BT(SPP)+BLE(BSG) 测速

公告

大中华汽车电子生态圈社区并入开发者社区- 更多资讯点击此

Tip / 登入 to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Eric_wang
Level 4
Level 4
25 replies posted 10 replies posted 10 questions asked

请问,有没有DEMO支持4343W EVK测试BT模式下的SPP和BLE模式下的BSG传输速率?

0 点赞
1 解答
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

hello:

      SPP 的demo code在20719 里面有, 没有直接用于43xx的代码。 可以根据20706,20719的参考代码重新修改测试。  BLE我们测试吞吐时采取的策略是通过notify或者indicate的方式, 通过串口在一段时间里面接收到的字节数来计算吞吐, 这两种方法都需要自己去尝试开发和调试, 这也是去了解BT和BLE的一个过程。

在原帖中查看解决方案

0 点赞
4 回复数
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

hello:

      SPP 的demo code在20719 里面有, 没有直接用于43xx的代码。 可以根据20706,20719的参考代码重新修改测试。  BLE我们测试吞吐时采取的策略是通过notify或者indicate的方式, 通过串口在一段时间里面接收到的字节数来计算吞吐, 这两种方法都需要自己去尝试开发和调试, 这也是去了解BT和BLE的一个过程。

0 点赞
Eric_wang
Level 4
Level 4
25 replies posted 10 replies posted 10 questions asked

好的,非常感谢!

0 点赞
jina_4171326
Level 2
Level 2
First like given

yes, i have a same question. i want to some example code of SPP(BT) profile for CYW4343W.

0 点赞
Zhengbao_Zhang
Moderator
Moderator
Moderator
250 sign-ins First comment on KBA 10 questions asked

hello:

  better to have a reference from bt_dualmode_server app, thanks.