芯科蓝牙BG27开发笔记9-资料整理

SSV5中的例程

在ssv5中有少量开箱即用的例程,第一篇笔记就是从这里开始的:

芯科蓝牙BG27开发笔记9-资料整理_第1张图片

然而,仅仅这些代码吗?其他例程代码在何处?

Software Developer Docs - Silicon Labs

所有内容都可以在官网文档找到。

之前是从ssv5直接开始使用,继续学习就需要转向以阅读官方文档为主。

官方网页文档要点

芯科蓝牙BG27开发笔记9-资料整理_第2张图片

突出显示了三个部分:

1. ssv5工具的使用,文档有pdf下载

2. 蓝牙SDK,蓝牙部分,有pdf下载

3. 芯片驱动,裸机部分,不提供整个pdf下载

开箱即用蓝牙例程的说明文档:

More Demos and Examples - v6.1.0 - Bluetooth LE Silicon LabsSilicon Labs developer documentation portalicon-default.png?t=N7T8https://docs.silabs.com/bluetooth/6.1.0/bluetooth-getting-started-demos-examples/

其他蓝牙例程的说明文档:

Code Examples - v6.1.0 - Bluetooth LE Silicon LabsSilicon Labs developer documentation portalicon-default.png?t=N7T8https://docs.silabs.com/bluetooth/6.1.0/bluetooth-examples-overview/外设例程的说明文档:

Overview - v4.3 - Gecko Platform Silicon LabsSilicon Labs developer documentation portalicon-default.png?t=N7T8https://docs.silabs.com/gecko-platform/4.3/platform-examples/

Github仓库中的例程

GitHub - SiliconLabs/application_examples: Start here to find code examples for Silicon Labs EFM32 and EFR32Start here to find code examples for Silicon Labs EFM32 and EFR32 - GitHub - SiliconLabs/application_examples: Start here to find code examples for Silicon Labs EFM32 and EFR32icon-default.png?t=N7T8https://github.com/SiliconLabs/application_examples该仓库中含有大量内容。目前主要关注蓝牙例程和平台例程:

芯科蓝牙BG27开发笔记9-资料整理_第3张图片

蓝牙例程包:

GitHub - SiliconLabs/bluetooth_applications at 33efabb762f2cee7a438069abd90ec1f0768ae48

BG27的外设例程包-驱动的简单使用:

https://github.com/SiliconLabs/peripheral_examples/tree/8f73e281a03caf3484b992c88c62a0d4a400d50e/series2

外设例程包-驱动的综合应用:

GitHub - SiliconLabs/platform_applications at 90758ae2cb7729898d8e78df0a2105609d7c56f9

你可能感兴趣的:(Silicon,labs蓝牙开发,笔记)