- Notifications
You must be signed in to change notification settings - Fork1
W5500 Mbed EMAC for Arduino Mbed Core boards
License
Networking-for-Arduino/W5500-EMAC
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This Arduino library usesW5500 driver by Nicholas Humfrey with some adaptation.
Arduino Giga should work with Arduino Ethernet 2 shield. Arduino Portenta H7 boards should work with MKR ETH shield.
If you use a nodule with W5500, wire it to standard SPI pins of the board. On Nano pins 10 to 13. On Portenta pins 8, 9, 10 and SC pin 5 (as the MKR ETH Shield). On Giga R1 use the SPI header and pin 10 as CS.
For Arduino Giga R1, the Ethernet library has to be copied from Mbed Portenta boards package. For Mbed Core Nano boards and RP2040 boards, Ethernet and SocketWrapper library have to be copied.
To use the driver include it in the sketch with the Portenta Ethernet library:
#include <W5500EMAC.h>#include <PortentaEthernet.h>About
W5500 Mbed EMAC for Arduino Mbed Core boards
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.