Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 3.4 KB

File metadata and controls

63 lines (45 loc) · 3.4 KB

PIC32CXBZ2_WBZ45x BLE WINC1500

"IoT Made Easy!" - These example applications add Wi-Fi connectivity to a BLE+15.4 capable device

Devices: | PIC32CXBZ2 | WBZ45x |
Features: | BLE | Wi-Fi |

⚠ Disclaimer

THE SOFTWARE ARE PROVIDED "AS IS" AND GIVE A PATH FOR SELF-SUPPORT AND SELF-MAINTENANCE. This repository contains example code intended to help accelerate client product development.

For additional Microchip repos, see: https://github.com/Microchip-MPLAB-Harmony

Checkout the Technical support portal to access our knowledge base, community forums or submit support ticket requests.

Description

The PIC32CXBZ2 / WBZ45x SoC/Module enables IOT (Internet of Things) wireless connectivity by providing a low power SoC that provides BLE 5.1 along with IEEE 802.15.4 (Zigbee) in a single SoC. The WBZ45x module enables users to interact with Bluetooth or IEEE 802.15.4 (Zigbee) networks.

This package explains how to interface a WINC1500 device to a WBZ45x module so that the user's application can support Wi-Fi connectivity also.

wbz451_curiosity

Contents

  1. Serial Bridge Application to update WINC1500 Firmware
    1. Introduction
    2. Bill of materials
    3. Hardware Setup
    4. Software Setup
    5. Harmony MCC Configuration
    6. Run the demo
  2. Wi-Fi Access Point Scan
    1. Introduction
    2. Bill of materials
    3. Hardware Setup
    4. Software Setup
    5. Harmony MCC Configuration
    6. Run the demo
  3. Wi-Fi Provisioning over BLE
    1. Introduction
    2. Bill of materials
    3. Hardware Setup
    4. Software Setup
    5. Harmony MCC Configuration
    6. Run the demo
  4. MQTT Client Chat Demo
    1. Introduction
    2. Bill of materials
    3. Hardware Setup
    4. Software Setup
    5. Harmony MCC Configuration
    6. Run the demo

Back to top