Re: [Tinyos-help] sampling at 3 KHZ on tmote

2006-05-11 Thread Cory Sharp
If you are trying to sample at 3khz, you should use a hardware timer instead of a virtualized timer in TimerJiffy or TimerMilli. You will need to pick one that isn't used by other services. I believe I've posted in the past listing which timers are allocated and which are not, search the

Re: [Tinyos-help] sampling at 3 KHZ on tmote

2006-05-11 Thread jagan nath
Thanks for a prompt reply, can i port my application written in 1.x to boomerang directly , because I 'm afraid i have already done too much of work and it will be late if i have to make too many changes. Is there any work around. I'm presently trying to work on a copy of the timerjiffyasyncC. I

[Tinyos-help] Change rate of reading in OScope

2006-05-11 Thread Kanishk Panwar
Hello, I am using TOSBase program on my gateway mote and Oscilloscope on my sensor mote to reading temperature. I get the reading in every 3 seconds from each channel. How do I slow down this process to say 8 seconds? Please suggest. Thank you, Kanishk Panwar.

RE: [Tinyos-help] Change rate of reading in OScope

2006-05-11 Thread Michael Collett
Kanishk, I think all you need to do is edit the line in OscilloscopeM.nc call Timer.start(TIMER_REPEAT, 8000); The timer units are in miliseconds, so 8000 would give you timer triggers every 8 seconds. You can look at the timer interface in tos/interfaces for a bit more info. Mike

RE: [Tinyos-help] Change rate of reading in OScope

2006-05-11 Thread Harri Siirtola
To be exact, the parameter is binary milliseconds. To get an accurate 8 sec interval you should use 8000 * 1024. Regards, Harri At 09:50 AM 5/11/2006 +0100, Michael Collett wrote: Kanishk, I think all you need to do is edit the line in OscilloscopeM.nc call

RE: [Tinyos-help] Change rate of reading in OScope

2006-05-11 Thread Kanishk Panwar
apparently there are 2 OScope programs !!! C:\Program Files\UCB\cygwin\opt\tinyos-1.x\apps\Oscilloscope AND C:\Program Files\UCB\cygwin\opt\tinyos-1.x\contrib\moteiv\apps\Oscilliscope TIMER_REPEAT was ONLY found in first application path /** * Starts the SensorControl and CommControl

[Tinyos-help] Re: Tinyos-help Digest, Vol 37, Issue 48

2006-05-11 Thread Harish Prabhu
Joe, Can you tell us what those two bugs are ?Roberto, Have you turned off the radio?Regards,Harish Date: Wed, 10 May 2006 11:56:14 -0700From: Joe Polastre [EMAIL PROTECTED]Subject: Re: [Tinyos-help] Delta/Trawler lowpower power consumption ontmote sky To: Roberto Garcia [EMAIL PROTECTED]Cc: tos

[Tinyos-help] Cannot create docs

2006-05-11 Thread 闻磊
hi, recently i work on the Tinyos to complete my bachelor paper.But i meet some strange things,so i want to ask if anyone could solve it. I use tinyos1.1.0.it is ok when i compile the programs in the apps,but when i turn into the /tinyos-1.x/contrib,all the apps in the location cannot be

[Tinyos-help] Send a big packet or split into multiple packets?

2006-05-11 Thread Nue Noi
Hi all,There have been a lot of discussions on the packet size we should use (esp. on IEEE 802.15.4 compliant platforms).We all know that the maximum packet size we could use is 128 bytes and normally what we have as a defult packet size is 28 bytes for IEEE 802.15.4. But I couldn't find a clear

Re: [Tinyos-help] Cannot create docs

2006-05-11 Thread Aditya Bhave
The only reason i can think of is the wrong paths set in the Makefile of the apps in the/contrib folder. Edit the Makefile to include the Makerules file in the /apps folder of the main tinyos tree.(See the Makefile in tinyos-1.x /apps/Blink to see how the Makefile should be written)On 5/11/06, 闻磊

Re: [Tinyos-help] Re: Tinyos-help Digest, Vol 37, Issue 48

2006-05-11 Thread Joe Polastre
Hi Harish, There's a bug in the clock recalibration for the msp430 in 1.x and Boomerang. It required a rewrite of the clock recalibration using correct resource arbitration. -Joe On 5/11/06, Harish Prabhu [EMAIL PROTECTED] wrote: Joe, Can you tell us what those two bugs are ? Roberto,

[Tinyos-help] where to find readme for tinyos

2006-05-11 Thread shiyuan zhang
Hi, I am using Boomerang by Moteiv. TinyOS contains so many *.nc files. For instance, in opt/moteiv/tinyos-1.x/tos/system opt/moteiv/tinyos-1.x/tos/platform Where could I find a readme file, which can briefly describe what's the usage of those modules? I am quite confusingby so many modules.

[Tinyos-help] Regarding Time Sync and Timestamping

2006-05-11 Thread Jose L. Ponce
Dear all, I have been working on a time sync protocol between the pc and the motes. I think I have solved most of the problems on the java side and I would like to improve things on the motes. My test for the time-sync consists of running the sync protocol every i.e. 60 seconds and sending

[Tinyos-help] Help me with deluge

2006-05-11 Thread bhushan bhatt
I am trying to make Deluge work with Blink to test over the air programming. The manual asks to type : % make platform install. But cygwin does not recognize % symbol. How to compile this application ?Bhushan How low will we go? Check out Yahoo! Messenger’s low PC-to-Phone call

Re: [Tinyos-help] Help me with deluge

2006-05-11 Thread Michael Schippling
I think the % was an attempt to show the shell prompt... just type: make platform install where platform is your mote type, like: make mica2 install MS bhushan bhatt wrote: I am trying to make Deluge work with Blink to test over the air programming. The manual asks to type : % make

[Tinyos-help] Monitoring voltage of each node in TOSSIM

2006-05-11 Thread Abid Ali Minhas
Hi all,Does TOSSIM care about the voltage of each node during its execution? Does it decrease the value of node voltage depending upon its usage (transmitting, receiving, processing)?Can this change in voltage be reported to the base station? If yes, how can it be done? Which piece of code (and

[Tinyos-help] Question on TinyOS?

2006-05-11 Thread nandy jones
Hi , I was wondering whats the size of TinyOS...i know its kind of wiered Q but i searched everywhere but didnt get any answeri would appreciate if someone could answer and also where/in which document can i find much about the previous versions of this particular embedded operating system.

Re: [Tinyos-help] where to find readme for tinyos

2006-05-11 Thread shiyuan zhang
Thanks. (1) Anyone know how to read TinyOS-Wiki ??? The website http://cents.cs.berkeley.edu/tinywiki/index.php?title=Special:Userloginreturnto=Systems does not permit to create an account to login, and I tried email[EMAIL PROTECTED]but got email-failure message. (2) Does someone happen to know

Re: [Tinyos-help] where to find readme for tinyos

2006-05-11 Thread shiyuan zhang
I find a good but incompleteone here: http://cse.yeditepe.edu.tr/tnl/html/LOCAL/files/docs/tos-source-tree/components_p.html Can some TinyOS folks share a more? On 5/11/06, shiyuan zhang [EMAIL PROTECTED] wrote: Thanks. (1) Anyone know how to read TinyOS-Wiki ??? The website

[Tinyos-help] Deluge Ping node problem

2006-05-11 Thread bhushan bhatt
Hi all,When i try to follow the Deluge-manual and run DelugeBasic to ping the node it says : Exception in thread "main" java.lang.NoClassDefFoundError: net/tinyos/tools/Deluge. There are some pages on the help-list but it did not solve my problem. Any suggestions ??-Bhushan Yahoo! Messenger with

[Tinyos-help] How to set sampling rate of ADC(Tmote Sky)

2006-05-11 Thread gao bo
Hi all: Now, I’m using the expansion connector of Tmote Sky to record same data of sound. But I don’t know haw to set sampling rate of ADC. Now, I’m using the ADCC.nc(/opt/tinyos-1.x/tos/platform/msp430) to get data. I call ADCControl.setSamplingRate(TOS_ADCSample120us), I think it may work.

[Tinyos-help] mica install problem

2006-05-11 Thread wh.huang
I tried follow the install instructions in: http://www.tinyos.net/nest/doc/tutorial/lesson0.html After keying toscheck, I can get the pass massege: toscheck completed without error. When I try to do the hardware verification, there is something wrong: I can get a exe file after keying make mica