Other Parts Discussed in Thread: CC1350
Hi,
We are trying to create a 6LoWPAN Mesh network using CC1350 Launchpads as End Devices and CC1350 Launchpad connected to BBB as Edge router. We are planning to send our sensor readings from End Device to server via MQTT Protocol. We created bin images for web demo (cmd = make TARGET=srf06-cc26xx BOARD=launchpad/cc1350 cc26xx-web-demo.bin) and slip radio (make TARGET=srf06-cc26xx BOARD=launchpad/cc1350 slip-radio.bin) and trying to connect with a local MQTT Server.
We changed the broker ip in the webpage (MQTT/IBM Cloud Config) but it is showing nothing in the webdemo debug port ie node or in the broker subscription.
PC ip is 192.168.1.113 so we tired with
0000:0000:0000:0000:0000:ffff:c0a8:0171 and
0064:ff9b:0000:0000:0000:ffff:c0a8:0171 as the broker ip and we tried the IPV6 Address of the PC.
Also we tried to access the IBM Quickstart tab in the webpage but only that tab is not working.
Sometimes we can see Default case: State=0xff in the Node debug port. Please let me know if we are missing something and what we need to do to get MQTT working.
Adding 1 more, We are not able to get the webpage [bbbb::100] if both IPV4 and IPV6 is enabled in Network settings of PC. We are able to get the webpage [bbbb::100] if we only enable IPV6 in network settings or connecting directly to PC. We are using IPV6 Router and ISP is IPV4.
Please let me know the issue.
Thanks
Rahul