Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add additional details on using W5100-based ethernet shields #900

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions docs/reference/hardware/ethernet-boards.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ To use Ethernet instead of WiFi, follow these simple steps:
* Open your config.h file in your editor (like the Arduino IDE)
* Uncomment the line ``"#define ENABLE_ETHERNET = true"`` by removing the "//" characters
* Add "//" comment lines in front of ``"#define ENABLE_WIFI = true"`` (if it isn't already commented out).
* Enter the SSID for your router by replacing "Your network name" with the name of your network in ``#define WIFI_SSID "Your network name"`` in between the quotes.
* Enter the Password for your router by replacing "Your network passwd" with your password in the line:``#define WIFI_PASSWORD "Your network passwd"`` in between the quotes.


.. toctree::
Expand Down Expand Up @@ -64,7 +62,7 @@ This is a micro Ethernet board no bigger than the RJ45 connector it is attached
Sunfounder Ethernet Shield
============================

This board is tested and works. It is less expensive than the Arduino brand-name board and based on the Wiznet W5100 instead of the W5500.
This board is tested and works. It is less expensive than the Arduino brand-name board and based on the Wiznet W5100 instead of the W5500. It must be the first shield in the stack because it uses the ICSP header pins.

.. image:: ../../_static/images/ethernet/sunfounder_ethernet_shield.jpg
:alt: Sunfounder Ethernet Shield
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Sunfounder Ethernet Shield

|tinkerer| |engineer|

This board is tested and works. It is less expensive than the Arduino brand-name board and based on the Wiznet W5100 instead of the W5500.
This board is tested and works. It is less expensive than the Arduino brand-name board and based on the Wiznet W5100 instead of the W5500. It must be the first shield in the stack because it uses the ICSP header pins.

.. image:: /_static/images/ethernet/sunfounder_ethernet_shield.jpg
:alt: Sunfounder Ethernet Shield
Expand Down
Loading