Skip to content

Commit

Permalink
Add additional details on using W5100-based ethernet shields (#900)
Browse files Browse the repository at this point in the history
* remove wifi details from ethernet config page and provide additional details on the w5100 ethernet shield

* grammer update
  • Loading branch information
bartbrinkman authored May 20, 2024
1 parent e2b95f0 commit b3b99ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
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

0 comments on commit b3b99ea

Please sign in to comment.