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.

CC1350: Setting up 6lowpan Mesh network for sub1Ghz in raspberry pi

Part Number: CC1350

Hi TI experts,
Am new to Contiki-OS.
my primary objective is to setup 6lowPAN mesh network on cc1350 custom board,


Devices in my hand :

raspberry pi 2 , one launchXL-CC130 board and few custom cc1350 board.

I have already referred the below links, but not able to success ( may be they use different set of hardware), but successful in getting the slip radio part (with cc1350 launchxl)

Issues : when i tried to give [bbbb::100] in brower i could not able to get the sensor info.

sunmaysky.blogspot.in/.../contiki-subg-hz-6lowpan-on-cc1350.html

Queries :

In such case some please tell how the hardware setup form pi board to CC1350 launchxl board ( UART OR USB ) ?

Some one please suggest the way of establishing the mesh network with available devices.
Any suggestions is appreciated.

Thanks & Regards,
AR mohankumar

  • Hi,

    Mohankumar Rajendran said:

    I have already referred the below links, but not able to success ( may be they use different set of hardware), but successful in getting the slip radio part (with cc1350 launchxl)

    Issues : when i tried to give [bbbb::100] in brower i could not able to get the sensor info.

    When you type http://[bbbb::100]/ in your browser, do you get to the 6lbr overview page, but you are just missing the nodes? Or do you not get to the overview page? In the latter case, 6lbr would not work correctly. Then you could look at the 6lbr log at /var/log/6lbr.log.

    Mohankumar Rajendran said:
    In such case some please tell how the hardware setup form pi board to CC1350 launchxl board ( UART OR USB ) ?

    It is UART over USB. The launchpad shows up as 2 devices, /dev/ttyACM0 and /dev/ttyACM1. The first one is the UART channel that you have to use for 6lbr. But you could also test with an ordinary terminal first. The slip radio application prints a message after boot.

  • Hi Richard,

    When I type http://[bbbb::100]/ in my browser, I get to the 6lbr overview page, but am just missing the nodes( How can i confirm mesh establishment?)

    Could you please help me to solve this issue.

    Thanks for your support.

     

    Regards,

    Mohankumar R

  • I had tested with latest Contiki source and find that mesh network cannot work properly with CC13xx. I see someone already post an issue at Contiki Github which you can refer to github.com/.../2402 but no one answers until now.