-
Notifications
You must be signed in to change notification settings - Fork 36
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
Ethernet with WIZnet w5500 #132
Comments
There is not builtin support, but it is possible. Take a look to: |
Hi Mattia, Thank you for your hints:
I have introduced changes to the code you suggested. I use arduino nano + WIZnet W5500 Ethernet module and I get the following error which refers to
|
for which board are you trying to build the sketch? |
I am trying to compile the sketch for Arduino Nano + WIZnet W5500. I have tested Arduino Nano + WIZnet W5500 with Ethernet and SPI libraries using Arduino IDE and developed the telnet, HTTP servers, MQTT client so this combination works but I can not integrate it with Arduino cloud. |
The Arduino Nano and all AVR boards are not supported by ArduinoIoTCloud. The Nano in particular does not have enough RAM to complete a TLS handshake. You can find the list of supported boards here: https://github.com/arduino-libraries/ArduinoIoTCloud?tab=readme-ov-file#what |
Is it possible to use Arduino_ConnectionHandler with WIZnet w5500 based modules + arduino boards?
The text was updated successfully, but these errors were encountered: