Re: [Tinyos-help] Wake-up time of IRIS mote

2010-04-08 Thread Eric Decker
what do you mean? I don't understand your question, care to rephase. perhaps with more detail. On Wed, Apr 7, 2010 at 10:53 PM, false niu_jj2...@yahoo.com.cn wrote: Hi, everybody, Could any one tell me the wake-up time of IRIS mote, production of Crossbow, or where I can fine it. Thanks

[Tinyos-help] tmote meaning

2010-04-08 Thread giorgio galassi
What is the meaning of term tmote? Mote is grain of sand but tmote ? I know that is not an implementation issue but for me is important. Thank in advance Giorgio ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Sht11 on Meshnetics (meshbean platform)

2010-04-08 Thread C L
Hello guys I'm trying to port the Sht11 driver on telosa to meshnetics (meshbean platform using the zigbit amp module). zigbit uses AT1281. I'm mainly down to one file after rummaging through all levels of abstraction: $TOSROOT/tos/platforms/telosa/chips/sht11/HplSensirionSht11C.nc

Re: [Tinyos-help] about 6lowpan simulation

2010-04-08 Thread Markus Becker
Hello, when compiling the IPbase station program we type: make telosb blip. I want to make a simulation of the program but the two instructions does not work: make micaz sim or make micaz blip sim Hi, simulation of blip is currently not supported. several people (including me) are

[Tinyos-help] Wake-up time and energy consumption of IRIS mote

2010-04-08 Thread false
Dear all, I want to calculate the energy consumption of IRIS mote form sleep state to active state. The simulation environment is NS2. But I do not know the wake-up interval and the energy consumption model for this state transition. Could any one give me some advices? Thanks Jianjun

[Tinyos-help] tmote meaning

2010-04-08 Thread giorgio galassi
So I mistake if I said that tmote is for telos(from Greek language:aim,purpose ) + mote ? Thank for your help ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] time synchronization in xmesh

2010-04-08 Thread Siddharth Kamath
Can you point me to an application in Xmesh which which uses the XMesh TimeSyncService. Thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] FTSP on TOSSIM

2010-04-08 Thread shash
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] [Tinyos - help] FTSP on TOSSIM

2010-04-08 Thread shash
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

Re: [Tinyos-help] tmote meaning

2010-04-08 Thread Philip Levis
On Apr 8, 2010, at 2:04 AM, giorgio galassi wrote: So I mistake if I said that tmote is for telos(from Greek language:aim,purpose ) + mote ? Thank for your help IIRC, the name TMote came about essentially for trademark issues. Because the Telos designs were open, anyone could produce

[Tinyos-help] Issue with the ADC on an Iris Mote using TinyOS2.x

2010-04-08 Thread nomma
Spam detection software, running on the system mail.Millennium.Berkeley.EDU, has identified this incoming email as possible spam. The original message has been attached to this so you can view it (if it isn't spam) or label similar future email. If you have any questions, see the administrator

[Tinyos-help] quetion

2010-04-08 Thread benamara amin
how we can simulate the mobile mote in TOSSIM ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Issue with the ADC on an Iris Mote using TinyOS 2.x

2010-04-08 Thread Robert F. Ammon
(This was sent back to me because it was identified as spam by the mailing list and I do not think that it was actually sent to the list. Sorry if this is the second one I have sent) Hello, I am currently working on a project using an Iris mote and I am having some problems. I have developed

[Tinyos-help] Please help

2010-04-08 Thread avinash chaurasia
I have the following code if (sendflag==0) { sendflag=1; call Channel.send(node_s,msg); dbg(DBG_USR1,node%d send answer to node%d.\n,sID,node_s); } when sendflag =1 it skips the this part of code and never send a reply. I wanted to send reply later when

Re: [Tinyos-help] tmote meaning

2010-04-08 Thread Giorgio Galassi (giorgio.galassi)
Thank you very much, I have really appreciated. Giorgio - Messaggio Originale - Da: Philip Levis p...@cs.stanford.edu Data: Giovedi', Aprile 8, 2010 4:48 pm Oggetto: Re: [Tinyos-help] tmote meaning A: giorgio galassi giorgio.gala...@unimi.it Cc: tinyos-help@millennium.berkeley.edu

[Tinyos-help] not able to receive packet from PC

2010-04-08 Thread Xiaodong Wang
Hi all, I try to TestSerial to receive pacekt from PC. However, while the PC is running java testserial -comm . and sendin packet, the mote receives nothing. It appears to me that the below function in TestSerialC.nc event message_t* Receive.receive(message_t* bufPtr, void* payload,

Re: [Tinyos-help] not able to receive packet from PC

2010-04-08 Thread Arik Sapojnik
Perhaps you are sending to the incorrect com port (do you have several motes attached)? Did you try the tutorial Mote-PC communication http://docs.tinyos.net/index.php/Mote-PC_serial_communication_and_SerialForwarder ? Arik On Fri, Apr 9, 2010 at 06:05, Xiaodong Wang xwan...@gmail.com wrote: