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

mqtt connect failed -61 , Error MQTT Connect -12

I am using nRF 9160 mqtt_simple example to connect to a custom mqtt broker address as shown below 

The following is the mqtt.fx application

  

I changed all the necessary files, prj.config , qemu conf , Kconfig

    

I also changed the username and password in client_init in main.c

Please help me connect to the mqtt, so that I can publish some data on the server

Related