5.1.2 Peripheral

BLE Peripheral devices send advertisement packets and accept connection requests from another central device. Connected BLE devices, enable bi-directional data transfer using the profiles and services. There are certain use cases where a connection between the devices (Peripheral & Central) is not essential and advertisement feature (transmit only, no receive) is sufficient.

SDK Setup

Refer to Getting Started with Software Development from Related Links.

Note: SDK Setup is mandatory step before users start developing app examples based of Building Blocks.

Tip: It is recommended for the new users of the MPLAB Code Configurator to refer MPLAB® Code Configurator (MCC) User’s Guide in Reference Documentation from Related Links.

Blocks