[Tinyos-help] about the bug of serial stack

2008-09-30 Thread jiwen zhang
Hello everyone : I fall across an odd problem about the serial stack. this question is asked before , but nobody gievs the answer. I find when the length of payload is 17 or 19 bytes , the messages i send to serial will miss the field of length in serial header (the same as the application

Re: [Tinyos-help] why my motes of mica2 can't communicate with each other when i use the cvs tree of tinyos2.x

2008-07-22 Thread jiwen zhang
am having the same problem that you had before (May 25, 2008) Could you please tell me what you did to solve the problem ?? Thanks in advance, diego On May 25, 2008, at 9:13 AM, jiwen zhang wrote: Hello all : i download the cvs tree of tinyos-2.x on the day of 2008-05-23 , and change

[Tinyos-help] what is the mac protocol in tinyos-2.x

2008-07-13 Thread jiwen zhang
Hello all : what is the mac protocol used in current version of tinyos-2.x ? thank you !! -- zhang jiwen ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] about CTP

2008-07-10 Thread jiwen zhang
can't find it . you use nx_uint8_t data[0] in ctp_data_header , what is the function of this field ? because it's size is zero . is it similar to a pointer ? thank you ! 2008/7/11 Omprakash Gnawali [EMAIL PROTECTED]: On Wed, Jul 9, 2008 at 8:15 PM, jiwen zhang [EMAIL PROTECTED] wrote

[Tinyos-help] about Broadcast component in tinyos2.x

2008-07-02 Thread jiwen zhang
Hello David : I see there is Broadcast component in tinyos1.x in tos\lib\Broadcast, is there the similar component in tinyos2.x ? i want to use it , but i don't find . why is it taken out ? thank you !! -- zhang jiwen ___ Tinyos-help mailing

Re: [Tinyos-help] about Broadcast component in tinyos2.x

2008-07-02 Thread jiwen zhang
, so when it disseminates new datas to the network , the other nodes maybe discard the new data . how does the Dissemination resolve the problem ? thank you !! 2008/7/2 Omprakash Gnawali [EMAIL PROTECTED]: On Wed, Jul 2, 2008 at 12:51 AM, jiwen zhang [EMAIL PROTECTED] wrote: Hello David

Re: [Tinyos-help] questions about CTP

2008-06-21 Thread jiwen zhang
it ? i also test the Root application in AntiTheft , when i compile it , it also gives the same warnings . thank you !! 2008/6/20 Omprakash Gnawali [EMAIL PROTECTED]: On Thu, Jun 19, 2008 at 12:07 AM, jiwen zhang [EMAIL PROTECTED] wrote: ... today , i write an application using CTP , when i

Re: [Tinyos-help] questions about CTP

2008-06-19 Thread jiwen zhang
Hello Omprakash : 2008/6/18 Omprakash Gnawali [EMAIL PROTECTED]: On Tue, Jun 17, 2008 at 5:42 AM, jiwen zhang [EMAIL PROTECTED] wrote: Hello Omprakash : maybe i don't express my problems distinctly . 1 . the field etx in the struct route_info_t . Is it the current node's ETX

Re: [Tinyos-help] questions about CTP

2008-06-17 Thread jiwen zhang
, jiwen zhang [EMAIL PROTECTED] wrote: Hello Omprakash : I have some questions about the interface CtpInfo . Firstly , i am puzzled to the meaning of some fields in routetable. in the structure routing_table_entry (TreeRouting.h), there are some information of the current node

[Tinyos-help] questions about CTP

2008-06-15 Thread jiwen zhang
Hello Omprakash : I have some questions about the interface CtpInfo . Firstly , i am puzzled to the meaning of some fields in routetable. in the structure routing_table_entry (TreeRouting.h), there are some information of the current node . the field of parent in route_info_t should be

Re: [Tinyos-help] about FTSP

2008-06-11 Thread jiwen zhang
provides interface RadioBackoff ( http://tinyos.cvs.sourceforge.net/*checkout*/tinyos/tinyos-2.x/tos/chips/cc2420/csma/CC2420CsmaP.nc?revision=1.4 ) you may want to update your CVS. brano jiwen zhang wrote: Hello brano : can you give me a way to solve my problem below ? thank you !! 2008

Re: [Tinyos-help] about FTSP

2008-06-11 Thread jiwen zhang
? or it does not start now ? 2008/6/12 Branislav Kusy [EMAIL PROTECTED]: hi jiwen, jiwen zhang wrote: Hello brano : The file CC2420CsmaP.nc i mentioned in last email is in tinyos-2.x-contrib/stanford-lgl/tos/chips/cc2420/csma , and the file CC2420CsmaC is in tinyos-2.x/tos/chips/cc2420

[Tinyos-help] is there am implementation of time synchroniazation based on DMTS protocol in tinyos-2.x

2008-06-05 Thread jiwen zhang
Hello all : at present , i want to know is there an time synchronization based on DMTS(Delay Measurement Time Synchronization) protocol which have been implemented in tinyos-2.x ? thank you !! -- zhang jiwen ___ Tinyos-help mailing list

Re: [Tinyos-help] about FTSP

2008-06-05 Thread jiwen zhang
, MD, November 2004. currently, FTSP supports cc2420 chip only in T2 - and it's still work in progress (there are problems with telos platform). is micaz ok when using FTSP ? IRIS support is coming (by janos sallai). i am looking forward to it !! brano jiwen zhang wrote: hello kusy

Re: [Tinyos-help] time synchronization

2008-06-04 Thread jiwen zhang
Hello : 2008/6/4 Miklos Maroti [EMAIL PROTECTED]: Hi Zhang, Yes. The PacketTimeStamp interface is used to access the transmit or receive time of the packet. If you want to embed a time stamp inside the packet then you need to use the TimeSyncAMSend and TimeSyncPacket interfaces of the

Re: [Tinyos-help] make deluge support mica2

2008-06-03 Thread jiwen zhang
very mcch !! Does any one try it ? i want to know the your result . thank you very much !! -- Razvan ME On Tue, 3 Jun 2008, jiwen zhang wrote: Hello all : can someone give me an answer to my questions (as follows)? thank you very much !!! 2008/6/1 jiwen zhang [EMAIL PROTECTED

[Tinyos-help] time synchronization

2008-06-03 Thread jiwen zhang
Hello all : i see some files in chips/rf230 , i see some words like TimeSyncPacket , so i think maybe the time synchronization is implementated in rf230 , am i right ? if yes , i want to know which arithmetic does it use ? maybe there are a corresponding paper , can someone give me a

Re: [Tinyos-help] time synchronization

2008-06-03 Thread jiwen zhang
Hello all : 2008/6/3 Miklos Maroti [EMAIL PROTECTED]: Hi Zhang, Hello all : i see some files in chips/rf230 , i see some words like TimeSyncPacket , so i think maybe the time synchronization is implementated in rf230 , am i right ? Yes. The PacketTimeStamp interface is used to

Re: [Tinyos-help] make deluge support mica2

2008-06-03 Thread jiwen zhang
Hello all : 2008/6/3 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Tue, 3 Jun 2008, jiwen zhang wrote: Hello : 2008/6/3 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! I just found a MPR400CB and I and was able to successfully run the burn script from the tinyos-2.x/apps/tests/deluge/Blink

Re: [Tinyos-help] something wrong happened in CC1000 driver in tinyos-2.x tree of cvs version

2008-06-02 Thread jiwen zhang
Hello all : that is right , it is the problem of CC1000SendReceiveP.nc . i have compare the file CC1000SendReceiveP.nc between the version of cvs and release . i think there is no problem in ((uint8_t *)rxBufPtr)[count++] = nextByte; , because this section of programme is the same between

Re: [Tinyos-help] about the metadata of cc2420

2008-06-02 Thread jiwen zhang
the radio is not receiving a packet, you would use CC2420ControlC's ReadRssi interface. LQI values are only available when receiving a packet. -David -- *From:* jiwen zhang [mailto:[EMAIL PROTECTED] *Sent:* Monday, June 02, 2008 8:11 AM *To:* David Moss

Re: [Tinyos-help] make deluge support mica2

2008-06-02 Thread jiwen zhang
Hello all : can someone give me an answer to my questions (as follows)? thank you very much !!! 2008/6/1 jiwen zhang [EMAIL PROTECTED]: Hello all : because i have many mica2 motes , and few micaz motes , so i want to modify the deluge to make it support mica2 . some operations i

[Tinyos-help] make deluge support mica2

2008-06-01 Thread jiwen zhang
Hello all : because i have many mica2 motes , and few micaz motes , so i want to modify the deluge to make it support mica2 . some operations i have done : 1 . go to /opt/tinyos-2.x/tos/lib/TOSBOOT , create a folder named mica2 , copy all the files in the directory TOSBOOT/micaz to

Re: [Tinyos-help] problem of make

2008-06-01 Thread jiwen zhang
Hello : maybe you should set the environment like these : export TOSROOT=/opt/tinyos-2.x export TOSDIR=$TOSROOT/tos export CLASSPATH=`cygpath -w $TOSROOT/support/sdk/java/tinyos.jar` export CLASSPATH=$CLASSPATH;. export MAKERULES=$TOSROOT/support/make/Makerules 2008/6/1 孙�D [EMAIL PROTECTED]:

[Tinyos-help] Bug founded in the driver of cc1000 in the tinyos-2.x tree of cvs version

2008-05-31 Thread jiwen zhang
Hello all : Yesterday , i send an emial to the tinyos-help that when i use the cvs version of tinyos-2.x , the motes of mica2 can't communicate with each other . today , after some times' test , i find the reason . the problem exists in the file CC1000SendReceiveP.nc , lines 575 . if

[Tinyos-help] something wrong happened in CC1000 driver in tinyos-2.x tree of cvs version

2008-05-30 Thread jiwen zhang
Hello all : i don't know whether something wrong happened in the driver of cc1000 in the cvs version of tinyos-2.x , but when i use the cvs version , my mica2 motes can't communicate with each other . i install the /opt/tinyos-2.x/apps/tutorials/BlinkToRadio to two motes , i find the leds

Re: [Tinyos-help] problems about Deluge

2008-05-29 Thread jiwen zhang
Hello Razvan ME : 2008/5/29 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Thu, 29 May 2008, jiwen zhang wrote: Hello Razvan ME : Recently , i download the tinyos-2.x tree of cvs verion , now the deluge works well except that when i use the command tos-deluge /dev/ttyS0 micaz -e 1 (i

Re: [Tinyos-help] About LowPowerListening

2008-05-28 Thread jiwen zhang
functional low power communication implementation, BMAC. -David -- *From:* jiwen zhang [mailto:[EMAIL PROTECTED] *Sent:* Monday, May 26, 2008 6:33 AM *To:* David Moss; tinyos-help *Subject:* Fwd: About LowPowerListening -- Forwarded message

Re: [Tinyos-help] problems about Deluge

2008-05-28 Thread jiwen zhang
make a time to give a document about these ? thank you very much !! 2008/5/22 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Wed, 21 May 2008, jiwen zhang wrote: Hello Razvan ME : today , i tested the apps/tests/deluge/blink (the verison of git http://hinrg.cs.jhu.edu/git/tinyos-2.x.git

[Tinyos-help] About LowPowerListening

2008-05-25 Thread jiwen zhang
Hello David : Maybe i have asked the question to you , but i still have some puzzles . 1. about the command setLocalSleepInterval(uint16_t sleepIntervalMs) . in my opinion , it is used the set that how long the mote sleep . for example , we set sleepIntervalMs to 250 , which mean the

Re: [Tinyos-help] tests/deluge/Blink

2008-05-25 Thread jiwen zhang
:* jiwen zhang [mailto:[EMAIL PROTECTED] *Sent:* Thursday, May 22, 2008 6:09 AM *To:* Janos Sallai *Cc:* [EMAIL PROTECTED]; tinyos-help@millennium.berkeley.edu *Subject:* Re: [Tinyos-help] tests/deluge/Blink Hello Janos Sallai : 2008/5/21 Janos Sallai [EMAIL PROTECTED]: Jiwen, 1

Re: [Tinyos-help] tests/deluge/Blink

2008-05-21 Thread jiwen zhang
, not the red one. $ CFLAGS=-DELUGE_BASESTATION\ -DBLINK_REVERSE make iris Inject the new image with tos-deluge. $ tos-deluge /dev/ttyS3 57600 -i 1 build/iris/tos_image.xml Reboot the mote. $ tos-deluge /dev/ttyS3 57600 -r 1 Janos *From:* jiwen zhang [mailto:[EMAIL PROTECTED

Re: [Tinyos-help] problems about Deluge

2008-05-21 Thread jiwen zhang
PROTECTED]: Hi! On Tue, 20 May 2008, jiwen zhang wrote: Hello : 2008/5/20 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Sun, 18 May 2008, jiwen zhang wrote: Hello : 2008/5/16 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Thu, 15 May 2008, jiwen zhang wrote: Hello Razvan ME

Re: [Tinyos-help] tests/deluge/Blink

2008-05-19 Thread jiwen zhang
hello : maybe you can modify the file of tos-deluge in /usr/local/bin lines 38 : BAUDRATES = {'micaz': 57600, 'telosb': 115200} changed into : BAUDRATES = {'micaz': 57600, 'iris' : 57600, 'telosb': 115200} Good luck !! 2008/5/19 Reema Mathew - Michael

Re: [Tinyos-help] problems about Deluge

2008-05-19 Thread jiwen zhang
Hello : 2008/5/20 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Sun, 18 May 2008, jiwen zhang wrote: Hello : 2008/5/16 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Thu, 15 May 2008, jiwen zhang wrote: Hello Razvan ME : today, i modify the application in the directory of app

Re: [Tinyos-help] problems about Deluge

2008-05-18 Thread jiwen zhang
Hello : 2008/5/16 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Thu, 15 May 2008, jiwen zhang wrote: Hello Razvan ME : today, i modify the application in the directory of app/Blink and let it support deluge : -in the BlinkAppC.nc , use the component DelugeC and then DelugeC.Leds

Re: [Tinyos-help] tests/deluge/Blink

2008-05-17 Thread jiwen zhang
Hell all : when i tried the /apps/tests/deluge/blink , it is all right except that after the sencond the second version of blink has been downloaded to the volume 1, *the red led blink ceaselessly. (the mote should reboot with new blink existing in volume 1 and then the yellow led blink

Re: [Tinyos-help] question aout the TOSBootM

2008-05-17 Thread jiwen zhang
Hello : 2008/5/17 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Fri, 16 May 2008, jiwen zhang wrote: Hello Razvan ME : 2008/5/16 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! Sorry for responding so late. I had a rather busy day. :| On Thu, 15 May 2008, jiwen zhang wrote: hello

Re: [Tinyos-help] question aout the TOSBootM

2008-05-17 Thread jiwen zhang
Hello : 2008/5/17 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Fri, 16 May 2008, jiwen zhang wrote: Hello Razvan ME : 2008/5/16 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! Sorry for responding so late. I had a rather busy day. :| On Thu, 15 May 2008, jiwen zhang wrote: hello Razvan

[Tinyos-help] Fwd: problems about Deluge

2008-05-16 Thread jiwen zhang
-- Forwarded message -- From: jiwen zhang [EMAIL PROTECTED] Date: 2008/5/15 Subject: Re: problems about Deluge To: Razvan Musaloiu-E. [EMAIL PROTECTED] Cc: tinyos-help tinyos-help@millennium.berkeley.edu, Chieh-Jan Mike Liang [EMAIL PROTECTED] Hello Razvan ME : thank you

Re: [Tinyos-help] problems about Deluge

2008-05-15 Thread jiwen zhang
partitioned ? 2 . in the network programme , there is a word named base station , is it the application of BaseStation in /tinos-2.x/apps ? thank you !! 2008/5/14 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Wed, 14 May 2008, jiwen zhang wrote: Hello : I am researching deluge and have

[Tinyos-help] problems about Deluge

2008-05-14 Thread jiwen zhang
Hello : I am researching deluge and have some problems when i use the version of tinyos-2.x.git http://hinrg.cs.jhu.edu/git/?p=tinyos-2.x.git;a=summary from http://hinrg.cs.jhu.edu/git/ on the day of 2008-5-4. 1. when i put the tinyos-2.x-git tree in two different computers , i find the

Re: [Tinyos-help] problems about Deluge

2008-05-14 Thread jiwen zhang
:* because i only have one micaz mote , and have many mica2 motes , so i want to modify the deluge and make it support the mica2 platform , how should i do ,Razvan ME? can you help me ? thank you very much !! 2008/5/14 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Wed, 14 May 2008, jiwen zhang

Re: [Tinyos-help] question aout the TOSBootM

2008-05-11 Thread jiwen zhang
Hello Razvan ME: 2008/5/9 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Wed, 7 May 2008, jiwen zhang wrote: Hello all : when i read the file TOSBootM.nc , there are some things i can' t understand ! 1. The external flash is divided into three slots , *i want to know the size of every

Re: [Tinyos-help] Porting VoltageC to mica2

2008-05-08 Thread jiwen zhang
Hello : you can also use it in platform of mica2. 2008/5/5, Tiny User [EMAIL PROTECTED]: Hello please Did any body tried to port these files VoltageC.nc VoltageP.nc VoltageNowC.nc VoltageStreamC.nc in this Dir: /opt/tinyos-2.x/tos/platforms/mica to use them with mica2 platform??

Re: [Tinyos-help] GDB - Debugging Mica2Dot/Mica2

2008-05-08 Thread jiwen zhang
tell me ? thank you !!! 2008/5/8, Aurélien Francillon [EMAIL PROTECTED]: jiwen zhang a écrit : Hello : Hi, i am trying debugging the nesc code. the version of avarice i am using is 2.4. i find a problem that some times i can connect but sometimes not when i use the same setting

[Tinyos-help] Fwd: question aout the TOSBootM

2008-05-08 Thread jiwen zhang
-- Forwarded message -- From: jiwen zhang [EMAIL PROTECTED] Date: 2008-5-7 16:53 Subject: Re: question aout the TOSBootM To: Razvan Musaloiu-E. [EMAIL PROTECTED] Cc: [EMAIL PROTECTED], [EMAIL PROTECTED], tinyos-help tinyos-help@millennium.berkeley.edu Hello all : when i read

Re: [Tinyos-help] question aout the TOSBootM

2008-05-07 Thread jiwen zhang
== 0 , it will be given a new value (which is the next page size ?) , how does it jump out ?* *is it possible that it jump out from here ? :* if ( secLength == 0x ) { call ExtFlash.stopRead(); return FAIL; } i am not sure, can someone give me an explain ? 2008/5/7, jiwen zhang

[Tinyos-help] question aout the TOSBootM

2008-05-06 Thread jiwen zhang
Hello all : Recently , i an researching the deluge, and find a problem in TOSBootM. In the function programImage(ex_flash_addr_t startAddr) , there is a sentence #if defined(PLATFORM_TELOSB) if (intAddr != TOSBOOT_END) { #elif defined(PLATFORM_MICAZ) || defined(PLATFORM_IRIS) if

Re: [Tinyos-help] question aout the TOSBootM

2008-05-06 Thread jiwen zhang
Hello : thank you very much for your reply, Razvan ME. i have found it . 2008/5/7, Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! On Tue, 6 May 2008, jiwen zhang wrote: Hello all : Recently , i an researching the deluge, and find a problem in TOSBootM. In the function programImage

Re: [Tinyos-help] GDB - Debugging Mica2Dot/Mica2

2008-05-06 Thread jiwen zhang
Hello : i am trying debugging the nesc code. the version of avarice i am using is 2.4. i find a problem that some times i can connect but sometimes not when i use the same setting , and also i can't see the C source , only see assembler code(tinyos1.15) . (i am using jtagICE mkii ) after

Re: [Tinyos-help] a strange problem while compile

2008-04-27 Thread jiwen zhang
$addr symbol in the binary. For example, this is the case with Blink, and this is the expected behavior of tos-set-symbols. Janos *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *jiwen zhang *Sent:* Friday, April 25, 2008 3:37 AM *To:* tinyos-help *Subject:* [Tinyos

Re: [Tinyos-help] does deluge support multihop ?

2008-04-27 Thread jiwen zhang
PROTECTED]: Hi! On Fri, 25 Apr 2008, jiwen zhang wrote: Hello all : i want to whether deluge supports multiho in tinyos2.x ? if it support , i want to know which route arithmetic does it use . another question : The OTAP provided by crossbow can specify some nodes in the network

Re: [Tinyos-help] does deluge support multihop ?

2008-04-27 Thread jiwen zhang
dissemination protocol for network programming at scale). Mike On Apr 25, 2008, at 2:52 AM, jiwen zhang wrote: Hello all : i want to whether deluge supports multiho in tinyos2.x ? if it support , i want to know which route arithmetic does it use . another question

[Tinyos-help] How to update my python version in tinyos2.x

2008-04-25 Thread jiwen zhang
Hello all : when i compile the application BlinkConfig , there is a problem: File /usr/local/bin/tos-storage-at45db, line 14, in ? from subprocess import Popen, PIPE ImportError: No module named subprocess and StorageVolumes.h: No such file or directory at last , i find that the module of

[Tinyos-help] does deluge support multihop ?

2008-04-25 Thread jiwen zhang
Hello all : i want to whether deluge supports multiho in tinyos2.x ? if it support , i want to know which route arithmetic does it use . another question : The OTAP provided by crossbow can specify some nodes in the network to be reprogrammed , does deluge realize the function ?

Re: [Tinyos-help] some questions about deluge

2008-04-23 Thread jiwen zhang
, either. Janos *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *jiwen zhang *Sent:* Monday, April 21, 2008 8:50 PM *To:* weiping SONG *Cc:* tinyos-help *Subject:* Re: [Tinyos-help] some questions about deluge Hello all : thank you very much for your reply . 1

Re: [Tinyos-help] some questions about deluge

2008-04-23 Thread jiwen zhang
, there were some compilation problems here and there, but that could be fixed with adding and changing some #ifdefs. It took me no more than a day. Of course, I knew already how deluge works, and I was pretty familiar with the hardware I am working with. Janos *From:* jiwen zhang [mailto

Re: [Tinyos-help] some questions about deluge

2008-04-22 Thread jiwen zhang
tested on. The original Deluge paper is at http://portal.acm.org/citation.cfm?id=1031495.1031506. The manual for Deluge T2 is at http://www.tinyos.net/tinyos-2.x/doc/html/deluge-t2-manual.html. Mike On Mon, 21 Apr 2008, jiwen zhang wrote: Hello all : i want to use deluge in my project

Re: [Tinyos-help] some questions about deluge

2008-04-22 Thread jiwen zhang
as tinyos-2.x.git ? thank you !! 2008/4/21, weiping SONG [EMAIL PROTECTED]: jiwen zhang wrote: Hello all : i want to use deluge in my project to realize the function of OTAP . now i am using tinyos2.x , and i know little about deluge before , it is a new thing to me , so i have

[Tinyos-help] some questions about deluge

2008-04-21 Thread jiwen zhang
Hello all : i want to use deluge in my project to realize the function of OTAP . now i am using tinyos2.x , and i know little about deluge before , it is a new thing to me , so i have some questions : 1. what are the platforms supported by deluge in tinyos2.x ? 2. is the deluge in developing

[Tinyos-help] how to get the hops using CTP

2008-04-20 Thread jiwen zhang
Hello all : i am using tinyos2.x . i want to get the hops from the source to the root . how should i realize this ? thank you !! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] about mica2 in deluge

2008-04-17 Thread jiwen zhang
Hello all : I see on http://www.cs.berkeley.edu/~jwhui/research/deluge/faq.html that mica2 is supported by deluge in tinyos1.x . now i am using tinyos2.x cvs, when i use 'make mica2 in the directory of D:\cygwin\opt\tinyos-2.x\tos\lib\TOSBoot , there are some errors as follows: mkdir -p

Re: [Tinyos-help] about mica2 in deluge

2008-04-17 Thread jiwen zhang
Hello all : if i want to reprogramme some nodes of the sensor network using deluge, for example , i specify the mote numbers which need to reprogramme, and the motes which are not specified need not to reprogramme. can i realize that ? thank you !! 2008/4/17, jiwen zhang [EMAIL PROTECTED

[Tinyos-help] Does CTP and Dissemination support rf230

2008-04-15 Thread jiwen zhang
hello all : i have a question about CTP and Dissemination. do they support rf230 in tinyos2.x cvs version? and is it nicely supported like cc2420 ? thank you!! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] some question about LinkEstimatorP

2008-03-18 Thread jiwen zhang
someone give me a detail explains or give me a clue where i can find the reason ? 2008/3/17, Omprakash Gnawali [EMAIL PROTECTED]: On Sun, Mar 16, 2008 at 7:35 AM, jiwen zhang [EMAIL PROTECTED] wrote: Hello all : today , i spend some time reading the LinkEstimatorP and have soem

[Tinyos-help] some question about LinkEstimatorP

2008-03-16 Thread jiwen zhang
Hello all : today , i spend some time reading the LinkEstimatorP and have soem questions about it : 1.in LinkEstimator.h,the struct linkest_footer has an array member neighborList which is the type of neighbor_stat_entry_t and the size is one. but at line 130 in file LinkEstimatorP

Re: [Tinyos-help] packet format in CTP

2008-03-13 Thread jiwen zhang
should be ten , am i right ? that is to say i can only put twenty bytes data in the CTP packet , am i right ? thank you !! 2008/3/13, Greg Hackmann [EMAIL PROTECTED]: jiwen zhang wrote: i find there are some kinds of packet, i want to know the function of each pakcet

Re: [Tinyos-help] about CTP

2008-03-13 Thread jiwen zhang
hello om_p: can you recommend some papers about CTP so i can understand CTP implementation easily ? thank you!! 2008/3/13, Omprakash Gnawali [EMAIL PROTECTED]: On Wed, Mar 12, 2008 at 6:50 AM, jiwen zhang [EMAIL PROTECTED] wrote: Hello all : as we know , ACKs is on link layer

Re: [Tinyos-help] about CTP

2008-03-12 Thread jiwen zhang
/doc/html/nesdoc/mica2dot/ihtml/tos.interfaces.PacketAcknowledgements.html#requestAck every time before sending. thank you!!! 2008/3/11, Omprakash Gnawali [EMAIL PROTECTED]: On Mon, Mar 10, 2008 at 6:35 AM, jiwen zhang [EMAIL PROTECTED] wrote: Hello Omprakash Gnawali : at present , my

Re: [Tinyos-help] about CTP

2008-03-12 Thread jiwen zhang
/3/12, jiwen zhang [EMAIL PROTECTED]: Hello : after check the application under the directory tinyos-2.x/apps/tests/cc2420/testACK,i finally understand how to turn on the ACK. if i want to use the ACK , i must use the interface PacketAcknowledgementshttp://www.tinyos.net/tinyos-2.x/doc

[Tinyos-help] packet format in CTP

2008-03-12 Thread jiwen zhang
Hello all : i am using CTP in my application. i want to analyse the packet format received . * *as we know , the message_t format is that : * Destination address (2 bytes) Source address (2 bytes) Message length (1 byte) Group ID (1 byte) Active Message handler type (1 byte)

[Tinyos-help] radio in powermanagement

2008-03-12 Thread jiwen zhang
Hello all : as we know , in tinyos 2.x , the system will go to sleep mode when there is no task running . i want to know if the radio is turned off automatically too in sleep mode if the radio is free (no send, no receive) ? for exaple , in LPL, when the mote is not in listening , whether the

[Tinyos-help] about message_t

2008-03-12 Thread jiwen zhang
Hello all : as we know , there is a metadata field in the message_t . i want to know if there is a interface providing some ways to access them like the interface Packet or the metadata can be accessed directly ? for example,cc2420 metadat: typedef nx_struct cc2420_metadata_t { nx_uint8_t

[Tinyos-help] some question about Collection

2008-03-10 Thread jiwen zhang
Hello all : There is a words* The collection infrastructure can be multiplexed among independent applications, by means of a collection identifier. It is important to note that the data traffic in the protocol is multiplexed, while the control traffic is not* in TEP 119. what does it mean ?

[Tinyos-help] about interface send and AMSend

2008-03-10 Thread jiwen zhang
Hello all : as we know , both interface send and AMSend can send a message out to a mote.the difference is that AMSend provides a parameter am_addr_t which specifies the receiver's address. i want to know which mote dose it sends to if the application uses the interface send ? thank you!!

[Tinyos-help] some words in TEP123 about CTP

2008-03-10 Thread jiwen zhang
Hello all : in TEP123 , there are some words i can't understand . * Together, the origin, seqno and collect id fields denote a unique *origin packet.* Together, the origin, seqno, collect id, and THL denote a unique *packet instance* within the network.* what does it mean? what does origin

[Tinyos-help] about CTP

2008-03-09 Thread jiwen zhang
Hello all : In TEP123,there is a words A node MUST send CTP data frames as unicast messages with link-layer acknowledgments enabled.. what does it mean? as i know,if i use cc2420 or cc1000 to communicate with each other,acknowledgment is turned off defalt.should i turn on acknowledgment if i

[Tinyos-help] about sleep mode

2008-03-05 Thread jiwen zhang
Hello all: In the sensor network,we have to make nodes go into sleep mode in order to save power. In tinyos2.x, i want to know whether it is done by operation system or not? can we make it go into sleep mode by hand and how? what does the operation system do to make the node go into sleeep

Re: [Tinyos-help] about power detect

2008-03-04 Thread jiwen zhang
Hello : I still can't find the answer to the question. Does anyone find it ? please give me a right address or tell me how to realize voltage measure ? thank you very much!! 2008/3/4, Michael Schippling [EMAIL PROTECTED]: Yeah it's kinda too bad, but the good search page belonged to

[Tinyos-help] about power detect

2008-03-02 Thread jiwen zhang
Hello all: I am using tinyos-2.x, i want to know how to detect how much power is left in the node or how we know whetherpower of a node will exhaust? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] about tools of ice-insight

2008-01-25 Thread jiwen zhang
Hello all: when i use the tool of ice-insight , i fall across some problems. firstly, i talk about the link of hardware. i have a programming board mib510 , Jtag ICE mk-ii. i use serial port to connect jtag ice with pc. i use usb port to supply power to jtag ice(because i can't find the

[Tinyos-help] about time synchronization in tinyos2.x

2008-01-24 Thread jiwen zhang
hello all: I want to know whether time synchronization is supposed in tinyos2.x. thank you!! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] about BlinkConfig(compile error)

2008-01-17 Thread jiwen zhang
Hello all: when I compile the application BlinkConfig under the directory apps/tutorials , but some problems appear. mkdir -p build/mica2 tos-storage-at45db /opt/tinyos-2.x/tos/platforms/mica2 volumes-at45db.xmlbuild/mica2/StorageVolumes.h || rm -f build/mica2/StorageVolumes.h Traceback

Re: [Tinyos-help] about sensor

2008-01-06 Thread jiwen zhang
have to look into these directories for their drivers. regards; Peizhao jiwen zhang wrote: Hello all: As we know , there are many kinds of sensors which tinyos supposes . For example , in tinyos2.02 , in the directory sensorboards/ , there are basicsb/,im2sb,mda100/,mts300/ folders

[Tinyos-help] about sensor

2008-01-05 Thread jiwen zhang
Hello all: As we know , there are many kinds of sensors which tinyos supposes . For example , in tinyos2.02 , in the directory sensorboards/ , there are basicsb/,im2sb,mda100/,mts300/ folders 。 i know little about sensors.i don't know what kind sonsors do these folders respond to . now i have

[Tinyos-help] about two radioes on one mote

2007-12-27 Thread jiwen zhang
Hello all : we design a mote which has two radioes(cc2420 and cc1100) , now each one of them can send and receive data nomally , that is to say they are ok on hardware. now i want to use both of them in one application , sometimes i use one to communicate , sometimes i use the other (not

[Tinyos-help] about Interrup of FIFOP in cc2420

2007-12-11 Thread jiwen zhang
Hello all: Maybe we know that standard micaz links PE6/int6 of atmega128 to FIFOP of cc2420, now our designed mote use PE7/int7 to links with FIFOP and other places are same with micaz. I am using tinyos2.x, and modify files HplCC2420InterruptsC.nc(InterruptFIFOPC.Atm128Interrupt -

[Tinyos-help] __attribute__ ((signal, spontaneous, C)) and __attribute__ ((interrupt, spontaneous, C))

2007-11-08 Thread jiwen zhang
Hello all: I have some question about the codes below: 1. what are the functions of __attribute__ ((signal, spontaneous, C)) and __attribute__ ((interrupt, spontaneous, C))? 2.what are the meanings of singanl,spontaneous,C and interrupt? 3.what are the differences between

[Tinyos-help] Fwd: __attribute__ ((signal, spontaneous, C)) and __attribute__ ((interrupt, spontaneous, C))

2007-11-08 Thread jiwen zhang
Hello all: I have some question about the codes below: 1. what are the functions of __attribute__ ((signal, spontaneous, C)) and __attribute__ ((interrupt, spontaneous, C))? 2.what are the meanings of singanl,spontaneous,C and interrupt? 3.what are the differences between

[Tinyos-help] about Blaze_CC1100_Radio_Stack

2007-11-05 Thread jiwen zhang
Hello all: I spend much time in https://sourceforge.net in search Blaze project source code. but finally I could not find a way to download the source codes. can you give me a straightforward address to download the it or send me the source code to me ?Thank you me much.

[Tinyos-help] Help about cc1100 in tinyos

2007-10-31 Thread jiwen zhang
Hello: I designed a mote and the hardware are Atmega128L and cc1100 .but tinyos doesn't support a mote with cc1100, so i have to write the bottom codes to support my platform .Now I really don't know how to do .Can you give me some advice. Thank you very much. I find a Key word Blaze radio