-
Notifications
You must be signed in to change notification settings - Fork 240
MQTTS on ESP32 via Ethernet #236
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
Comments
I just wanted to tell, there is an issue with using Arduino Ethernet and ESP32 as mentioned here: arduino-libraries/Ethernet#107 - but one can just use the Ethernet.h from the pull request ( https://github.com/arduino-libraries/Ethernet/blob/81c2ce0c6922fc984703bf3adeacaf73bcc3f578/src/Ethernet.h ) and replace the own one with it. MISO = GPIO19 and used this code to get it working:
However, I do not know how to get the MQTTS version working via Ethernet yet... |
I have not done this with Ethernet, just WiFi. I had to change ...
to
The client All of this being said, I don't believe there is an EthernetClientSecure class. |
Closing as stale, please reopen if issue persists. |
Hello there,
thanks for the awesome library which I have been using for many years already.
I just got a quick question: Is it possible to use it with an W5500 or ENC28J60 Ethernet SPI for wired communication on an ESP32 - as well with SSL/secure MQTT?
Thanks a lot :)!
The text was updated successfully, but these errors were encountered: