Re: [Tinyos-help] Tinyos-help Digest, Vol 114, Issue 10

2012-10-05 Thread Peng
anyone know where am_id_t is defined or it is a built-in type in nesC? On Fri, Oct 5, 2012 at 3:00 PM, tinyos-help-requ...@millennium.berkeley.edu wrote: Send Tinyos-help mailing list submissions to tinyos-help@millennium.berkeley.edu To subscribe or unsubscribe via the World Wide

[Tinyos-help] bad packets error returned by printf

2012-07-25 Thread Peng Du
giving meaningful output but keeps printing bad packets. To make it back to work I had to either replug the mote or re-program it. Could anyone give me some hint on the cause of the problem? Thanks very much. Best regards, Peng ___ Tinyos-help mailing list

[Tinyos-help] CC2420 accuracy range

2012-07-19 Thread Peng Du
Hello everyone, The cc2420 data sheet states its RSSI accuracy is -6 to +6 dBm. Does the range represent, e.g. the 95% confidence interval obtained during hardware test, or the standard deviation? I am really interested in finding out what it really represents. Thanks very much and any input

[Tinyos-help] radio hangup due to lost RXFIFO.readDone() event

2011-09-15 Thread Yang Peng
Hi all, I'm working on the telosb mote using T2.1.0 and I accidentally found that sometimes the RXFIFO.readDone() event would not be triggered after calling call RXFIFO.continueRead or RXFIFO.beginRead. (in CC2420ReceiveP.nc) Once FIFOP goes low, and the radio state is not S_STARTED, the lost

[Tinyos-help] interference and RSSI

2011-06-15 Thread Peng Du
, Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] interference and RSSI

2011-06-15 Thread Peng Du
Thanks you all for the replies. Another question: I know a node performs clear channel listening before sending packets - is the result depend on the channel it is using or traffic on any channel will make the node to back off? Regards, Peng On 15 June 2011 17:12, Jan Hauer ha...@tkn.tu

[Tinyos-help] bitwise operation

2011-06-14 Thread Peng Du
Hi everyone, A quick question: are the bitwise operators in tinyOS the same with the c ones? e.g. for bitwise AND and ~for NOT. Thanks a lot. Regards, Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

[Tinyos-help] Activating reception

2011-06-04 Thread Peng Du
() is the only way to make the RSSI valid? And if it is not called, does it also mean the node can't received anything? Thanks a lot in advance. Regards, Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

[Tinyos-help] Relationship between noise floor and channel quality

2011-05-31 Thread Peng Du
Rate)? I would guess channel with lower noise floor should be more preferable. But does anyone have any opinion or could point me to some useful resource that explains this? Thanks very much! Best regards, Peng ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] Relationship between noise floor and channel quality

2011-05-31 Thread Peng Du
are sending/receiving. I guess it could be called environment interference, if noise floor is too ambiguous a name. So do you think this is a feasible method? Regards, Peng On 31 May 2011 23:37, Sergio Valcarcel serteck...@gmail.com wrote: Hi Peng, For a given bandwidth, the capacity of a channel

[Tinyos-help] event triggered in a strange way

2011-05-29 Thread Peng Du
. Would anyone shed some light on me? Thanks very much ! Regards, Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] cc2420 sensitivity

2010-10-08 Thread Peng Du
Hello. The datasheet of cc2420 states the sensitivity threshold is -94dBm. But when doing noise floor listening (for example the RssiToSerial application under apps/test/cc2420) the reading is usually around -110. So are these readings valid? Many thanks. Regards, Peng

[Tinyos-help] RssiToSerial sampling rate

2010-09-21 Thread Peng Du
, it'd be great if anyone would be able to give a general idea about how fast the RSSI is sampled. Thanks very much. Best regards, Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman

[Tinyos-help] channel quality

2010-09-20 Thread Peng Du
Hello everyone. I have a rather general question: How the quality of a channel can be assessed (in the context of tinyos, probably RSSI)? Best regards, Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

[Tinyos-help] RSSI threshold

2010-09-16 Thread Peng Du
Hi there. I know the sensitivity threshold for CC2420 is -94dbm, but am wondering if there is a reasonable threshold value so that when RSSI reaches it, the channel is considered not a suitable for carrying out a communication? Many thanks. Best regards, Peng

Re: [Tinyos-help] reading RSSI.RSSI_VAL

2010-08-05 Thread Peng Du
it straight away in ur main configuration file, and adding some clear comments would do it, too. On Wed, Aug 4, 2010 at 1:05 PM, Peng Du eddy@gmail.com wrote: Thanks very much for your reply. I am curious that why it is necessary to create my own configuration file? Can't I simply call

[Tinyos-help] reading RSSI.RSSI_VAL

2010-08-03 Thread Peng Du
. Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] RSSI value update

2010-07-29 Thread Peng Du
Hi. Is the RSSI value in RSSI.RSSI_VAL register only updated when a message is received? Many thanks. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] packets overhearing

2010-07-27 Thread Peng Du
Hello everyone, Is there anyway to let a sensor overhear nearby communications so that it can estimate the crowdedness of the channel? Many thanks! Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

Re: [Tinyos-help] packets overhearing

2010-07-27 Thread Peng Du
the packets. ActiveMessage layer uses this component for receiving packets may filter messages. This low component (low = sit very close to the radio) can hear all the packets, packets targeted for other nodes, broadcast messages etc. On Tue, Jul 27, 2010 at 3:23 PM, Peng Du eddy@gmail.com

Re: [Tinyos-help] packets overhearing

2010-07-27 Thread Peng Du
]; } } 2010/7/27 Peng Du eddy@gmail.com Thank you all very much. To Zied: did you mean using AMSnooperC? To Obaid: Is there any kind of standard interfaces to identify the types and the data rate of traffic it overhears? On 27 July 2010 14:41, Obaid Salikeen obaidsalik...@gmail.com

[Tinyos-help] energy detection without Rssi

2010-07-19 Thread Peng Du
Hello. Is there anyway to detect the energy level (and probably the level of utilisation) in a certain channel without reading the RSSI values from the packets exchange? Thanks a lot. Peng ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] reliable communication strategy?

2010-07-18 Thread Peng Du
Many thanks Michael, I searched your posts and is the link below correct? Because I haven't been able to open it. http://www.etantdonnes.com/Motes/schipTOS.zip Best, Peng On 17 July 2010 23:14, Michael Schippling sc...@santafe.edu wrote: I implemented a no-ACK retry mechanism with message

[Tinyos-help] reliable communication strategy?

2010-07-17 Thread Peng Du
they make no response; while some other time the ACKs never reach the BaseStation so the whole system just hangs there and won't progress. Thanks very much. Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

[Tinyos-help] How to interpret RSSI reading?

2010-07-11 Thread Peng Du
Hello everyone. As the title says, how is the Rssi reading captured using, for example, the Rssi Demo application in the tutorial supposed to be interpreted into meaningful values? Thanks very much. Peng ___ Tinyos-help mailing list Tinyos-help

[Tinyos-help] Dissemination synchronisation

2010-06-22 Thread Peng Du
Hi. I would like to let the BaseStation periodically changes its channel and keep the communication with nearby motes (assuming the number and ID of these motes are known). How can I use the Dissemination protocol to let the BaseStation know every other motes are ready to change the channel

[Tinyos-help] event in an event?

2010-06-06 Thread Peng Du
I do: event A{ call switch (...) { case m: break; case n: event B{ call } } Thanks very much in advance. Peng ---End Message

[Tinyos-help] informing the motes about channel change

2010-03-08 Thread Peng Du
Hello all, I am looking at the IPBaseStation application. Since driver under $TOSROOT/support/sdk/c/blip/ driver (specifically serial_tun.c) allows the channel to be changed dynamically, is there any way that I can inform the motes about change? P.S. someone suggested that I should write a

[Tinyos-help] a small bug in TOSSIM Live

2010-03-07 Thread Yang Peng
()); bufferPointer = signal Receive.receive[call AMPacket.type(bufferPointer)] (bufferPointer, payload, len); } -- Yang Peng Ph.D. Candidate Department of Computer Science Iowa State University http://www.cs.iastate.edu/~ypeng

[Tinyos-help] changing channel with IPBaseStation

2010-03-07 Thread Peng Du
Hello all, I am looking at the IPBaseStation application. Since driver under $TOSROOT/support/sdk/c/blip/driver (specifically serial_tun.c) allows the channel to be changed dynamically, is there any way that I can inform the motes about change? Many thanks.

[Tinyos-help] low power listening in tossim under TinyOS-2.1

2010-03-04 Thread Yang Peng
Hi all, Is it possible to simulate low power listening in tossim under T2? It seems like lpl implementation in T2 only works for testbed, please correct me if I'm wrong :) Or does someone has a beta version of low power listening component for T2's tossim? I would be very happy to help you

[Tinyos-help] passing parameters

2010-03-04 Thread Peng Du
Dear all, This might sound naive - how to send parameters, say channels, to the motes that are not plugged to the desktop? Would something like the IPBaseStation provided with tinyOS do the job? Many thanks! ___ Tinyos-help mailing list

Re: [Tinyos-help] tinyos keeps choosing usb0 over usb1

2010-02-27 Thread peng
? Many thanks. Best regards, Peng This message was sent using IMP, the Internet Messaging Program. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https

Re: [Tinyos-help] tinyos keeps choosing usb0 over usb1

2010-02-27 Thread peng
and exactly do here? 2. How can I specify the device ID? Because after I programmed both motes at USB1 and USB2, I end up having 2 motes with the same ID (and hence same IPv6 address in my case). Many thanks. Regards, Peng Quoting Kevin Klues klue...@gmail.com: Th command is make tmote

Re: [Tinyos-help] tinyos keeps choosing usb0 over usb1

2010-02-27 Thread peng
Hi Arik, Thanks very much for your explanation. Peng Quoting Arik Sapojnik sapoj...@gmail.com: Peng, bsl states the port you want to send your bin file to (in oher words which mote you want to program). Read here: http://docs.tinyos.net/index.php/Getting_Started_with_TinyOS Use make

[Tinyos-help] tinyos keeps choosing usb0 over usb1

2010-02-26 Thread peng
Dear all, I have two motes attached at /dev/ttyUSB0 and /dev/ttyUSB1 and tinyos always choose the one at /dev/ttyUSB0 regardless which on I specify in the commands. Any ideas what might be the cause? Many thanks. Best regards, Peng

[Tinyos-help] Tossim make file issues

2010-01-12 Thread peng li
whether TOSSIM can only work under python2.5, (at least, in my current tests, TOSSIM can work well under 2.6), if not, I think it is better for the python version to be obtained adaptively in these makefiles. What do you guys think of these issues? Thanks... Regards Peng

Re: [Tinyos-help] Testing CTP and MultihopLQI -Help

2009-12-05 Thread peng
http://docs.tinyos.net/index.php/TOSSIM This is a really good link to teach you how to use TOSSIM Peng Balaji Palaniswami wrote: Hi All, I would like to test CTP and MultihopLQI protocol packet delivery reliability metric in TOSSIM for micaz architecture. 1)Please show me link to write

Re: [Tinyos-help] Will this suspicious problem cause the deadlock??

2009-08-24 Thread peng li
) { ** if (postsignalreceive){ post receiveTask(); } else { releasing the current buffer here } } Regards Peng Philip Levis wrote: On Aug 19, 2009, at 10:51 AM, Guillermo De Cesco wrote: Hi, I was digging throw the code and I seems that you are rigth

Re: [Tinyos-help] Will this suspicious problem cause the deadlock??

2009-08-19 Thread peng li
. Moreover, the buffer 0 will never take the chance to receive any byte, since there will never be buffer swapping either. Regards Peng Michael Schippling wrote: Sorry, I'm lost...where is a current buffer and how is it {un}locked? MS peter...@cs.utah.edu wrote: Hi There In my stressing test, I

[Tinyos-help] A question for serial stack

2009-07-30 Thread li peng
, since receiveState.which has been set to 1, but it still returns the state of buffer zero and vice versa, this is the cause why buffer 1 can not receive the byte streams. I am not very sure whether my analysis is right and reasonable, thus I need your help! Thanks a lot! Regards Peng

[Tinyos-help] A question for serial stack!

2009-07-30 Thread peng li
Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Double buffering in SerialDispatcherP.nc

2009-06-10 Thread li peng
of double buffering and making buffers swap is to let the serial stack not miss these incoming bytes. Am I right?? Thanks a lot for clarifying! Regards Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu

[Tinyos-help] About the storage stuff

2008-11-24 Thread Peng
guys usually do when you want to store some data when want to survive power cycle and read after? sincerely Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] storage question

2008-11-24 Thread Peng
like: volume_table volume name=RSSISTORAGE size=32768/ /volume_table or volume_table volume name=CHANGEDNAME size=262144/ /volume_table Can it read out the previous data? sincerely Peng ___ Tinyos-help mailing list Tinyos-help

Re: [Tinyos-help] Tinyos-help Digest, Vol 67, Issue 59

2008-11-23 Thread Peng
guys usually do when you want to store some data when want to survive power cycle and read after? sincerely Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] RF230 Noise measure.

2008-11-09 Thread Peng
and Tasklet interface, I do not understand its function, someone can explain it to me? sincerely Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Hi about the IEEE 802.15.4-2003

2008-10-30 Thread Peng
based on the standard. Any reply is deeply appreciated. sincerely yours Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] About the RF230 packet length

2008-10-19 Thread Peng
. I try to find which file to set them, but I haven't found, someone can give me a clue? Question3: Is these there filed plus TOSH_DATA_LENGTH equals to the final packet length? Or we have something else. Any reply is appreciated sincerely Peng

[Tinyos-help] About the packet with different length

2008-10-18 Thread Peng
length? cheers Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] CRC check RF230

2008-10-13 Thread Peng
Hi there, Is here anyone know, whether I can let RF230 not to drop a packet if the CRC check is not right. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] about the routing metric via distance

2008-10-07 Thread Peng
Hi, there I'm wondering someone here or know try to look into 802.15.4 link layer characteristic vs distance and model a routing metric based on that. If someone know some paper about that could you please send me a link? Any reply is deeply appreciated. Thanks Peng

[Tinyos-help] About the pathloss vs distance

2008-10-07 Thread Peng
. Is there anyone with this idea and look into it? Or someone know there's some paper about it? Any reply is appreciated. sincerely Peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo

[Tinyos-help] Atmel AT45DB041 data sheet

2008-09-26 Thread Peng
Hi there, Anyone have Atmel AT45DB041 datasheet? peng ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Problem about missing clock interrupt

2007-12-09 Thread Zeng Peng
to jump 256*30.5 uS each time. This greatly impact the precision of our time synchronization algorithm. How can I solve this problem? Thanks, Peng Zeng___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://www.millennium.berkeley.edu/cgi

[Tinyos-help] TOSSIM CC2420 simulation, CCA is always busy busy busy....

2007-06-28 Thread Yang Peng
Hi Phil, I am using TOSSIM to do my simulation, but I met a problem here, the module I used is TOSSIM-CC2420 under /tinyos-1.x/beta/TOSSIM-CC2420 I use a root to do broadcasting periodly, the interval is 1 second, and other nodes do retransmission. I tract down my program and find that after

[Tinyos-help] CC2420 lossy module in TOSSIM

2007-06-15 Thread Yang Peng
Hi all, I am trying to use TOSSIM to do simulation for telosb in tinyos1.x, but I can not use lossy module to do build multihop topology... Does anyone use run -rf=yourlossyfile.nss nodeNUM ? It seems like my lossy.nss file does not work, seems like it is not read(I use lossyBuilder to

[Tinyos-help] Question about Imote2 wireless reprogramming

2007-03-27 Thread Yang Peng
Hi all, I have a question here about wireless reprogramming in Imote2. What kind of module does imot2 support? It seems that it cannot support Deluge, am I right? Thanks for your kind help, Yang ___ Tinyos-help mailing list

[Tinyos-help] questions about imote2 using tiyos1.x

2007-02-21 Thread Yang Peng
Hi all, I am working on imote2 development with tinyos1.x now, I am a little confused about the register definition for PXA27X. from /opt/tinyos-1.x/beta/platform/pxa27x I got file pxa27x_registers_def.h (filetos1) from /opt/tinyos-2.x/tos/chips/pxa27x I got file pxa27x_registers.h

[Tinyos-help] Tmote Sky DAC driver development

2007-02-14 Thread Yang Peng
Hi all, I have a question about the DAC driver for Tmote sky node. Can anybody tell me some information about following definition? I cannot find useful info in msp430 data sheet, neither in the comments for the driver code. (I am very appreciated that any nice guy can tell me where to find a

[Tinyos-help] Cycle Routing Problem

2006-09-14 Thread Yang Peng
Hi, Dose anybody meet cycle routing problem when using Multihop as routing engine? It seems easy tobreak cycle between two nodes, but if the cycleworks between three or more nodes, how tobreak it? Can anybody give me a hint? Thank you for your time! Yang

[Tinyos-help] I want to read voltage value from Tmote

2006-08-28 Thread Yang Peng
I am working on Tmote, and I am using the Tinyos 1.11 installed by the wizard downed from tinyos.net . I justrelpaced the Demosensor component by component InternalVoltageC in Oscilloscope.nc, and changed some connection names in Oscilloscope.nc and OscilloscopeM.nc .(Those two components in