Skip to content

Commit

Permalink
* Adding implementation of BleManager for QPG6100 (#3369)
Browse files Browse the repository at this point in the history
* Updating qpg_sdk to supply necessary updates
* Updated README example

* Restyled by whitespace
* Restyled by clang-format

* Intake comments andy31415 - NULL->nullptr/removal comment code

Co-authored-by: Lucian Copat <[email protected]>
  • Loading branch information
2 people authored and pull[bot] committed Oct 26, 2020
1 parent eea5026 commit 1251400
Show file tree
Hide file tree
Showing 4 changed files with 287 additions and 104 deletions.
4 changes: 2 additions & 2 deletions examples/lock-app/qpg6100/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ An example application showing the use

## Introduction

![QPG6100 DK board](../../platform/qpg6100/doc/images/QPG6100_DK_Board.jpg)
![QPG6100 DK board](../../platform/qpg6100/doc/QPG6100_DK_Board.jpg)

The QPG6100 Lock shows an implementation of a Door Lock device, based on CHIP
and the Qorvo QPG6100 SDK. Intention of this example is to demonstrate a CHIP
Expand All @@ -28,11 +28,11 @@ Current status of implementation:

- Initialization of the CHIP stack.
- CHIP Logging, PlatformManager and ConfigurationManager enabled.
- BLE: CHIPoBLE advertisement and connection available for provisioning

Pending:

- Button and LED control
- BLE: Addition of CHIPoBLE to enable provisioning
- Thread: Linking QPG6100 OpenThread implementation to CHIP build
- Intake CHIP ZCL cluster control for the Lock mechanism through CHIP tool.

Expand Down
Loading

0 comments on commit 1251400

Please sign in to comment.