Re: [Tinyos-help] CC2420Packet Interface

2012-06-18 Thread Fatma Hendaoui
Vijayant Bhatnagar gmail.com> writes: > > Hi,When I try to wire CC2420 Interface provided by CC2420PacketC.nC, I get following errors :In file included from RadioCountToLedsAppC.nc:47:In component `RadioCountToLedsC':RadioCountToLedsC.nc > :62: interface CC2420Packet not foundIn component `Radio

Re: [Tinyos-help] CC2420Packet Interface

2008-03-25 Thread Ittipong Khemapech
Hi, Here are some interesting previous discussions on LQI: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-May/016585.html http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-March/031543.html http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2008-March/031548.

[Tinyos-help] CC2420Packet Interface

2008-03-24 Thread antonio gonga
Hey all, I've a question that I'd like you to answer me. Let's start by a small protocol/schema. Ar . SB . Cr ..Base Given the situation, imagine that sensor SB wants to relay some information to the Base, but this info should be sent just using Ar or Cr. I.

RE: [Tinyos-help] CC2420Packet Interface (Tinyos2)

2008-02-13 Thread Damien O'Rourke
Hi Rodo, Remove "message_t*" from the function call. Regards, Damien. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rodolfo de Paz Alberola Sent: 13 February 2008 18:28 To: tinyos-help Subject: [Tinyos-help] CC2420Packet Interface (Tinyos

[Tinyos-help] CC2420Packet Interface (Tinyos2)

2008-02-13 Thread Rodolfo de Paz Alberola
Hi, I was trying to get some metadata values from my msg using CC2420Packet Interface. For that, I modified BlinkToRadio inserting the following lines: BlinkToRadioAppC.nc components CC2420ActiveMessageC; App.CC2420Packet -> CC2420ActiveMessageC; ---

Re: [Tinyos-help] CC2420Packet Interface

2007-12-02 Thread Kevin Klues
>From the error I see (make: *** [sim-exe] Error 1), it looks like you are trying to run this application in TOSSIM. I'm not sure how much of the CC2420 stack is supported by TOSSIM, but if you look at the .platform file for the micaz sim environment (the only one thats supported for sim at this p

[Tinyos-help] CC2420Packet Interface

2007-12-01 Thread Vijayant Bhatnagar
Hi, When I try to wire CC2420 Interface provided by CC2420PacketC.nC, I get following errors : In file included from RadioCountToLedsAppC.nc:47: In component `RadioCountToLedsC': RadioCountToLedsC.nc:62: interface CC2420Packet not found In component `RadioCountToLedsAppC': RadioCountToLedsAppC.nc