Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 2.77 KB

File metadata and controls

28 lines (14 loc) · 2.77 KB

Building Block Examples

This section covers PIC32CX_BZ2_WBZ45x Application Building Blocks. Building blocks are compact training modules revolving around implementing a particular BLE functionality/feature on PIC32CXBZ2 and WBZ451 Devices.

These training modules ease users' development experience by providing a step-by-step procedure to build a BLE Feature from Scratch. Moving through the building blocks, users will be able to gain familiarity with the SDK, MPLAB Harmony software development framework, MPLAB Code Configurator, and API's necessary for implementing the BLE features of interest. Users who have working knowledge of BLE and no familiarity with the Harmony framework, Microchip BLE SDK, tools, etc., are recommended to start their SW development process with Building Blocks.

New MPLAB Code Configurator users are recommended to go through the overview.

Building blocks are divided into 3 categories based on the device roles and features users are interested in developing. This segregation is important as users interested in developing only a certain type of device would be provided only the training modules and necessary reference examples related to the device type.

  1. Peripheral Building Blocks

  2. Central Building Blocks

  3. Multirole Building Blocks

Parent topic:BLE Applications