contiki-ng icon indicating copy to clipboard operation
contiki-ng copied to clipboard

RPL WITH TSCH AND ORCHESTRA NOT WORKING

Open jonathanns opened this issue 3 years ago • 5 comments

I'm still using Contiki-NG version 4.3 beacause i can't make a node-border router network in newer versions. The node is a simple hello word -> In the Makefile i added the: MAKE_MAC = MAKE_MAC_TSCH MODULES += os/services/orchestra

The border router is also the example on the contiki and i did the same in the makefile.

Both of them should be working with de default configuration of orchestra and TSCH, but the network is never reachable.

The same network works fine in the version 4.3. Am i doing something wrong? is something missing?

Chip: CC2650

jonathanns avatar Feb 04 '22 21:02 jonathanns

I used that 4.7 tagged version.

jonathanns avatar Feb 04 '22 21:02 jonathanns

cooja simulation fine, but on hardware platform - fails?

alexrayne avatar Feb 05 '22 16:02 alexrayne

Yes...It takes a very long time to connect. More than 30 minutes.

But with the same code, changing only the OS version, they reach connection faster, less than 30 seconds.

jonathanns avatar Feb 07 '22 17:02 jonathanns

did anyone test it?

jonathanns avatar Feb 07 '22 17:02 jonathanns

We will look at it.

One change to suspect if the problem is the speed is the scanning poll frequency. It seems that different chips may require different settings.

Here is is the change that was included in 4.7: https://github.com/contiki-ng/contiki-ng/commit/c85be85a262fe8aad00f914a0d793a48eb1cf5cf

atiselsts avatar Feb 07 '22 18:02 atiselsts