Search found 2 matches

by bananajoe
Mon Nov 03, 2014 2:25 pm
Forum: MicroPython pyboard
Topic: module wiznet5k
Replies: 6
Views: 37080

Re: module wiznet5k

Thanks for your response. In the network.WIZnet5k module, it should be possible to edit the ip address. I tried it with: >>>import network >>>wiz = network.WIZnet5k(pyb.SPI(2), pyb.Pin.board.Y5, pyb.Pin.board.Y6) >>>wiz.ipaddr() ('0.0.0.0', '255.255.255.0'. '0.0.0.0', '8.8.8.8') >>>wiz.ipaddr('192.1...
by bananajoe
Fri Oct 31, 2014 12:16 pm
Forum: MicroPython pyboard
Topic: module wiznet5k
Replies: 6
Views: 37080

module wiznet5k

Hi, did anyone succeed in getting use the wiznet5k module? I build the pyboard firmware by using: $ make MICROPY_PY_WIZNET5K=1 The build output loocks like: ... CC modwizenet5k.c CC ../drivers/wiznet5k/ethernet/w5200/w5200.c CC ../drivers/wiznet5k/ethernet/wizchip_conf.c CC ../drivers/wiznet5k/ether...