Skip to content

Wiznet/WizFi360-EVB-Pico-MicroPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RP2040 & WizFi360 Examples with MicroPython

Overview

The RP2040 & WizFi360 examples with MicroPython use WizFi360-EVB-Pico - Wi-Fi I/O module built on RP2040 and WIZnet's WizFi360 Wi-Fi module.

Getting Started

Please refer to Getting Started for how to configure development environment or examples usage.

Directory Structure

WizFi360-EVB-Pico-MicroPython
┣ examples
┃   ┣ blink
┃   ┣ http
┃   ┃   ┗ request
┃   ┣ loopback
┃   ┣ mqtt
┃   ┣ ping
┃   ┣ tcp
┃   ┃   ┗ client
┃   ┗ wi-fi
┣ libraries
┗ static
    ┣ documents
    ┣ firmwares
    ┗ images

Appendix

Other Examples

Wizfi360 AT Command

The Wizfi360-EVB-pico send AT command to the Wizfi360 from RP2040. If you want to add a new command to your libraries, refer to the following document.