[Tinyos-help] Tinyos1.X et Tinyos2.x

2010-05-20 Thread raoudha baklouti
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] how to set the seed

2010-05-20 Thread nandini patil
___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] what are tmeaning of he prnt, misd, rcvd, lstS, rEst, sEst Desc

2010-05-20 Thread nandini patil
addrprntcostmisdrcvdlstShop rEstsEstDesc 4: 1 255 255 0 13 12 255 0 0 0 4: 0 126 0 0 3 2 0 0 0 0 4: 2 255 255 1 10 10 25

[Tinyos-help] Fwd: what are the meaning of prnt, misd, rcvd, lstS, rEst, sEst Desc

2010-05-20 Thread nandini patil
-- Forwarded message -- From: nandini patil Date: Thu, 20 May 2010 17:16:33 +0530 Subject: what are tmeaning of he prnt, misd,rcvd,lstS,rEst,sEst Desc To: Tinyos-help addrprntcostmisdrcvdlstShop rEstsEstDesc 4: 1 255 255 0

[Tinyos-help] can we do groupings of nodes in surge apllication

2010-05-20 Thread nandini patil
hi I m doing project on this plz help me . can we do groups for nodes in surge application ... ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Tinyos1.X et Tinyos2.x

2010-05-20 Thread Faisal Aslam
This information is not correct. Motework does work with TinyOS 2.x. regards, Faisal raoudha baklouti wrote: Hi, I have a Tynios-2.1.0 in my computer, can I install Tinyos in the same OS? Can I execute RssiDemo in TyniOS1-x? because I want to work with Motework (from crossbow) and unfortunatly,

[Tinyos-help] Fwd: Re: Tinyos1.X et Tinyos2.x

2010-05-20 Thread Isabelle Hang
Original Message Subject: Re: [Tinyos-help] Tinyos1.X et Tinyos2.x Date: Thu, 20 May 2010 15:20:42 +0200 From: Faisal Aslam To: raoudha baklouti This information is not correct. Motework does work with TinyOS 2.x. regards, Faisal raoudha baklouti wrote: Hi, I have a Tynios-

[Tinyos-help] Fwd: Re: Tinyos1.X et Tinyos2.x

2010-05-20 Thread Isabelle Hang
Look at the MoteWorks Getting Started Guide on page 29. In section 3.12.3, there is the description of the usetos command which allows to switch between Moteworks, tinyos 1.x and tinyos 2.x Best Regards Isa On Thu, 20 May 2010 15:20:42 +0200, Faisal Aslam wrote: > This information is not corre

[Tinyos-help] Formula of RSSI

2010-05-20 Thread raoudha baklouti
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] Fwd: a problem with tinyos and eclipse

2010-05-20 Thread syxu
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] Formula of RSSI

2010-05-20 Thread Arik Sapojnik
You can use this: http://en.wikipedia.org/wiki/Friis_transmission_equation Arik On Thu, May 20, 2010 at 19:50, raoudha baklouti wrote: > Spam detection software, running on the system " > mail.Millennium.Berkeley.EDU", has > identified this incoming email as possible spam. The original messag

Re: [Tinyos-help] implementing data aggregation in tinyos

2010-05-20 Thread Omprakash Gnawali
On Tue, May 11, 2010 at 4:00 AM, Mitra Baratchi wrote: > Hi, > Im going to implement a secure data aggregation protocol,, Ive studied basics > of tinyos but still haven`t figured out how and from where to start.. I mean > for the basic data aggregation ,, I suppose it should be something like da

Re: [Tinyos-help] can we do groupings of nodes in surge apllication

2010-05-20 Thread Omprakash Gnawali
On Thu, May 20, 2010 at 4:54 AM, nandini patil wrote: > hi > I m doing project on this plz help me . > can we do groups for nodes in surge application ... I think you are looking for some type of aggregation algorithm/protocol. I am not aware of publicly available code to do that.

[Tinyos-help] Output Temp.read()

2010-05-20 Thread Alexandre Locci Martins
Hi I want convert the data value into Celsus, in the micaz, but I do not know how. Could anyone help me? Tu. uinit_16 tempe = 0; event void Temp.readDone(error_t result, uint16_t data){ tempe = data; } -- Alexandre ___ Tinyos-help mailing lis

[Tinyos-help] Wiring components

2010-05-20 Thread Pedro Nunes
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] Fwd: a problem with tinyos and eclipse

2010-05-20 Thread Michael Schippling
Search back on this list for the last few weeks for my, other's, posts about what needs to be setup in your Java Runtime Env in order to execute any Java program that connects to a TOS basestation. I run TOS-to-Java programs under Eclipse all the time. Once you have your JRE setup right, "all you

Re: [Tinyos-help] Fwd: a problem with tinyos and eclipse

2010-05-20 Thread syxu
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] Timers in the new version of TinyOS-2.x

2010-05-20 Thread Philip Levis
On May 19, 2010, at 7:09 AM, sofia aparicio wrote: > Hello, > > I would like to know if there were changes with timers in the new version of > TinyOS-2.x > I have a program where I used timer 1 and it is working perfectly with an old > TinyOS-2.x but > I get the following error in a new vers

[Tinyos-help] TelosB and Spartan 3

2010-05-20 Thread Sorornejad, Paimon CSC
Thanks for the reply. I did dabble with the idea of using more than one communication's line, but the project I am working on would prefer there to be a single comm line with another line acting as a software controlled clock. Essentially I would be using a shift register to pass each bit of th

[Tinyos-help] Setting PA_POW in CC1000Const.h and Makelocal files

2010-05-20 Thread jiangtengfei
To the TinyOS community, I edit the coefficient PA_POW in the CC1000Const.h, but it doesn' t work. It's TinyOS 1.x. I have read the email about this problem,and have learned that "One work-around is to not have a Makelocal file at all." But when I had a try, i got another prob

[Tinyos-help] cant run : make micaz sim

2010-05-20 Thread zied maalej
hi people, when i type make micaz sim on the promt i get this error. my Python version ist : 2.6.5 /opt/tinyos-2.x/tos/lib/ tossim/tossim_wrap.cxx -I/usr/include/python2.5 -I/opt/tinyos-2.x/tos/lib/tossim -DHAVE_CONFIG_H /opt/tinyos-2.x/tos/lib/tossim/tossim_wrap.cxx:26:20: error: Python.h: No su

[Tinyos-help] hi all

2010-05-20 Thread swayanti das
Hi Could anyone tell me how to measure the memory consumption of nesC programs using tinyOS. Thanks in advance Swayanti ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-

Re: [Tinyos-help] TelosB and Spartan 3

2010-05-20 Thread Arik Sapojnik
We didn't need to pass packets, so our life was a lot easier. For instance we connected some GPIO to Leds (via Spartan 3) - so it's just on \ off mechanism. I think your task is doable, and you describe here the SPI interface (more or less). Arik On Thu, May 20, 2010 at 14:11, Sorornejad, Paimo