Re: [Tinyos-help] Help with TOSSIM

2010-05-17 Thread avinash chaurasia
hi please reply to tinyos community not to me. i am just 1 month experienced there are many people who can help u. It seems u dont have python in ur system or path for python is not configured please check either of these. here are two links

[Tinyos-help] Compilation error after installing tinyos-2.1.1 on ubuntu 9.10

2010-05-17 Thread praneeth goud
Hi all, this is the error i am getting after i have installed tinyos on ubuntu. Any solution. Please reply Thanks. r...@praneeth-laptop:/opt/tinyos-2.1.1/apps/Blink# make micaz sim mkdir -p simbuild/micaz placing object files in simbuild/micaz writing XML schema to app.xml compiling

[Tinyos-help] BaseStation question

2010-05-17 Thread Joaquim Oller
Hi! I've been trying for several days to discover how to get BaseStation keeping the 802.15.4 MAC header and not substituting it with the serial one. Is there a way to attach MAC header just after the serial one? Data would be at last place. Furthermore, why BaseStation ignore ACKs? I've been

Re: [Tinyos-help] putting atmega128 to low power mode

2010-05-17 Thread Philip Levis
On May 14, 2010, at 11:37 PM, farooq_s wrote: hi, My application demands me to put the MCU in low power mode to conserve power. I am working on tinyOS 2 and have multiple sensors installed on the node connected to the different pins of the ADC on atmega128. The problem is that, I want

[Tinyos-help] mts300

2010-05-17 Thread Alexandre Locci Martins
Hello I am trying to do something like that: event void Temp.readDone(error_t result, uint16_t data){ tempe = tempe + data; call Leds.set(0); if (data = 25){ call Leds.set(1); }else{ call Leds.set(2); } cont ++; if (cont = 10){

Re: [Tinyos-help] BaseStation question

2010-05-17 Thread Michael Schippling
This won't be much help since I'm using TOSBase under T1...but... The default behavior of MICA basestations was to map incoming micaZ 802.whatever headers to the old style mica2 headers. I once saw mention of where/how this happens but have totally forgotten. You might find something with an

[Tinyos-help] tinyld

2010-05-17 Thread sadun silva
Dear all, I was wondering how did somebody convert the blink program to a set of hexadecimal values in tinyld (LoadFromRAM application). just have a look! http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x/apps/tosthreads/tinyld/LoadFromRAM/LoadFromRAMP.nc?view=markup if the link is

Re: [Tinyos-help] FTSP

2010-05-17 Thread Kusy, Brano
If i access the timestamp at receiver i will have only one point of reference to calculate the time take for the packet to travel from sender to receiver...wat can i do to get another reference time?? if you run FTSP, you can get both A) global time of the message transmission (at sender) and

[Tinyos-help] [tinyos-help] Help with I2CPacket.nc

2010-05-17 Thread Ronald Eliseo Reyes López
-- Forwarded message -- From: Philip Levis p...@cs.stanford.edu Date: 2010/5/17 Subject: Re: Help with I2CPacket.nc To: Ronald Eliseo Reyes López reyesronal...@gmail.com Cc: pbuonado...@archrock.com, j...@archrock.com Please send questions to tinyos-help. Thanks! Phil On May

Re: [Tinyos-help] Packet transmission time

2010-05-17 Thread Kusy, Brano
Hi All, I need to get the time of packet transmission. I guess to use the PacketTimeStamp interface to get this time where I need to use the timestamp method in the sendDone() and receive() method. Thus, I wire the PacketTimeStamp interface to the ActiveMessageC components such as follows:

Re: [Tinyos-help] tinyld

2010-05-17 Thread Chieh-Jan (Mike) Liang
Hi Silva, First, you need the cthreads-version of the application. For example, let's take tinyos-2.x/apps/tosthreads/capps/Blink, the cthreads-version of Blink. One script in TinyOS tools is tosthreads-gen-dynamic-app. And, you just do tosthreads-gen-dynamic-app

Re: [Tinyos-help] TOSSIM and CTP

2010-05-17 Thread Omprakash Gnawali
On Sun, May 16, 2010 at 11:28 AM, Newlyn Erratt nerr...@umail.iu.edu wrote: All: I'm having an issue getting CTP to work with a TOSSIM simulation I'm running.  I've enabled some of the debugging in CTP and from what I can tell everything is setting up properly.  I get these messages from the

Re: [Tinyos-help] CTP

2010-05-17 Thread Omprakash Gnawali
On Thu, May 13, 2010 at 3:50 PM, ranal fernando ranalferna...@live.com wrote: Dear all, I have some data in the PC which has to be to the nodes in the network. I used SerialActiveMessageC to send the data to base station mote. The base mote is getting the data. From there I’m trying to use

Re: [Tinyos-help] TOSSIM and CTP

2010-05-17 Thread Philip Levis
On May 17, 2010, at 8:18 PM, Omprakash Gnawali wrote: On Sun, May 16, 2010 at 11:28 AM, Newlyn Erratt nerr...@umail.iu.edu wrote: All: I'm having an issue getting CTP to work with a TOSSIM simulation I'm running. I've enabled some of the debugging in CTP and from what I can tell