Trying to access the PYNQ-Z2 board wirelessly from my laptop to use jupyter (ref: test2 query)

Hi Rock,

Tried what you suggested with the Ethernet connected to the router (had also the USB Wifi dongle connected to the USB host of the PYNQ-Z2 board). After the board was booted up successfully and manage to get access to Jupyter

Run the following ;

from pynq.lib import wifi
port = wifi()

But got a typeError wrt the 2nd line ie
port = wifi()

TypeError : ‘module’ object is not callable

Please advise to what went wrong here.

Your prompt reply to this matter will be appreciated.

Regards,
Kevin