Skip to content

Add IP101 support #4620

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

Merged
merged 1 commit into from
Jan 11, 2021
Merged

Add IP101 support #4620

merged 1 commit into from
Jan 11, 2021

Conversation

sparky650
Copy link
Contributor

Add support for the IP101 chip to be able to use the Espressif Ethernet Kit. Based on this issue: #3554

@me-no-dev me-no-dev merged commit 5f98370 into espressif:master Jan 11, 2021
@sparky650 sparky650 deleted the Add-IP101-support branch January 11, 2021 16:24
@ghost
Copy link

ghost commented Feb 3, 2021

PlatformIO latest version. I have the following compile error.

Platformio.ini
[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = arduino

monitor_speed = 115200

lib_deps =
https://github.com/espressif/arduino-esp32.git

Compiling .pio\build\esp-wrover-kit\FrameworkArduino\Esp.cpp.o
Archiving .pio\build\esp-wrover-kit\libd0d\libWiFi.a
Compiling .pio\build\esp-wrover-kit\FrameworkArduino\FunctionalInterrupt.cpp.o
In file included from .pio\libdeps\esp-wrover-kit\ArduinoOTA\src\ArduinoOTA.cpp:6:0:
.pio\libdeps\esp-wrover-kit\ArduinoOTA\src\ArduinoOTA.h:6:20: fatal error: Update.h: No such file or directory
Compiling .pio\build\esp-wrover-kit\FrameworkArduino\HardwareSerial.cpp.o



compilation terminated.
*** [.pio\build\esp-wrover-kit\libb95\ArduinoOTA\ArduinoOTA.cpp.o] Error 1

@lbernstone
Copy link
Contributor

What does this have to do with IP101 support? There is a button for new issues on the issues page.

@ghost
Copy link

ghost commented Feb 3, 2021

Everything! I do have a ESP32-Ethernet-kit v1.1 with IP101 chip and try to compile in platformIo and a compile error is comming up.

@sparky650
Copy link
Contributor Author

This looks to be an error inside ArduinoOTA. This pull was just a small change to ETH.cpp and ETH.h

@ghost
Copy link

ghost commented Feb 4, 2021

OK thanks. Everything is working fine now.
What I dit not know is PlatforIO is using a directory "framework-arduinoespressif32", containing "arduino-esp32". That's why I whos working with an older version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants