Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 2.04 KB

README.md

File metadata and controls

33 lines (25 loc) · 2.04 KB

WFx Wi-Fi FMAC tools

This repository contains tools and examples to use the WFx Wi-Fi FMAC driver (FMAC standing for Full-MAC). The WF200 is a Wi-Fi transceiver and this code is meant to be run with the WF200 Wi-Fi Expansion Kit. See this page for details on the WF200 Wi-Fi Expansion Kit.

Repository content

  • Examples: contains implementations of the FMAC driver on different platforms
    • Silicon Labs MCU
      • SLSTK3701A_micriumos_lwip_wfx200: Example using Micrium OS and LwIP running on the EFM32 Giant Gecko GG11 Starter Kit (more information about the example here)
      • WGM160P_micriumos_lwip_wfx200: Example using Micrium OS and LwIP running on the WGM160P Wi-Fi Module Radio Board (more information about the example here)
    • STM32
      • WF200_driver_F429ZI_BM-LwIP: Bare metal example with LwIP running on the NUCLEO-F429ZI board (more information about the example here)
      • WF200_driver_F429ZI_FreeRTOS-LwIP: Example using FreeRTOS and LwIP running on the NUCLEO-F429ZI board (more information about the example here)
  • Tools: contains generic tools
    • pds_compress: Python script to compress Platform Data Set files
    • RF test agent: Bare Metal application running on SLSTK3701A and NUCLEO-F429ZI platforms and allowing the execution of basic RF tests (more information about the tool here)

FMAC driver source code

The latest WFx Wi-Fi FMAC driver version in the wfx-fullMAC-driver repository

FMAC driver documentation

The latest WFx Wi-Fi FMAC driver documentation in the Silabs WF200 documentation.