This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/CC2650STK: contiki cc26xx-web-demo mqtt

Part Number: CC2650STK

Tool/software: Linux


I am doing the cc26xx-web-demo. I tried everything except mqtt quick start.


Only the above picture comes out.

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

6lbr.conf

MODE=ROUTER

RAW_ETH=1

BRIDGE=0

DEV_BRIDGE=br0

DEV_TAP=tap0

DEV_ETH=eth0

RAW_ETH_FCS=0

DEV_RADIO=/dev/ttyACM0

BAUDRATE=115200

LOG_LEVEL=3

///////////////////////////////////////////////////////

wrapper.c

//+++ CONFIGURATION +++//

#define INTERFACE "eth0"

#define PREFIX"64:ff9b::"

#define IPV4_ADDR "192.168.0.100"

#define HOST_IPV6_ADDR "BBBB::101"

#define HOST_IPV4_ADDR "192.168.0.16"


The above picture shows the result of tcpdump and the ip address of raspberry.


This is what I have set up. I wonder if it is not possible or what I have missed.