[Tinyos-help] Surge_XMesh

2005-12-16 Thread Silvia
Hello! I can´t to compile C:\tinyos\cygwin\opt\tinyos-1.x\contrib\xbow\apps\Surge_Xmesh for mica2. I´ve changed Makefile to mica2, but I get this error:   - [EMAIL PROTECTED] /opt/tinyos-1.x/contrib/xbow/apps/Surge_XMesh $ make mica2 mkdir -p build/mica2     compiling Surge

RE: [Tinyos-help] XMTS310 not sleeping?

2005-12-16 Thread Harri Siirtola
Hi Giri, thanks for your reply! I still can't get it working, though... Do you know where the powermanagement Enable() is called if I don't define FEATURE_UART_SEND? I'm observing constant ~25mA consumption, wiht occasional spikes over that (using a scope over a 1ohm series resistor in power

Re: [Tinyos-help] XMTS310 not sleeping?

2005-12-16 Thread paz
Mudlagiri Baleri escribió: Hello Harri, It is correct that XMesh apps use power saving by default. FEATURE_UART_SEND should be defined only if you want to debug the application and have the packet sent to UART for data collection. PowerMgrEnable() is called by XMesh by default. To put the mot

[Tinyos-help] Need help in working my own directory other than apps

2005-12-16 Thread muralikrishna chowdary
Hai , I created my own directory ( sample) .Now when I run my program by using "make " I am getting an error saying that "No file / directory for make rules" Plz give a solution to my problem.So that I can work in my own directroy rather than in app directory.Does I need

Re: [Tinyos-help] TestTinyViz help

2005-12-16 Thread Andrea Pacini
Try to use , instead of tinyviz -run ..., this commmand: ./build/pc/main.exe -gui 30 & (run the program in background) java net.tinyos.sim.SimDriver -gui (start tinyviz) For editing nesC there are no specific editor , but you can use Notepad , for example. Andrea L Tony wrote: hi,

Re: [Tinyos-help] Need help in working my own directory other than apps

2005-12-16 Thread Volker Simon
Hi, >I created my own directory ( sample) .Now when I run my program > by using "make " I am getting an error saying that "No file / > directory for make rules" you have to set in the Makefile script: "include ../../Makerules" instead of "../Makerules" Regards, Volker _

[Tinyos-help] Dr. Wei Hong's email ID

2005-12-16 Thread chandresh parekh
Hi all,   I tried to send a question related to TinyDB to Dr. Wei Hong, one of the co-author of document "TinyDB:In -Network Query Processing in TinyOS"   at the following addresses: [EMAIL PROTECTED] and [EMAIL PROTECTED]  but i received failure of delivery notification.   Any one knows th

[Tinyos-help] TinyViz, neighbor size--, network size++

2005-12-16 Thread Sivaharan Thirunavukkarasu
Hi, Not sure how to fix the following problem : In TinyViz i came across the problem of unable to limit  the number of connected neighbors to say 4 or 5 while increasing the network size using the radio model option Fixed radius(10). When the network size is increased, as expectced the network beco

[Tinyos-help] MicaZ sleeping problems

2005-12-16 Thread Harri Siirtola
Hi, could someone please verify that the CountSleepRadio really works on MicaZ? For me, it looks like only the first timer interrupt works (the leds blink once), then nothing happens. Regards, Harri ___ Tinyos-help mailing list Tinyos-hel

Re: [Tinyos-help] Need help in working my own directory other than apps

2005-12-16 Thread Dave Tucker
> >I created my own directory ( sample) .Now when I run my program > > by using "make " I am getting an error saying that "No file / > > directory for make rules" > > you have to set in the Makefile script: "include ../../Makerules" > instead of "../Makerules" I think the preferred meth

Re: [Tinyos-help] Addressing node by id

2005-12-16 Thread Sankar Gorthi
Hi, Another newbie doubt: When installing Surge in the motes, let's say I use make mica2 install.3, the node id is set as 3. Right? Then, how can I access it in NesC code? Is it the TOS_LOCAL_ADDRESS variable? (Is it a variable?) Sankar. On Thu, 15 Dec 2005 08:38:51 -0600, Sankar Gorthi

Re: [Tinyos-help] Addressing node by id

2005-12-16 Thread Michael Schippling
you got it... I believe TOS_LOCAL_ADDRESS is the name for a ROM memory address known to the uisp program, where it sticks the install.N number as it is downloading... MS Sankar Gorthi wrote: Hi, Another newbie doubt: When installing Surge in the motes, let's say I use make mica2 install.3, t

Re: [Tinyos-help] Addressing node by id

2005-12-16 Thread Sankar Gorthi
While I'm on a roll... In Surge, I don't see the code explicitly assigning the incoming message packet to the gMsgBuffer. How does the incoming message get stored? Does it get stored? Or is the gMsgBuffer only used to temporarily build the message before sending? I can't seem to find the

[Tinyos-help] re: Question about Tossim

2005-12-16 Thread Elaine Cheong
You can set the propagation delay in Viptos with arbitrary precision. However, the resolution of the Viptos-based TOSSIM is the same as TOSSIM, and is based on the 4MHz clock. Note that Viptos also uses packet-level simulation, so the propagation delay is that of the entire packet. http://pto