[Tinyos-help] Re: Another Question about SurgeTelos

2006-11-01 Thread Ole Bischoff
Dear Meiying Su, in the TinyOS mail archive you can find some excellent answersfrom Cory Sharp to your questions/nesC warnings. 1) uncombined = https://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-May/016881.html 2) asynchronously =

[Tinyos-help] Questions about application MultihopOscilloscope(T2)

2006-11-01 Thread xiaoyan yang
Dear TinyOS users,I'm running MultihopOscilloscope in TOSSIM(T2). The event Receive.receive is supposed to be signaled at the root node only when it receives a new message. However, now every node will receive messages through this interface and it seems that snoop.receive is never signaled. I

Re: [Tinyos-help] installing uisp and correction toscheck warnings

2006-11-01 Thread umar hafeez
I tried adding the following lines in bashrc fileexport PATH="/usr/bin:$PATH"after that didn't work then:export gmake="/usr/bin"export gnumake="/usr/bin"Neither gave any improvment on the error messages recieved.Do i need to install a package... I have already installed automake, gnusetup and

[Tinyos-help] CFP: 4th Intl. Workshop on Wearable Implantable Body Sensor Networks (BSN 2007)

2006-11-01 Thread Thomas Falck
2nd CALL FOR PAPERS The 2007 International Workshop on Body Sensor Networks (BSN 2007) jointly organised by RWTH Aachen University and Philips Research Laboratories, Aachen, Germany March 26-28, 2007 http://bsn2007.rwth-aachen.de

[Tinyos-help] tinyos-2.x - ignoring unknown packet type 45

2006-11-01 Thread Cormac Duffy
Hi I am running the beta-2 version of tinyos-2.x.I can't seem to get any results from the serial forwarder or Listener java applications,they both issues the following error:serial@/dev/ttyUSB0:115200: ignoring unknown packet type 45 I am using the tmote-sky platform which i compile as make

[Tinyos-help] Fwd: Timer-SysTimeC in TinyOs-2.X

2006-11-01 Thread Osman Ugus
Hello, I am implementing ECC Arithmetic on micaz motes with tinyOS-2.X. I want to mesasure the timing efficiency of my methods. I want to get the time just before calling the method and just after finishing the method. There was a component called SysTimeC in tinyOs-1.x and I think that

[Tinyos-help] automatic power up and down

2006-11-01 Thread Tie Luo
Hi, I think motes will power up and down automatically to save energy, and I have two questions: 1) How to disable this function? 2) Will all variables be re-initialzed when a mote is powered down and later up by itself? platform: micaz, T2 Many thanks.-- Regards,Tie

[Tinyos-help] Multihop from base to sensor nodes

2006-11-01 Thread Faisal Karim
Hi Alli want to use /lib/Route multihop routing to send messages from base (mote 0) to some specific node lets say (node 9)Do anybody know the fix or some other routing protocol easily available to be used.ThanksRegards Faisal Karim ___ Tinyos-help

Re: [Tinyos-help] Fwd: Timer-SysTimeC in TinyOs-2.X

2006-11-01 Thread David Gay
On 11/1/06, Osman Ugus [EMAIL PROTECTED] wrote: Hello, I am implementing ECC Arithmetic on micaz motes with tinyOS-2.X. I want to mesasure the timing efficiency of my methods. I want to get the time just before calling the method and just after finishing the method. There was a component

Re: [Tinyos-help] Multihop from base to sensor nodes

2006-11-01 Thread Daniel S. Menasche
Dear Faisal, You can use MultiHopLQI with SurgeTelos. If you want to change the base station address from the default (which is 0) to 9: (a) in MultiHopLQI.nc set the variable BASE_STATION_ADDRESS to 9 (b) also change line 145 from if ((TOS_LOCAL_ADDRESS != 0) (val BEACON_TIMEOUT))

RE: [Tinyos-help] How to wake up a MICA2 sensor

2006-11-01 Thread Ben Buckner
-Original Message- Date: Tue, 31 Oct 2006 19:16:49 -0600 From: Leon Zhou [EMAIL PROTECTED] Subject: [Tinyos-help] How to wake up a MICA2 sensor To: tinyos-help@Millennium.Berkeley.EDU Hi, We're doing a temperature detection project with MICA2 and TinyOS. In order to save power, our

[Tinyos-help] (no subject)

2006-11-01 Thread Yu, Mengji
HI We are also having a problem with Surge_Reliable demo and are getting the samewarnings as Kim (http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2004-June/004310.html). We are hoping if Kim would be able to guide us as how to make it work. Thank you in advance. mengjie

Re: [Tinyos-help] How to wake up a MICA2 sensor

2006-11-01 Thread Haijia Zhou
Ben, It really helps. Thanka a lot. Haijia - Original Message - From: Ben Buckner [EMAIL PROTECTED] To: tinyos-help@Millennium.Berkeley.EDU; [EMAIL PROTECTED] Sent: Wednesday, November 01, 2006 12:20 PM Subject: RE: [Tinyos-help] How to wake up a MICA2 sensor -Original

[Tinyos-help] ADC_Counts

2006-11-01 Thread Prabhdeep Cheema
Hi We are interested in calculating Vrssi fromthe following formulaVrssi = Vbatt x ADC_Counts/1024Is Vbatt the value obtained from tos/system/VoltageC.nc ? What is ADC_countsand how can we obtain it ? thank you,best regards,Cheema ___ Tinyos-help mailing

Re: [Tinyos-help] tinyos-2.x - ignoring unknown packet type 45

2006-11-01 Thread Philip Levis
On Nov 1, 2006, at 7:51 AM, Cormac Duffy wrote: Hi I am running the beta-2 version of tinyos-2.x. I can't seem to get any results from the serial forwarder or Listener java applications, they both issues the following error: serial@/dev/ttyUSB0:115200: ignoring unknown packet type 45 I am

Re: [Tinyos-help] Questions about application MultihopOscilloscope(T2)

2006-11-01 Thread Philip Levis
On Nov 1, 2006, at 4:50 AM, xiaoyan yang wrote: Dear TinyOS users, I'm running MultihopOscilloscope in TOSSIM(T2). The event Receive.receive is supposed to be signaled at the root node only when it receives a new message. However, now every node will receive messages through this

Re: [Tinyos-help] very strange code of sending on micaZ, Tinyos2.0

2006-11-01 Thread Philip Levis
On Nov 1, 2006, at 1:35 AM, Tie Luo wrote: Line 6: if congestion is true, even m_cca==false can enter S_SAMPLE_CCA state, which is wrong. Why is this wrong? If it's congested, continue sampling for a clear channel. Line 7: I do not find where the macro PLATFORM_MICAZ is defined. And,

[Tinyos-help] EnergyEstimatorM, tinyos-2.0

2006-11-01 Thread Manish Kochhal
Dear TinyOS users,I have read in the tinyos-2.0 tutorial that, currently no power measurement(s) functionality is being provided in v2.0... Has anybody developed any Energy Estimator module, where it takes into account the idle energy, the send/receive, the use of CPU, sensing et. al. I am sure

Re: [Tinyos-help] tinyos-2.x - ignoring unknown packet type 45

2006-11-01 Thread Cormac Duffy
That worked great,I had tried make cleanfollowed by makethis didn't obviously regenerate the jar,thanks philcormacOn 1 Nov 2006, at 21:38, Philip Levis wrote:On Nov 1, 2006, at 7:51 AM, Cormac Duffy wrote: Hi I am running the beta-2 version of tinyos-2.x.I can't seem to get any results from the

Re: [Tinyos-help] ADC_Counts

2006-11-01 Thread Michael Schippling
Most likely ADC_Counts is what is in the 'strength' field of the received TOS_Msg. In any case it is the value read from the AnalogDigitalConverter attached to the rssi pin of the radio chip, which is ADC0 on the micas. MS Prabhdeep Cheema wrote: Hi We are interested in calculating Vrssi

Re: [Tinyos-help] very strange code of sending on micaZ, Tinyos2.0

2006-11-01 Thread Tie Luo
Thanks for the clarification. The only question is, if channel is free, STXON.strobe() will turn onTX transmisstion, which makes (status CC2420_STATUS_TX_ACTIVE) non-zero, therefore the variable 'congestion' willremain TRUE. But channel is actually clear. I am confused. Or,is it in calibration