DFRduino W5100S Ethernet Shield V3.0

SKU: DFR0125

The DFRduino Ethernet W5100S Shield connects Arduino to the Internet via RJ45. It uses WizNet W5100S chip, integrating full TCP/IP stacks and 4 hardware sockets. Communicate with it/SD card via SPI (ICSP pin). Supports Arduino UNO/Mega. V3.0 upgrades from W5100: lower power, less heat, better performance.

Front shot of Arduino Ethernet expansion module with W5100 and Ethernet port-DFRobot product sku:DFR0125 image.
  • Docs
  • Tech Specs
  • Specification

    Parameter Specification
    Operating Voltage 5V
    TX/RX Buffers 16KB
    Independent hardware sockets 4
    Protocol Stacks Full-hardware TCP/IP protocol stacks + MAC + PHY
    Operating Temperature -40℃ ~ 85℃
    Dimension 70×55×30mm (2.76×2.15×1.18")

    Pinout

    Indicator Description

    Silkscreen Description
    L Pin D13 signal indicator
    PWR Power indicator
    COL Connection conflict detection indicator
    Low level: conflict occurs
    High level: no conflict
    ACT Activity indicator
    No flash: connected, but no data is being transmitted or received
    Blinking: connected, blinking according to data transmission
    DPX Full duplex indicator
    Low level: full duplex
    High level: half duplex
    100M Connection speed indicator
    Low level: 100Mbps
    High level: 10Mbps
    LINK Connection status indicator
    Low level: connected
    High level: disconnected

    FAQ

    • Hi. I have bought 2 of these but none have the MAC Address stick.
      How can I get it?
      Thanks

      Hi
      The official library Ethernet.h manage W5100 chip, and Ethernet2.h manage W5500 chip, if you using this board, you don't need to use Ethernet 2 library, Ethernet.h is good for using.

    • The browser webpage could not be loaded, what should I do?

      1. Open the Control Panel -> Network and Internet -> Network and Sharing Center -> Change Adapter Settings

      2. Find the network to which you are connected -> right-click -> Properties -> Find "Internet Protocol Version 4 (TCP/IPv4)" in the Network TAB and double-click to access properties settings

      3. Change the IP address to make the computer IP address and the controller IP address are in the same LAN

    • How to use the onboard micro-SD card slot?

      Use it as the normal one using Arduino SD library is ok. Note that because the W5100 and SD card share the SPI bus, only one can be active at a time. For more, please check on Arduino, Arduino Ethernet Shield.

    • What if getting DHCP fails?

      Check whether the switch or router supports DHCP, if not, set an IP address by specifying an IP address. Please refer to more Ethernet libraries and tutorials.

    Explore More Related Questions >

    Was this article helpful?

    TOP