[Tinyos-help] Question about data += 0x7f and reads == (1<

2010-04-17 Thread Nick tinyos2010
In CC2420ControlP.nc (401-406 lines) what is the mean of data += 0x7f; data &= 0x00ff; signal ReadRssi.readDone(SUCCESS, data); ? In RssiToSerialP.nc (133 line) what is the mean of reads == (1<___ Tinyos-help mailing list Tinyos-help@millennium.ber

Re: [Tinyos-help] Why plus 0x7f when read rssi in CC2420ControlP.nc?

2010-04-17 Thread Nick2010
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] Why plus 0x7f when read rssi in CC2420ControlP.nc?

2010-04-17 Thread Nick2010
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] pointer

2010-04-17 Thread chikh omar
hello, I add the following code into IPBaseStation: riseg_msg_t *ptr_risegMsgSent=(riseg_msg_t*)(call RadioPacket.getPayload(&msgsent,sizeof(riseg_msg_t))); ptr_risegMsgSent->type=GROUP_CREATION_INVITE; printf("Av: ptr_risegMsgSent=%i;\n", ptr_risegMsgSent->type); ptr_risegMsg

[Tinyos-help] ticksPerSecond()

2010-04-17 Thread wafa jaballah
hi all, I have to simulate an application and more specially I want to calculate the variation of a variable in function of time (every 1ms). To do that , I used t.ticksPerSecond() in my python file. I learned from TEP102 that one second contains 1024 binary milliseconds, 32768 32kHz ticks, or 10

Re: [Tinyos-help] Buffering message_t structures

2010-04-17 Thread David Piotrowski
Hi again, thank you Michael for your answer. I rewrote the code that is responsible for sending the buffered message_t structures and now most of the problems I had before are gone. The messages are properly sent to the desired destination address after reading them from the buffer. I did not c

[Tinyos-help] printf problem

2010-04-17 Thread chikh omar
hello, when adding a printf instruction in the code of IP basestation of blip and some others functions of send and receive message, I get that some printf messsage does not display. any help please, ** Omar Cheikhrouhou Engineer & Researcher @SENS

Re: [Tinyos-help] Retailer

2010-04-17 Thread Arik Sapojnik
How about Xbow? http://www.xbow.com/Products/productdetails.aspx?sid=174 I think they ship worldwide. Arik On Fri, Apr 16, 2010 at 16:04, Kamin, Volker wrote: > Hi! > > > > At our chair we would like to set up a TinyOS lab. It seems, however, that > not many retails sell mica2 motes. Can you r

Re: [Tinyos-help] Help

2010-04-17 Thread avinash chaurasia
r.add("a","b",-54.0) these a and b should be number (node ids). Thanks Avinash Kumar Chaurasia Department of Computer Science IIT Kanpur, India On Fri, Apr 16, 2010 at 7:16 PM, fou fou wrote: > Hello > > $ python test.py > Traceback (most recent call last): > File "test.py", line 7, in >