Search found 1 match

by wbodemann
Fri Aug 09, 2019 1:47 pm
Forum: MicroPython pyboard
Topic: Ethernet Adapter for PyBoard Which?
Replies: 13
Views: 18136

Re: Ethernet Adapter for PyBoard Which?

Well, I installed the proper firmware and followed the examples for the network module. Mine is hooked up as nic = network.WIZNET5K(pyb.SPI(1), pyb.Pin.board.X5, pyb.Pin.board.X4) My PyBoard reads several sensors and uses a simple http GET to post data to my server, 10 times per hour. It has been d...