Giter Site home page Giter Site logo

Comments (4)

jovermann avatar jovermann commented on July 23, 2024 1

I see the same issue with the Olimex ETH_PHY_demo (also using a Rev C board). I can also confirm that the workaround pointed to by the link above works.

Concretely, the workaround is:

  1. Use the ethernet example provided with the esp-idf. Do not use the ETH_PHY_demo at all.
  2. Use these settings in make menuconfig (under "Example Configuration"):
    CONFIG_PHY_TLK110=
    CONFIG_PHY_LAN8720=y
    CONFIG_PHY_ADDRESS=0
    CONFIG_PHY_CLOCK_GPIO0_IN=y
    CONFIG_PHY_CLOCK_GPIO0_OUT=
    CONFIG_PHY_CLOCK_GPIO16_OUT=
    CONFIG_PHY_CLOCK_GPIO17_OUT=
    CONFIG_PHY_CLOCK_MODE=0
    CONFIG_PHY_USE_POWER_PIN=
    CONFIG_PHY_SMI_MDC_PIN=23
    CONFIG_PHY_SMI_MDIO_PIN=18

from esp32-evb.

DanKoloff avatar DanKoloff commented on July 23, 2024

The software example was written for older version of ESP-IDF, it needs to be updated, for now follow the advice I posted here until we fix it: OLIMEX/ESP32-GATEWAY#3

from esp32-evb.

gjongenelen avatar gjongenelen commented on July 23, 2024

Thanks, it works

from esp32-evb.

DanKoloff avatar DanKoloff commented on July 23, 2024

The examples had been updated and should work properly with the latest ESP-IDF.

from esp32-evb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.