freedreamer82 / wfx-fullMAC-tools

Tools and examples related to Wi-Fi FMAC driver and Silicon Labs Wi-Fi solutions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 in the SLSTK3701A_micriumos_lwip_wfx200/README.md)
      • WGM160P_micriumos_lwip_wfx200: Example using Micrium OS and LwIP running on the WGM160P Wi-Fi Module Radio Board (more information in the WGM160P_micriumos_lwip_wfx200/README.md)
    • STM32
      • WF200_driver_F429ZI_BM-LwIP: Bare metal example with LwIP running on the NUCLEO-F429ZI board (more information in the WF200_driver_F429ZI_BM-LwIP/README.md)
      • WF200_driver_F429ZI_FreeRTOS-LwIP: Example using FreeRTOS and LwIP running on the NUCLEO-F429ZI board (more information in the WF200_driver_F429ZI_FreeRTOS-LwIP/README.md)
  • Tools: contains generic tools
    • pds_compress: Python script to compress Platform Data Set files

FMAC driver source code

The latest WFx Wi-Fi FMAC driver version is located here

FMAC driver documentation

The latest WFx Wi-Fi FMAC driver documentation is located here.

About

Tools and examples related to Wi-Fi FMAC driver and Silicon Labs Wi-Fi solutions


Languages

Language:Python 100.0%