Wireless communication

Hello everyone
I am new in the field and would like to know how I can work with a z2 card in wireless communication. I am interested in taking the card as a black box that will do its processing task and send the output to a user’s computer via wireless communication.
Do I need an additional component that interfaces with the z2 card and how do I get the information on the user’s computer?
Thanks for the helpers.

Hi @Shilo_Weiss,

Welcome to the PYNQ community.

You can use a USB WiFi dongle.

There was a similar question a few days ago

If you search on the forum you will find plenty of information about getting data on the user’s computer. When you use JupyterLab you are effectively doing this.

You can also consider a server/client application model.

Mario