WIFI module for ZEDBOARD

The project goal is to add Wi-Fi communications capabilities for Zed-Board.
The communication will be performed by GUI on remote computer to read, write, and send information from or to the board.

The WIFI device in this project is ESP8266, the communication with the device is done using AT commands, that enable to configurate the device, send-receive data. The communcation with AT commands based on TCP/IP protocol.

The design of the project implemented in Vivado, the program implemented in SDK.

 

i3