4.1.1 Central

BLE Central devices discover and listen to BLE devices that are advertising. These devices are capable of establishing connection to Peripherals. Central devices are also capable of establishing multiple connections (multilink) at the same time. There are certain use cases where a connection between the devices (Peripheral and Central) is not essential and scanning (Receive only, no transmit) feature alone is sufficient. These type of devices are called observers.
Note: It is recommended that new users of MCC to go through the Overview

Prerequisites

Install tool chain and harmony components documented in Getting Started with Software Development (see Getting Started with Software Development from Related Links) .

Blocks

  1. Bluetooth®LE Legacy Scan
    • Receive Data Payload using BLE Legacy Scan (no BLE connection)
  2. Bluetooth®LE Scan Extended Advertisement
    • Receive Data Payload using BLE Extended Scan (no BLE connection)
  3. Bluetooth®LE Connection
    • Configure stack for Central Functionality
    • Connection between Peripheral and Central Device
  4. Profiles and services:

    • Microchip Proprietary – Bluetooth®LE Transparent UART Central (Legacy Scan + Connection + Data Exchange)
      • Data Exchange using Microchip Transparent UART profile and service between two devices (peripheral and central) after a BLE connection
  5. Adding UART
    • Print Hello World
Note: Refer to these applications from Related Links.