Nicla Vision - AttributeError: 'module' object has no attribute 'WINC'

Hi everyone,

When using the “connect_1.py” example, I have a message error in the line:

wlan = network.WINC()

With the message error being:

AttributeError: ‘module’ object has no attribute ‘WINC’

Is there a way to get a step by step fix?

Best Regards,

Ced

Use the Arduino Portenta examples. The driver is called WLAN.

Indeed thank you very much!