Hello,
I'm working on a project using a Thread network to send MQTT packets and I'm having an issue with the example project out of the box. I'm running the version 3.2.0SDK for Thread and Zigbee. My setup is:
-2x NRF52840DK, one running the thread_mqtt_sn_client_publisher and the other running the thread_mqtt_sn_client_subscriber
-1x NRF52840 Dongle flashed with the NCP firmware on a Raspberry Pi3B running the Nordic Border Router image.
I can see the 3 devices on the thread network and ping between them. I can ping google and dns resolve an ipv4 address, but not an ipv6 (I think this is due to my ISP not providing a <64 prefix).
When I try to connect either of the DK's to the gateway per the example, I see the following on the Debugger:
<info> app: MQTT-SN event: Client has found an active gateway.
<info> app: MQTT-SN event: Gateway discovery procedure has finished.
<info> app: MQTT-SN event: Gateway discovery result: 0x0.
I don't know if I'm missing something obvious here or if the lack of IPV6 connectivity to the outside world is my main issue-my understanding is that paho speaks to mqtt.eclipse.org via ipv4 so I'm not sure that this would be an issue. If anybody has any suggestions on how to get past this wall I'd appreciate it. I'm trying to start out very basic with this and work up, but I've hit a wall early on!