8 years, 3 months ago.

Building a networked "hello world" with STM32

Hello and thanks for all the help.

I have a STM32 Nucleo and I learned it is not equipped with ethernet support. To enable this I purchased a arduino-like ethernet shield http://www.aitendo.com/product/10267 that uses Wiznet 5100.

My question is what are the minimum steps I should do to build a "hello world" (meaning a basic application) that is connected to the internet? (using mbed of course). Is there a step by step tutorial on this?? (I found one that does not use mbed)

I ask this because it seems there are several libraries I should use (or should not use??) like Ethernet, Ethernet interface, WIZ820ioNetIf??? , sockets?? that I have become confused...

Any help will be greatly appreciated, thanks in advance

Question relating to:

Try this library https://developer.mbed.org/teams/WIZnet/code/WIZnet_Library/. Import 1 of the Dependants.

posted by David Fletcher 19 Jan 2016

Another one?? (W5500Interface) So far I have found the WIZ820ioInterface https://developer.mbed.org/components/Seeed-Ethernet-Shield-V20/ and the W550 https://developer.mbed.org/components/W5500-Ethernet-Kit-for-IoT/ and the WIZ820ioNetIf https://developer.mbed.org/users/va009039/notebook/wiz820ionetif/

Which one should I use???

posted by Cristian Fuentes 21 Jan 2016
Be the first to answer this question.