You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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.
Same here, if it can be done, this ESP32 device works fine on WiFi but no SSL on Ethernet.
I have been try all morning, but no success, maybe when the SDK is updated, lets hope.
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 forEthernet.h
?The text was updated successfully, but these errors were encountered: