Other Parts Discussed in Thread: CC1120, CC1101, CC1200
Hi,
I am using following webpage reference to build a MQTT example with nodes and edge router for 6LowPan network.
http://processors.wiki.ti.com/index.php/Thingsquare_6LoWPAN_MSP430
I have been able to build the node and the edge router however the node doesn't appear to be detecting the edge router.
Router Notification:
cc1120: write_txfifo timeout
Contiki 2.6
Rime addr 2.18.116.0.0.1.1.0
Starting up cc11xx radio at channel 26
Using freq directly from REG settings
Node id 1.
Netstack AES link layer encryption enabled
nullrdc/CSMA 128 26
IPv6 fe80:0000:0000:0000:0012:7400:0001:0100
Tentative global IPv6 address fc00:0000:0000:0000:0012:7400:0001:0100
AES encryption is enabled
cc11xx radio at channel 26
Using freq directly from REG settings
IPv6 addresses: fc00::12:7400:1:100
fe80::12:7400:1:100
Starting Router node
MAC addr 02:12:74:01:01:00
Starting DHCPv4
Inited
Requested
DHCP Configured with 192.168.1.134
cc11xx.c: write_txfifo txbytes underflow
cc1120: write_txfifo timeout
cc1120: write_txfifo timeout
cc1120: write_txfifo timeout
cc1120: write_txfifo timeout
Node notification:
Contiki 2.6
Rime addr 2.18.116.0.0.1.2.0
Starting up cc11xx radio at channel 26
Using freq directly from REG settings
Node id 2.
Netstack AES link layer encryption enabled
nullrdc/CSMA 128 26
IPv6 fe80:0000:0000:0000:0012:7400:0001:0200
Tentative global IPv6 address fc00:0000:0000:0000:0012:7400:0001:0200
AES encryption is enabled
cc11xx radio at channel 26
Using freq directly from REG settings
IPv6 addresses: fc00::12:7400:1:200
fe80::12:7400:1:200
Starting MQTT Example
random value 10002
ti/iot/device/10002
APP - Disconnected from MQTT broker
cc1120: write_txfifo timeout
APP - Disconnected from MQTT broker
APP - Disconnected from MQTT broker
cc1120: write_txfifo timeout
APP - Disconnected from MQTT broker
So what I'm expecting to get from the node is something like :
APP - Got a RPL route
APP - Application has a MQTT connection
APP - Application is subscribed to topic successfully
any ideas or pointers on this one?
Thanks
Tyler