# wireless_system_rnwf **Repository Path**: mitech3/wireless_system_rnwf ## Basic Information - **Project Name**: wireless_system_rnwf - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-06-19 - **Last Updated**: 2026-06-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Harmony 3 Wireless system services for RNWF02, RNWF11, and WINCS02 MPLAB® Harmony 3 is an extension of the MPLAB® ecosystem for creating embedded firmware solutions for Microchip 32-bit SAM and PIC® microcontroller and microprocessor devices. Refer to the following links for more information. - [Microchip 32-bit MCUs](https://www.microchip.com/design-centers/32-bit) - [Microchip 32-bit MPUs](https://www.microchip.com/design-centers/32-bit-mpus) - [Microchip MPLAB X IDE](https://www.microchip.com/mplab/mplab-x-ide) - [Microchip MPLAB® Harmony](https://www.microchip.com/mplab/mplab-harmony) - [Microchip MPLAB® Harmony Pages](https://microchip-mplab-harmony.github.io/) This repository contains the MPLAB® Harmony 3 Wireless system services for RNWF02, RNWF11, and WINCS02 devices. Wireless system services abstracts out the complexities of a networked system design and simplifies development using RNWF02/RNWF11/WINCS02. Refer to the following links for release notes, license and more information about each system service. - [Release Notes](./release_notes.md) - [MPLAB® Harmony License](License.md) ## RNWF02 System Services - [Wi-Fi System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_WiFi_Service_32bit&version=latest&redirect=true) - [Provision System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_Provisioning_Service_32bit&version=latest&redirect=true) - [Net System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_Net_Socket_Service_32bit&version=latest&redirect=true) - [OTA System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_WiFi_OTA_Service_Interface_32bit&version=latest&redirect=true) - [MQTT System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_MQTT_System_Service_32bit&version=latest&redirect=true) ## RNWF11 System Services - [Wi-Fi System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_WiFi_Service_32bit&version=latest&redirect=true) - [Provision System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_Provisioning_Service_32bit&version=latest&redirect=true) - [Net System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_Net_Socket_Service_32bit&version=latest&redirect=true) - [OTA System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_WiFi_OTA_Service_Interface_32bit&version=latest&redirect=true) - [MQTT System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=RNWFx_App_MQTT_System_Service_32bit&version=latest&redirect=true) ## WINCS02 System Services - [Wi-Fi System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=mcc_h3_RNWF_wifi_system_service_configurations&version=latest&redirect=true) - [Provision System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=mcc_h3_pic32mzw1_wifi_prov_system_service_configurations&version=latest&redirect=true) - [Net System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=mcc_h3_RNWF_net_system_service_configurations&version=latest&redirect=true) - [OTA System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=mcc_h3_RNWF_ota_system_service_configurations&version=latest&redirect=true) - [MQTT System Service](https://onlinedocs.microchip.com/v2/keyword-lookup?keyword=mcc_h3_RNWF_mqtt_system_service_configurations&version=latest&redirect=true) ## Contents Summary |Folder|Description| |------|-----------| |system|Contains RNWF02, RNWF11, and WINCS02 Wireless system service code and configuration files.| |docs |Contains documentation in html format for offline viewing (to be used only after cloning this repository onto a local machine).| ## Code Examples Wireless system code examples for RNWF02, RNWF11, and WINCS02 can be found in the [wireless_apps_rnwf](https://github.com/Microchip-MPLAB-Harmony/wireless_apps_rnwf) repo.