My arduino with ethernet sheild W5100 cannot connect to cayenne

try connecting with telnet mqtt.mydevices.com 1883

I tried and got no answer. Black window with white blinking underscore. here’s what I sent:

you need to press enter after the command.

Hi again… I pressed enter for sure, and got nothing:

Hurrah, I finally got the connexion with these settings:

byte arduino_mac = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED };

IPAddress arduino_ip(192, 168, 1, 160);

IPAddress dns_ip(192, 168, 1, 1);

IPAddress gateway_ip(192, 168, 1, 1);

IPAddress subnet_mask(255, 255, 255, 0);

I hope it will keep working… thanks anyway for your efforts!!

1 Like

Glad to hear it is working now.