[Tinyos-help] Fwd: problem in installation

2008-09-11 Thread Neelam Chaubey
hii I downloaded Xubuntos-2.0.iso on WINDOWS XP PROFESSIONAL ,installed VMWARE on windows XP.after installing Vmware i got a UBUNTU window where in i had INSTALL option and i did that ..i followed the instruction as given in --

Re: [Tinyos-help] Blocking Sensor Reading

2008-09-11 Thread Antonio
But, What Blocking file can I use to read Internal Temperature and Voltage value? Thanks a lot. Antonio -Messaggio originale- Da: Kevin Klues [mailto:[EMAIL PROTECTED] Inviato: mercoledì 10 settembre 2008 16.41 A: Antonio Cc: tinyos-help@millennium.berkeley.edu Oggetto: Re:

Re: [Tinyos-help] Tossim stopped compiling after switching to Ubuntu Hardy

2008-09-11 Thread Sarfraz Nawaz
Romain, I am using Ubuntu Gutsy and on my machine the include search path when compiling for tossim is /usr/include/python2.5 /home/mnawaz/tinyos-2.x/tos/lib/tossim /usr/include/c++/4.1.3 /usr/include/c++/4.1.3/i486-linux-gnu /usr/include/c++/4.1.3/backward /usr/local/include

Re: [Tinyos-help] Blocking Sensor Reading

2008-09-11 Thread Chieh-Jan (Mike) Liang
Hi Antonio, Tosthreads already provides blocking ADC read, which is the basis for reading internal temperature and voltage values. I can check in the TOSThread version of Msp430InternalTemperatureC.nc and Msp430InternalVoltageC.nc. Thank you Mike On Sep 11, 2008, at 4:25 AM, Antonio

[Tinyos-help] CC2420_DEF_RFPOWER=1 undocumented in datasheet

2008-09-11 Thread Andrey Gursky
Hi! If I want to test multihop applications, I'd need too much place if I'd use iris or micaz with documented least RFPOWER=3. But thanks to Tymo I found the option RFPOWER=1 and then I can work with multihop net on my desk!!! Maybe somebody knows the explanation or is there any special

[Tinyos-help] Imote2 IIB2400 puzzled

2008-09-11 Thread caojr
Dear all, Imote2 IIB2400 interface board providing dual USB serial ports and a JTAG interface for the Imote2, as far as I know, the Imote2 board IPR2400 can be programed through USB, and also through the JTAG. what I want to know is, what is the difference between through USB

[Tinyos-help] Fwd: problem in installtion of tinyOS..

2008-09-11 Thread Neelam Chaubey
hii I downloaded Xubuntos-2.0.iso on WINDOWS XP PROFESSIONAL ,installed VMWARE on windows XP.after installing Vmware i got a UBUNTU window where in i had INSTALL option and i did that ..i followed the instruction as given in --

[Tinyos-help] How can I activate the acknowledgements?

2008-09-11 Thread Maria Luisa Ruiz de Arbulo
Hi, I'm using TinyOS1.x to program CC2420 radio modules. I send packets from a sensor node to the controller using the interface 'GenericComm', and I have realized that it doesn't use acknowledgements. To enable the packet acknowledgement I am using the 'MacControl' interface: In the

Re: [Tinyos-help] Imote2 IIB2400 puzzled

2008-09-11 Thread Giri Baleri
This may not be the right forum to post Imote2 related questions. There is a dedicated Imote2 user's group. http://tech.groups.yahoo.com/group/intel-mote2-community/ The short answer to your question is that you would need IIB2400 only if you want to JTAG the processor or change the bootloader.

[Tinyos-help] Some problems using cygwin and java

2008-09-11 Thread Li, Zhen Li
Hi I installed the Moteworks 2.0F and a Cygwin was installed under the Crossbow folder. Since I'm a domain user rather than a local user of the PC, there's no home folder under the cygwin installation and anything like .bashrc file are not there either. Right now I just want to setup some

Re: [Tinyos-help] CC2420_DEF_RFPOWER=1 undocumented in datasheet

2008-09-11 Thread Miklos Maroti
Hi Andrey, I see. No, I do not know of such a value for the IRIS. Miklos On Thu, Sep 11, 2008 at 5:53 PM, Andrey Gursky [EMAIL PROTECTED] wrote: Yeah, use RF230_DEF_RFPOWER (see tos/platforms/iris/chips/rf230/HplRF230.h). Miklos Miklos, thanks for your reply! But I meant, whether it

[Tinyos-help] Packet Loss/Radio On-Off/ACK's for Broadcast packets

2008-09-11 Thread Gaurav Chandwani
Hi All, I am facing a strange packet loss behaviour in my network which is affecting my final project. I would like to ask a few questions for the same. *TestBed*: 15 motes running the simple apps/RadioCountToLeds application which sends periodic(5 sec) brodcast messages, the* additions *are

Re: [Tinyos-help] how to prolong the cc2420's wireless distance?

2008-09-11 Thread Michael Schippling
Yes, you said that... Check the antenna connections (you should have gotten a 4 length of wire with a MMCX connector on the end). Make sure it is firmly plugged into the 'Z board. They snap in with a little pressure. Then make sure you have turned up the transmit power during compile with a

Re: [Tinyos-help] Some problems using cygwin and java

2008-09-11 Thread Michael Schippling
Cygwin sets a couple registry values that point to the base of their fake *NIX system so you can do stuff like ls /opt. Look for Cygnus in the Software sections of the registry. You may be able to set those on your remote domain machine so they point to the right place. You can of course make a

[Tinyos-help] MAC Level CSMA Timing Question

2008-09-11 Thread MINGLEI J HUANG
Hello, I am running simulations based using a slotted CSMA/CA model with a beacon frame at the start of every superframe to synchronize the network. My question is, if I want to simulate typical function, what length of time frame should I simulate for the beacon frame, the contention access

[Tinyos-help] snooping

2008-09-11 Thread funofnet Funofnet
Hi all! I would like to snoop packets being transmitted in my reception range so does TinyOS 2.0.2 provides such interface that permits the transmitted packet snooping? Thanks all, Regards, Funofnet ___ Tinyos-help mailing list

Re: [Tinyos-help] Tossim stopped compiling after switching to Ubuntu Hardy

2008-09-11 Thread Romain Thouvenin
Thanks everybody for your responses, but couldn't find the issue yet... I do have gcc-4.1 and gcc-4.2 installed, and the directory from /usr/lib/gcc/i486-linux-gnu/4.2.3/include (which is the one according to gcc -print-search-dirs) exists. How can I know the include paths used when I run make

Re: [Tinyos-help] snooping

2008-09-11 Thread Tony O'Donovan
Hi, You can use the Basestation application to snoop, just make sure it's compiled with the CC2420_NO_ACKNOWLEDGEMENTS and CC2420_NO_ADDRESS_RECOGNITION flags. If you want to see duplicate packets remove UniqueReceiveC from CC2420ActiveMessageC. Tony --- funofnet Funofnet [EMAIL PROTECTED]

Re: [Tinyos-help] CTP rtx

2008-09-11 Thread Omprakash Gnawali
On Tue, Sep 9, 2008 at 9:19 AM, Nahr ... [EMAIL PROTECTED] wrote: Hi, Please how could I compute the total number of transmissions in the network for each unique delivered packet? In CtpForwardingEngineP.nc, search for the line that has NET_C_FE_SENDDONE_WAITACK. That line logs each

Re: [Tinyos-help] Packet Loss/Radio On-Off/ACK's for Broadcast packets

2008-09-11 Thread Omprakash Gnawali
On Thu, Sep 11, 2008 at 9:02 AM, Gaurav Chandwani [EMAIL PROTECTED] wrote: Hi All, I am facing a strange packet loss behaviour in my network which is affecting my final project. I would like to ask a few questions for the same. TestBed: 15 motes running the simple apps/RadioCountToLeds

Re: [Tinyos-help] Intercept interface one question

2008-09-11 Thread Omprakash Gnawali
On Thu, Sep 4, 2008 at 7:23 AM, Funofnet funofnet [EMAIL PROTECTED] wrote: Hi all ! I will be very thankful if someone explain to me intercept interface. As it is mentioned: The intercept interface signals that a message has been received, which is supposed to be forwarded to another

[Tinyos-help] Re : Intercept interface one question

2008-09-11 Thread funofnet Funofnet
First of all I am very thankful Dr Omprakash gnawali for your answer. But I think that it is theoretically True (intercept.forward returns FALSE if a node snoop a packet). Because I tested that by adding a debug msg in the forwarding engine of the CTP protocol at this line:

Re: [Tinyos-help] Packet Loss/Radio On-Off/ACK's for Broadcast packets

2008-09-11 Thread Gaurav Chandwani
Hi Omprakash, Are you suggesting me to put LPL in the RadioCountToLeds code and not use Radio On/Off ? Does LPL save more battery than switching off the radio while its not transmitting ? can you give some statistics if available. I was of the impression that with LPL, there is more probability

Re: [Tinyos-help] Re : Intercept interface one question

2008-09-11 Thread Omprakash Gnawali
On Thu, Sep 11, 2008 at 1:49 PM, funofnet Funofnet [EMAIL PROTECTED] wrote: But I think that it is theoretically True (intercept.forward returns FALSE if a node snoop a packet). Because I tested that by adding a debug msg in the forwarding engine of the CTP protocol at this line:

[Tinyos-help] Help with tos-install-jni

2008-09-11 Thread Leah
Dear all, I'm using linux Ubuntu 8.3 and I have installed TinyOs from CVS I'm trying run TestSerial app but it is not possible because I got the follow notification : [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/tests/TestSerial$ java TestSerial getenv JNI library not found. Env.getenv will not work

Re: [Tinyos-help] Packet Loss/Radio On-Off/ACK's for Broadcast packets

2008-09-11 Thread Omprakash Gnawali
On Thu, Sep 11, 2008 at 3:15 PM, Gaurav Chandwani [EMAIL PROTECTED] wrote: Hi Omprakash, Are you suggesting me to put LPL in the RadioCountToLeds code and not use Radio On/Off ? Does LPL save more battery than switching off the radio while its not transmitting ? can you give some

Re: [Tinyos-help] how to prolong the cc2420's wireless distance?

2008-09-11 Thread Chetan Ganjihal
In T2, on of the ways to set xmit power is by using the cc2420Packet interface. CC2420Packet.setPower(msg, xmit_power); This sets the txmit power for the message you are sending. The value for the xmit_power depends on the radio you are using. For CC2420 it ranges from 1 to 31. HTH cheers