|
From: Iñigo F. E. <ini...@ho...> - 2017-03-13 12:50:26
|
Hello, I am starting to work with Contiki 3.x and the zolertia Re-mote. I have encountered some problems when selecting the radio interfaces. I am working with the example-unicast file. At first I used the cc2538_rf driver and everything was fine (I could correctly send/receive packets) but when I select the cc1200 driver in the file contiki-conf.h from the zoul directory (line 367) I get this error: RF: Assertion failed in line 923 RF: Assertion failed in line 949 RF: Timeout exceeded in line 1860! RF: Timeout exceeded in line 805! RF: Assertion failed in line 923 RF: Assertion failed in line 949 unicast message sent to 160.59: status 2 num_tx 1 It looks like it sends the message but it doesn’t receive anything. Any suggestions on what might be causing this problem? Thank you so much. Iñigo |