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

2009-11-29 Thread Razvan Musaloiu-E.
Hi! On Sun, 29 Nov 2009, 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 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

Re: [Tinyos-help] Problem compiling with environment variables

2009-11-29 Thread Faisal Aslam
Hi I am sure that you have not set the environment variables correctly. There is nothing OSROOT. It supposed to be TOSROOT. Hence first fix it. Secondly, run command tos-check-env. If that command does not execute with success then you have some more errors too in setting your environment

Re: [Tinyos-help] TaskBasic interface

2009-11-29 Thread Faisal Aslam
Read TinyOS programming book (http://csl.stanford.edu/~pal/pubs/tinyos-programming.pdf). It has most of the answers of your questions. best regards, -- Faisal Aslam University of Freiburg http://cone.informatik.uni-freiburg.de/people/aslam/ paul.m wrote: Hello Could you please help me?

Re: [Tinyos-help] unique sequence number help

2009-11-29 Thread Ricardo .
Thanks for your response. What do you mean by NodeID, is obtained by TOS_NODE_ID, right? My problem is that I can not change this value efficiently. Worse, it is not desirable for my application to be dependent on this number that is set manually. So my idea was to have a unique number that is

[Tinyos-help] Flash Storage in Tinyos1.x

2009-11-29 Thread Kartik Siddhabathula
Hi All, I am using telosb motes and running tinyos1.x. My mote receives messages and I want to ensure that everytime I receive a message, I store it in the flash. How am I supposed to do it? Thanks in advance, Kartik. ___ Tinyos-help mailing

Re: [Tinyos-help] unique sequence number help

2009-11-29 Thread Paul Johnson
NodeID can be any value that is guaranteed to be unique across all nodes. The most convenient (to set/read) is most likely TOS_NODE_ID, but there may be other values available depending on your hardware platform. Depending on your platform, you may/may not have this SerialID feature. For

[Tinyos-help] Tinyos2.x upgrade error

2009-11-29 Thread Kartik Siddhabathula
Hi All, While upgrading my Tinyos1.x to Tinyos2.x, I got the following error: $ rpm -ivh tinyos-2.0.2-2.cygwin.noarch.rpmerror: Failed dependencies:         tinyos-tools = 1.2.4 is needed by tinyos-2.0.2-2 Please help. Thanks in advance, Kartik

[Tinyos-help] Segmentation Error during TOSSIM simulation

2009-11-29 Thread Jose Francisco Mingorance Puga
Hello, I am trying to run a simulation with TOSSIM. I have a simple code written in nesC. The thing is that, whenever I try to run this simulation (or others that I have tried) I get a Segmentation fault message to the terminal and simulations finishes abruptly. I have checked and rechecked my

[Tinyos-help] port no for GIO2 3

2009-11-29 Thread himanshu barve
Whats is port no for GIO2 GIO3 I have tried to find a lot on them .. can anybody give link to good example for use of HplMsp430GeneralIO interface .. -- With Best Regards Himanshu Barve M.Tech Electrical Engineering (Power System) IIT Kharagpur , West Bengal , India Ph: - +91 9775201181

Re: [Tinyos-help] unique sequence number help

2009-11-29 Thread Ricardo .
I am working with a ICstick Mote, but you're saying that depends on the chip, the ZigBee chip? Sorry, I did not understand... the NodeID not initialized with the value that the user wants, for example given in the Makefile? How is it guaranteed to be unique across the network? On Sun, Nov 29,

Re: [Tinyos-help] unique sequence number help

2009-11-29 Thread Paul Johnson
I'm not aware of this ICstick mote, nor of it's available hardware. In general, there is no Zigbee chip. Most motes that are compatible with tinyos have a microcontroller, radio, and built-in Analog to digital converter(ADC) for taking sensor readings. Some have an additional chip that has

[Tinyos-help] Tinyos2.x installation error

2009-11-29 Thread Kartik Siddhabathula
Hi All, While trying to install tinyos2.x, I am getting the following errors: raghaven...@gautam ~ $ rpm -ivh msp430tools-base-0.1-20050607.cygwin.i386.rpm error: Failed dependencies:     /bin/sh is needed by msp430tools-base-0.1-20050607 raghaven...@gautam ~ $ rpm -ivh

Re: [Tinyos-help] Tinyos2.x installation error

2009-11-29 Thread Paul Johnson
Kartik, What is happening is that your cygwin installation does not have a sym link to your shell in /bin/sh. Because of this, the msp430 tools aren't able to be installed, and thus, the next command to install the binutils fails after. To correct this type 'which sh' and figure out where

Re: [Tinyos-help] region text full

2009-11-29 Thread giorgio
Sorry for the late :I have had some problems The processor is M430F1611. On Friday 27 November 2009 08:07:17 Eric Decker wrote: what processor are you using? On Thu, Nov 26, 2009 at 7:50 AM, Giorgio Galassi (giorgio.galassi) giorgio.gala...@unimi.it wrote: I'am using tinyos 2.1 with