Ethernet board

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
logicaprogrammabile
Posts: 2
Joined: Tue Sep 27, 2016 8:56 am

Ethernet board

Post by logicaprogrammabile » Tue Sep 27, 2016 8:58 am

hi all
i need to know how to connect a ethernet module to the pyboard.
the ethernet class which devices supports? it is possible connect the enc28j60 to the spi port and use the standard ethernet class?

thanks
Marco

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Ethernet board

Post by pythoncoder » Tue Sep 27, 2016 3:50 pm

The Wiznet 5K series is officially supported https://github.com/micropython/micropyt ... /README.md.
Peter Hinch
Index to my micropython libraries.

logicaprogrammabile
Posts: 2
Joined: Tue Sep 27, 2016 8:56 am

Re: Ethernet board

Post by logicaprogrammabile » Tue Sep 27, 2016 4:23 pm

thanks!

to use the wiz5k it is correct to connect this module to the spi port?

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Ethernet board

Post by pythoncoder » Wed Sep 28, 2016 4:38 pm

Glancing at the source code it looks that way, but I've never actually used the device. You need to use the network build of firmware.
Peter Hinch
Index to my micropython libraries.

Post Reply