我注意到 Widcomm/Broadcom BT SDK 有点过时了。最后一个版本 ( BTW 6.1.0.1504 ) 是在 2009 年 1 月 10 日。
第一个问题,
我可以将它用于未来的博通蓝牙芯片(换句话说:它是否向前兼容)?
第二个问题,
Broadcom BLE 是否有 SDK(适用于 Windows)?
提前致谢!
我注意到 Widcomm/Broadcom BT SDK 有点过时了。最后一个版本 ( BTW 6.1.0.1504 ) 是在 2009 年 1 月 10 日。
第一个问题,
我可以将它用于未来的博通蓝牙芯片(换句话说:它是否向前兼容)?
第二个问题,
Broadcom BLE 是否有 SDK(适用于 Windows)?
提前致谢!
我试图为 WIDCOMM 获取最新的 SDK,因为公开的 SDK 是 2009 年推出的,不支持 BLE。这是我收到的无用回复:
最新的版本是他们在网站上发布的 6.1.0.1506 他们没有任何更高的版本。他们将使用 Windows 原生 SDK,Broadcom 似乎不打算提供进一步的更新。
所以我想说 WIDCOMM SDK 不再公开可用。
Broadcom 有一个“WICED Smart”SDK,用于在其 BLE 芯片(例如 BCM27036、BCM20737)上进行固件开发。SDK 使用 Eclipse 和 GCC 为 BLE 设备芯片构建固件,但一些演示项目还包括用于主机端程序与设备端固件通信的 Visual C++ 源代码。这些主机端程序通过 Windows 7 上的 WIDCOMM 驱动程序支持 BLE,或在 Windows 8 上支持本机 Microsoft BLE。
通常,尝试在 Windows 7(或更早版本)上支持 BLE 是徒劳的。
I have been using the latest versions of the WICED Smart SDK : 2.1 and 2.2. So far it is doing the trick, and installing it includes all the example projects, of which there are many.
One issue though is that there is no true debugging. You can use the HCI UART for debug traces, which at times can be handy, but true step through debugging can only be accomplished using a third party SWD (Serial Wire Debug) tool:
http://community.broadcom.com/docs/DOC-1741
I have not yet tried it but I will probably soon.
Unfortunately, you will have to register on Broadcom's community to view that application note.