You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
W5x00 ethernet library for STM32F103 micro-controllers
2
+
----
3
+
4
+
That library has been ported from the **WIZnet WIZ_Ethernet_Library**, to STM32F103 microcontrollers.
5
+
The library supports **W5100** and **W5500** Ethernet controllers. The source code has been modified to support the **W5200** too, but has not been tested (yet) on a real W5200 controller.
6
+
7
+
Ported to STM32F103 on 23 Aug 2015 by **Vassilis Serasidis**
8
+
9
+
Library installation
10
+
----
11
+
### *Install the library globally* ###
12
+
13
+
14
+
* Unzip the file **Ethernet_STM-master.zip** into your Arduino IDE directory
15
+
16
+
> arduino\libraries
17
+
18
+
and rename the folder **Ethernet_STM-master** to **Ethernet_STM**
19
+
20
+
In this case the library can be used from the 8-bit and 32-bit Arduino boards (UNO, Nano, DUE etc) and from STM32F1 microcontroller series (for example STM32F103).
21
+
22
+
#### *Install the library for using it only with STM32F1 series* ###
23
+
24
+
* Unzip the file **Ethernet_STM-master.zip** into your Arduino IDE directory
0 commit comments