[SOLVED] Unable to connect arduino.mydevices.com:8442

If the serial message is:
unable to connect to arduino.mydevices.com:8442
try to open the port 8442 on you router.
If the not solve the problem, you have a problem with DNS assignment of your router.
You can modify the Cayenne Defines.h in Arduino->Library->Cayenne

Find:

#define CAYENNE_DOMAIN "arduino.mydevices.com"

substitute with:

#define CAYENNE_DOMAIN "54.174.252.197"

Delete the arduino.mydevices.com:8442 address and substitute it with
54.174.252.197

1 Like

Thanks for posting this @0lab :slight_smile:

-B