I have two Feather m0 boards. One is working with no issues, I am able to sen, receive and invoke methods from the cloud.
On the other board, with the same firmware, I have an odd issue.
Th board will connect to the cloud, I can see it in the device explorer as connected and also in the portal.
When I send a message to the device after a few seconds the device throws a "mqtt_client timed out waiting for CONNACK". The error only comes up when I send a message, I can run the devise for hours and it wont throw the error until a message is sent to it.
Messages from the device do no make it to the cloud, and when a method is invoked I get an error that the method is not registered.
The even weirder thing is that every now and them a massage to the device does actually get received.
I feel like it might be the device, but nothing seems wrong with the board.
Hey!
I have two Feather m0 boards. One is working with no issues, I am able to sen, receive and invoke methods from the cloud. On the other board, with the same firmware, I have an odd issue. Th board will connect to the cloud, I can see it in the device explorer as connected and also in the portal. When I send a message to the device after a few seconds the device throws a "mqtt_client timed out waiting for CONNACK". The error only comes up when I send a message, I can run the devise for hours and it wont throw the error until a message is sent to it. Messages from the device do no make it to the cloud, and when a method is invoked I get an error that the method is not registered. The even weirder thing is that every now and them a massage to the device does actually get received.
I feel like it might be the device, but nothing seems wrong with the board.
I am running the latest sdk for arduino.
Attached the errors.