Re: [Tinyos-help] multiple channels

2009-11-28 Thread Razvan Musaloiu-E.
Hi! On Sat, 28 Nov 2009, Vikram vik76 wrote: Hello Everybody, I have four motes A, B, C, D; each with single radio. All four are deployed in radio range of each other, which means its a fully connected network. I would like to know, whether it is possible that one pair of nodes say A and

[Tinyos-help] Errors while using CC2420Config interface

2009-11-28 Thread Vikram vik76
Hello everybody, I want to use the CC2420Config interface for setting the channel using command void setChannel( uint8_t channel ); I also call the sync() and have implemented syncDone(). In my module I included the code uses interface CC2420Config; For wiring I use this code

Re: [Tinyos-help] Errors while using CC2420Config interface

2009-11-28 Thread Razvan Musaloiu-E.
Hi! On Sat, 28 Nov 2009, Vikram vik76 wrote: Hello everybody, I want to use the CC2420Config interface for setting the channel using command void setChannel( uint8_t channel ); I also call the sync() and have implemented syncDone(). In my module I included the code uses interface

Re: [Tinyos-help] multiple channels

2009-11-28 Thread Ruben Rios del Pozo
In order to complete Razvan's answer I would recommend you to have a look at http://docs.tinyos.net/index.php/TinyOS_Toolchain#Customising_the_Build_System There are some flags in TinyOS that you can set in order to define several features of the radio interface Best regards, Ruben 2009/11/28

[Tinyos-help] Timer

2009-11-28 Thread Giuseppe Aiello
Hi all, i'd like to set the period of a timerTMilli to a floating value like 5.5 ms. Is possible to do that? the command startPeriodic(dt) takes as argument an uint32_t and so it cuts off the value to 5. Is there a way to store a floating value in a uint32? Or use a timer with Microsec.

Re: [Tinyos-help] Timer

2009-11-28 Thread Marcus Autenrieth
Hi, Am Sat, 28 Nov 2009 15:35:58 + schrieb Giuseppe Aiello aje...@gmail.com: i'd like to set the period of a timerTMilli to a floating value like 5.5 ms. Is possible to do that? That depends on the architecture you are using. Some chips cannot do floating point computations. the command

Re: [Tinyos-help] Timer

2009-11-28 Thread Faisal Aslam
Dear Giuseppe, Reading this TEP will be very helpful. http://www.tinyos.net/tinyos-2.x/doc/html/tep102.html. BTW You can also create new timers yourself too. best regards, -- Faisal Aslam University of Freiburg http://cone.informatik.uni-freiburg.de/people/aslam/ Marcus Autenrieth wrote:

[Tinyos-help] TinyOS 2.x projects with available nesC source code

2009-11-28 Thread Mido
I'm looking for projects (preferably research ones) that was implemented using TinyOS 2.x and has publically available source code. I'm interested in projects that are intended for bare mica2, micaz, or telosb hardware. In other words, projects that don't depend on extra hardware such as a GPS,

[Tinyos-help] Problem compiling with environment variables

2009-11-28 Thread Rubenalia
Hi all, I've just installed TinyOs 2.1..in Windosws XP. I've done all the steps that recommend this link http://docs.tinyos.net/index.php/Installing_TinyOS_2.1#Manual_installation_on_your_host_OS_with_RPMs and when I try to compile Blink application, I get this error: $ make micaz Makefile:2:

[Tinyos-help] Task, event, scheduler, memory

2009-11-28 Thread paul.m
Hello I would like to ask you several things: 1) I red that tasks can be posted by component with parameter (for example uint16_t) - what are these task with parameter good for? When they are used? 2) Where are events stored? When there are more events in sequence, where they are stored? Are

[Tinyos-help] TaskBasic interface

2009-11-28 Thread paul.m
Hello Could you please help me? I do not understand the TaskBasic interface in TinyOS and the post and task keywords. interface TaskBasic { async command error_t postTask(); void event runTask(); } I red TEP106 and other materials but do not understand it. There is: When a component

Re: [Tinyos-help] Errors while using CC2420Config interface

2009-11-28 Thread Vikram vik76
I am using micaz motes. Regards, Vikram On Sat, Nov 28, 2009 at 3:35 PM, Razvan Musaloiu-E. razv...@cs.jhu.eduwrote: Hi! On Sat, 28 Nov 2009, Vikram vik76 wrote: Hello everybody, I want to use the CC2420Config interface for setting the channel using command void setChannel( uint8_t

Re: [Tinyos-help] Errors while using CC2420Config interface

2009-11-28 Thread Vikram vik76
Hello, I couldn't understand and believe this. I was doing make micaz sim which gave all sorts of errors that I mentioned in the first mail of this chain. Just by chance, now I compiled using make micaz, I got no errors. Can anyone explain this to me please? Thanks and Regards Vikram On Sat,

Re: [Tinyos-help] Errors while using CC2420Config interface

2009-11-28 Thread Paul Johnson
Vikram, Please see another recent post regarding this issue. http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg30507.html Thanks, -Paul Vikram vik76 wrote: Hello, I couldn't understand and believe this. I was doing make micaz sim which gave all sorts of errors that I