Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 7 months ago.
Ethernet on Nucleo F401RE
Hi All, I just got my NucleoF401RE board and this the blink-LED example successfully. So far so good. What are the options on getting Ethernet working on this board?
I have an Arduino ENC28J60 Ethernet Shield and also an "official" WizNet W5100 Arduino Ethernet shield.
I see that there is an Ethernet Library mentioned in the "mbed Handbook" (https://mbed.org/handbook/Ethernet-Interface) , but I am not sure it will work or has been adjusted for the STM32F401 processor.
Has anyone got this board hooked up to Ethernet? if so, how? Any other options that I might be missing?
Thanks, Mike
Question relating to:
2 Answers
10 years, 7 months ago.
You can try to use your W5100 board on the Nucleo F401 with this library : http://mbed.org/components/Seeed-Ethernet-Shield-V20/
9 years, 11 months ago.
You can try this library: http://developer.mbed.org/users/hudakz/code/UIPEthernet For an example see: http://developer.mbed.org/users/hudakz/code/WebSwitch_ENC28J60