SPI-ETHERNET INTERFACE CONVERTER
SBC-USR-ES1
1. GENERAL INFORMATION
Dear customer,
thank you very much for choosing our product.
In following, we will introduce you to what to observe while starting up
and using this product.
Should you encounter any unexpected problems during use, please do
not hesitate to contact us.
2. USE WITH THE ARDUINO
Wiring:
Connect your Ethernet module to your Arduino as shown in the diagram
and table below. In this example, we use an Arduino Uno.
Arduino Ethernet module
3.3 V V
GND G
Pin 13 SCK
Pin 12 MI
Pin 11 MO
Pin 10 CS
Installation of the library:
In the code example, we will use the Ethernet library to create a
webserver that displays the status of the analog pins.
First, if you have not already done so, you need to install the Ethernet
library. To do this, click:
Sketch -> Include Library -> Manage libraries...
There, enter Ethernet in the search bar and install the library Ethernet by
Various.