contiki-os / contiki

The official git repository for Contiki, the open source OS for the Internet of Things
http://www.contiki-os.org/
Other
3.72k stars 2.58k forks source link

CC1350: question on 'rime-tsch' example #2355

Open aristanemi opened 7 years ago

aristanemi commented 7 years ago

Hello, I am trying to use rime+TSCH on CC1350 sensortag.

  1. make TARGET=srf06-cc26xx BOARD=sensortag/cc1350 at /home/ga83jok/contiki/examples/rime-tsch/
  2. I am getting following error,
    Starting Contiki-3.x-3336-g1364e98
    With DriverLib v0.47020
    TI CC1350 SensorTag
    IEEE 802.15.4: Yes, Sub-GHz: Yes, BLE: Yes, Prop: Yes
    Net: Rime
    MAC: TSCH
    RDC: nordc
    TSCH:! radio does not support getting RADIO_PARAM_RX_MODE. Abort `init.`

    Can anyone help me with this error. Is TSCH still not ported to CC1350 ?

@simonduq : Do you have any idea?

Regards, Abhishek

chenek commented 7 years ago

As I know, TSCH is still not ported to CC13xx

arurke commented 7 years ago

You could checkout the string of PRs from @alexrayne, maybe most notably #2273