ethernet

Example of the component plasmapper/pl_network v1.2.1
# Ethernet Example

1. Internal ESP ethernet interface is created (PHY address: 0, reset pin: 5, MDC pin: 23, MDIO pin: 18).
2. The interface is initialized and enabled.
3. The interface events are used to print the interface status changes.

To create a project from this example, run:

idf.py create-project-from-example "plasmapper/pl_network=1.2.1:ethernet"

or download archive (~1.84 KB)