[Tinyos-help] untar jflashmm.tgz: does not look like a tar achive

2010-05-12 Thread Ruoshui Liu
Hi I am following the web site instructions to do a fresh installation of tinyo2.1 on windows. The error occurs to me when I downloaded the Jflashmm.tgz file from sourceforge at http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/intelmote2/tools/platforms/intelmote2/*jflashmm*

[Tinyos-help] Definition of the Active mode and Configuration of Receive mode

2009-08-19 Thread Ruoshui Liu
Dear all, I am measuring the power consumption of micaz mote in different operating modes. I am not clear how people formally define the active mode when they mentioned the power consumption of mote in the active mode in their papers, and how people program the mote to measure it? In addition,

Re: [Tinyos-help] Turning off MicaZ radio does not work

2009-04-15 Thread Ruoshui Liu
der to call command stop() from interface > ActiveMessageC.SplitControl, you have to implement all the events in > this interface, which are SplitControl.startDone() and > SplitControl.stopDone() in your case. Hope this helps. > > Cheers, > Xiaohui > > On Tue, Apr 14, 2

[Tinyos-help] Turning off MicaZ radio does not work

2009-04-14 Thread Ruoshui Liu
Dear all, I am currently measuring the current draw by the micaz mote as whole when it is operating in the different modes. First of all, I started with turning off the radio, here is my code: configuration BlinkToRadioAppC { } implementation { components MainC; components BlinkToRadio

Re: [Tinyos-help] The applications can not be compiled any more, "*** No rule to make target..."

2009-02-11 Thread Ruoshui Liu
ve set the > paths in your .bashrc or .profile script. > > Cheers, > Urs > > > Ruoshui Liu wrote: >> Dear all, >> >> I have been working on the tinyos 1.1.15, and it was working all >> right with everything. One day, I installed the Jennic ZigBee >

[Tinyos-help] The applications can not be compiled any more, "*** No rule to make target..."

2009-02-11 Thread Ruoshui Liu
Dear all, I have been working on the tinyos 1.1.15, and it was working all right with everything. One day, I installed the Jennic ZigBee Evaluation Kit on my computer and the installation comes with the new version of Cygwin. After the installation, my /cygwin shell/ has been replaced with th

Re: [Tinyos-help] Tinyos-help Digest, Vol 62, Issue 128

2008-06-30 Thread Ruoshui Liu
essage-ID: > <[EMAIL PROTECTED]> > Content-Type: text/plain; charset=UTF-8 > > Share a frequency changing pattern based off of time vs. packet received? > > On Fri, Jun 27, 2008 at 9:09 AM, Ruoshui Liu <[EMAIL PROTECTED]> wrote: > >> Dear all, >>

[Tinyos-help] How to keep the time at Tx end and the other timer at Rx synchronised

2008-06-27 Thread Ruoshui Liu
Dear all, I have been stuck with a synchronisation problem for a long time. Here is my problem: I am implementing frequency hopping on both Tx and Rx ends. At the Tx end, Tx starts changing its transmission frequency from channel 11 to channel 26 after the its first packet is sent and then kee

[Tinyos-help] Help with the clarification of the frequency changing operation

2008-06-19 Thread Ruoshui Liu
Dear all, I am implementing the frequency change in the application program, and use the function: CC2420Control.TunePreset(n) %where n is the channel number The frequency change occurs in the typical time interval depending on user's setting. My question is about the timing issue. Do I run in

[Tinyos-help] What is the maximum timer interval?

2008-04-09 Thread Ruoshui Liu
Dear all, I have a question regarding the maximum timer interval for the TimerC. I am implementing a measurement which needs the long time interval. Do you know the maximum value of the time interval with MicaZ? TimerC uses the Timer which is 16 bits, so I guess that's a theoretical max. Can yo

Re: [Tinyos-help] Can anyone help me clarify the MicaZ (CC2420) radiostack?

2008-03-17 Thread Ruoshui Liu
of "STXONCCA" with "STXON" in any CC2420 source code. -David *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Ruoshui Liu *Sent:* Sunday, March 16, 2008 4:5

[Tinyos-help] Can anyone help me clarify the MicaZ (CC2420) radio stack?

2008-03-16 Thread Ruoshui Liu
Dear all, Currently I am working on the MicaZ using CC2420 radio stack, and I am trying to completely disable the CCA function implemented by CC2420 radio stack. However, I did not find the right function to do so. Therefore, I went through the *Mica High Speed Radio Stack *and the *Mica2 (CC

[Tinyos-help] Query about the disabling the CCA function!

2008-03-14 Thread Ruoshui Liu
Dear all, I am trying to completely disable Clear Channel Assessment (CCA) function in CC2420, but I can't find a right to do it. Could anyone give some suggestions on this? Do I use any available functions to do so, or I have to think of another way? I am using the TinyOS-1.1.15, and MicaZ.

[Tinyos-help] Query about the application"High Frequency RSSI Sampling Application"!

2008-02-26 Thread Ruoshui Liu
ained from RSSI field. I found they were different, could anyone help me with the explanation for this deviation please? The TinyOS I am currently use is TinyOS 1.1.15. Thank you very much! Best regards, Ruoshui Liu ___ Tinyos-help mailing list T

Re: [Tinyos-help] Different values of RSSI when reading strengh field in the TOSMsg and reading the RSSI_VAL!

2008-01-15 Thread Ruoshui Liu
in TOSMsg is generated based on the RSSI register please? Many thanks! Best regards, Ruoshui Philip Levis wrote: On Jan 15, 2008, at 4:25 AM, Ruoshui Liu wrote: Dear all, I am trying to measure the RSSI value in TinyOS 1.x. However, I have got two totally different values when I applied two

[Tinyos-help] Is there a CC2420SpiP module in TinyOS-1.x?

2008-01-15 Thread Ruoshui Liu
Dear all, I need to access the register RSSI (0x13) for bits[7:0], but I am using the TinyOS-1.x. Is there a CC2420SpiP module for TinyOS-1.x, or is it just for TinyOS-2.x? Thank you! Best regards, R Liu ___ Tinyos-help mailing list Tinyos-help@mill

[Tinyos-help] Different values of RSSI when reading strengh field in the TOSMsg and reading the RSSI_VAL!

2008-01-15 Thread Ruoshui Liu
x27; is - 65; the reading from the RSSI_VAL register is -98. I am really confused, could anyone help me with the reason for this pleaes? Best regards, Ruoshui Liu ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millenniu

[Tinyos-help] help! Very confused about the way to measure RSSI value!

2008-01-14 Thread Ruoshui Liu
ppreciate your help! Thank you very much! Best regards, Ruoshui Liu ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] How to save the data read from the UART port in the Matlab workspace please?

2007-12-10 Thread Ruoshui Liu
stuck with finding the way to save them into a matrix for future analysis. Could anyone help me with this please? Thanks very much! Best regards, Ruoshui Liu ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.e

[Tinyos-help] The way to store the data from the Matlab command window into a matrix?

2007-12-09 Thread Ruoshui Liu
Dear all, I am currently working on the using Matlab with TinyOS, and I can read the received raw data from the base station(which is attached to the computer via the UART) and display them on the command window in the Matlab. I am wondering what is the best way to save the received data into

[Tinyos-help] Error when running the Listen tool in Matlab!

2007-12-05 Thread Ruoshui Liu
Dear all, I set up all the environment for using the Matlab with the TinyOS. Now, I want to run the Listen tool in the Matlab2006a to view the received raw data from the receiver which is installed with the modified TOSBase application and attached with the programming board. However, when I

Re: [Tinyos-help] Problem of using Matlab with TinyOS-wrong version49.0!

2007-12-05 Thread Ruoshui Liu
up to version 0.48. Installing Java 1.5 or later will solve the issue. Janos -Original Message- *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] *On Behalf Of *Ruoshui Liu *Sent:* Wednesday, December 05, 2007 11:29 AM *To:* tinyos-help@Millennium.Berkeley.EDU *Subject

[Tinyos-help] Problem of using Matlab with TinyOS-wrong version 49.0!

2007-12-05 Thread Ruoshui Liu
b\j2sdk1.4.2\jre\lib\comm.jar;C:\Program Files\MATLAB\R2007b\java\jar\jmi.jar;C:\tinyos\cygwin\opt\tinyos-1.x\tools\java\comm.jar;c:\tinyos\cygwin\opt\tinyos-1.x\tools\java I am stuck with it, and could anyone help me with this please? Best regards, Ruoshui Liu ___

Re: [Tinyos-help] Reading the raw data from the receiver on the PC over the UART!

2007-12-03 Thread Ruoshui Liu
for your own development. You should also read through the doc/tutorial where most of this is covered. MS Ruoshui Liu wrote: > Dear all, > > Currently, I have implemented a single transmission link containing one > transmitter and one recei

[Tinyos-help] Reading the raw data from the receiver on the PC over the UART!

2007-12-03 Thread Ruoshui Liu
? I mean what is the core part or key function I should use in order to read the raw data. Thank you very much! Best regards, Ruoshui Liu ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin

[Tinyos-help] Re:Re: It's about th Timer!

2007-11-26 Thread Ruoshui Liu
d as customer service here. So, if your questions are not answered, be patient or try to debug it yourself (and tell the group how you solve it, if you like). Regards, -daniel On Sun, 2007-11-25 at 23:42 +, Ruoshui Liu wrote: Hi Cory and Michael, I have been stuck with the Timer probl

[Tinyos-help] It's about the Timer!

2007-11-25 Thread Ruoshui Liu
d you help me with this please? Thank you very much! Best regards, Ruoshui Liu ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSSIM compilation error please!

2007-11-23 Thread Ruoshui Liu
Dear all, I modified an application called 'CountDual', and want to debug this. When I compiled it by using 'make pc' command, I got such error. Is this something to do the make file? Could anyone help me with this please? Thanks a lot! Ruoshui Liu $ make pc mkdir -p b

Re: [Tinyos-help] My 2nd Timer never get called?

2007-11-23 Thread Ruoshui Liu
7;re firing. I'm almost sure you do something wrong in changing frequencies, there are many things that should be done right. Harri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ruoshui Liu Sent: Thursday, November 22, 2007 11:08 PM To: tinyos-help@

[Tinyos-help] My 2nd Timer never get called?

2007-11-22 Thread Ruoshui Liu
ncy change in the Timer1.fired(), I never got the fequency changed successfully. The transmit frequency always stays the same. Any suggestions please? I have been stuck here trying to find the problem for a long time:( Ruoshui Liu ___ Tinyos-help mail

[Tinyos-help] Call MacControl.enableAck() in StdControl.init()?

2007-11-22 Thread Ruoshui Liu
Dear all, Can I call the MacControl.enableAck() command withinin the StdControl.init() part? Because I got the error message like this: CountDualM.nc:152: interface has no command or event named 'disableAck'. Thanks a lot! Ruoshui Liu

[Tinyos-help] Timer isn't working when called in SendMsg.sendDone()!

2007-11-20 Thread Ruoshui Liu
t change frequency even it did receive the ack from the receiver. Is there something wrong with the code or my logic? Any suggestions? Thanks a lot! Ruoshui Liu ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley

[Tinyos-help] Re: Tinyos-help Digest, Vol 55, Issue 76

2007-11-20 Thread Ruoshui Liu
Message: 2 Date: Tue, 20 Nov 2007 15:13:56 - From: "Murray, Ben" <[EMAIL PROTECTED]> Subject: RE: [Tinyos-help] How to set a particular point to start the time r? To: "'Ruoshui Liu'" <[EMAIL PROTECTED]>, tinyos-help@millennium.berkeley

[Tinyos-help] How to set a particular point to start the timer?

2007-11-19 Thread Ruoshui Liu
y the transmitter. How can this be done in coding? Could anyone help me with this please? Thanks a lot! Ruoshui Liu ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Error when compling the TOSSIM for CntToLEedsAndRfm application!

2007-11-07 Thread Ruoshui Liu
Hi, I am trying to implement the simulation of TinyOS applications in TOSSIM. I changed to the directory 'xbow/apps/CntToLedsAndRfm', and built a TOSSIM version of this application with /make pc/. I did make it successfully at the first time. However, after I changed the parameter in 'Timer.