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

Support for Arduino with Ethernet? #11

Closed
simeon9696 opened this issue Feb 2, 2021 · 2 comments
Closed

Support for Arduino with Ethernet? #11

simeon9696 opened this issue Feb 2, 2021 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@simeon9696
Copy link

Hi, I really like this package and was wondering if I could simply use it on an arduino with an ethernet shield? Probably swap teh Wifi.h library for Ethernet.h ?

@simeon9696 simeon9696 added help wanted Extra attention is needed question Further information is requested labels Feb 2, 2021
@mobizt
Copy link
Owner

mobizt commented Feb 2, 2021

It's not simple to bring Ethernet connectivity with SSL/TLS support in ESP8266, even it is already included in the ESP8266 Arduino repository.

But it's not yet include in the published release v 2.7.4 right now, hope that it will be available in ESP8266 core SDK version 3.x.x.

Some third party lib brings SSL/TLS to the embedded device using BearSSL library but it conflicts with ESP8266 with Arduino Core SDK installed as it is already included the compiled version of BearSSL in the Core SDK.

You can't only swap the library because its different implementation behind.

@star297
Copy link

star297 commented Feb 2, 2021

Same here, if it can be done, this ESP32 device works fine on WiFi but no SSL on Ethernet.
ESP32-eth-v1 0
I have been try all morning, but no success, maybe when the SDK is updated, lets hope.

@mobizt mobizt closed this as completed Feb 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants