Search found 1 match

by story047
Thu Jun 09, 2022 8:53 pm
Forum: General Discussion and Questions
Topic: pyboard ethernet connection
Replies: 2
Views: 1118

pyboard ethernet connection

Using a pyblitev1.0 and firmware update 'pyblitev10-20220117-v1.18.dfu' I'm trying to import network and use the WIZNET5k class to connect to my ethernet port. code: import pyb import network nic = network.WIZNET5K(pyb.SPI(1), pyb.Pin.board.X5, pyb.Pin.board.X4) print(nic.ifconfig()) returns: Traceb...