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.
Tool/software:
Hi,
Very new to WiSUN and Contiki, I am wondering If it is possible to build communication on two different devices one running on WiSUN and other running Contiki, Assuming the correct PAN IDs and configurations.
I have a usecase where I need this to work: If you can guide to any existing example of this usecase that would also be great.
Thanks
Hi Muhammad,
Although they are based on a similar PHY, I do not think Contiki-ng's 6TiSCH protocol and Wi-SUN are compatible with each other, as Wi-SUN is a separate protocol and requires some sort of authentication.
If you want to get started with our own Wi-SUN examples however, please have a look at the following page: https://dev.ti.com/tirex/explore/node?node=A__AQ43bVrHhe7o7BTHhal9Cw__com.ti.SIMPLELINK_ACADEMY_CC13XX_CC26XX_SDK__AfkT0vQ__LATEST
Regards,
Arthur
Hi Arthur,
Thanks for the guide, I tested and worked with these Wi-SUN examples, But due tho the requirement of my usecase, I need to build some communication between already running contiki nodes and Wi-SUN nodes. As you said there is configuration differences between these two. I wonder if there can be a way to build a dual stack firware gateway (running wi-sun and contiki together) between them to receive and forward the messages. This way I still can acheive my goal of not completely replacing contiki with WiSUN.
I have been reading about few TI devices like CC1352R with Time Multiplexing. can this be used as a gateway or bridge between them?
Hi Muhammad,
You can achieve that using our DMM framework: https://dev.ti.com/tirex/explore/node?node=A__AAwsgUwexUVk0pJMLb11nw__com.ti.SIMPLELINK_CC13XX_CC26XX_SDK__BSEc4rl__LATEST
You do have some work to set up the different activities, policies and such, but the DMM will take care of the radio command scheduling once it is set up. You also have to port the 6TiSCH protocol to your project.
Regards,
Arthur
Thank you,
I will try to implement this and will get back to you with my feedback.