This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF52840 MQTT-SN Connection to gateway: Retransmission retries limit has been reached

Hi,

My architecture is as following {CPU <-> nRF52840 subscriber <-> Raspi + nRF52840 Gateway <-> nRF52840 publisher <-> CPU}

I am working on Paho MQTT-SN programs, and everything was working good until yesterday: I could not connect my end-devices to the gateway anymore using the buttons, as configured in the example code of the nRF52 SDK for Thread v2. I figured out that the problem came from the fact that my raspi was not connected to the internet so not connected to the Broker (I still don't know why it needs to be connected to the broker to accept the connection). 

The problem is, since this morning, I cannot connect the device anymore, with an error "Retransmission retries limit has been reached" when I try to connect to the detected gateway, and I am connected to the internet and able to ping google DNS and even the Broker from the raspi.

If my explanation was not sufficient just ask.

Thanks for your time!

Parents Reply Children
Related