Skip to content

STM32Ethernet

Frederic Pillon edited this page May 28, 2024 · 2 revisions

STM32Ethernet library

The STM32Ethernet library allows an STM32 board to connect to the internet.
It is based on the Ethernet library provides by Arduino.
This library is fully compatible with Arduino Ethernet library (https://www.arduino.cc/en/Reference/Ethernet).
Examples allow a quickstart.

Requirement

This library could only be used with STM32 board with Ethernet compatibility.
Ex:

  • NUCLEO-F429ZI
  • STM32F746G-DISCOVERY

The LwIP library must be installed to use the STM32Ethernet library.

Installation

Both libraries are available through the Arduino Libraries manager.
Click on "Sketch" menu and then "Include Library > Manage Libraries..."
Search "LwIP" then install "LwIP" and "STM32Ethernet"

Note

Source

STM32Ethernet
https://github.com/stm32duino/STM32Ethernet

LwIP
https://github.com/stm32duino/LwIP

Clone this wiki locally