[Tinyos-help] SurgeTelos

2008-07-16 Thread ranal fernando
Dear all, I have a problem with SurgeTelos. I created the TOS image & injected it to several telosb motes having 1, 2, and 3 as the addresses. I created a TOSBase (with the address 0) & gave the following command. Java net.tinyos.tools.Listen But it is only getting the data from the mote wit

[Tinyos-help] TelosB/MicaZ and soil moisture measurement

2008-07-16 Thread Gary Lee
Hi, I am wondering anyone has experience using TelosB or MicaZ to measure soil moisture? If so, what sensor do you use? any information is highly appreciated. Gary ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millenniu

[Tinyos-help] Radio range

2008-07-16 Thread Ed Todd
>From an earlier message: >> When your neighbor can see you, that means you can also see it, isn't >> it?? Secondly, if you are in the transmitting range of your neighbor >> then isn't your NEIGHBOR definitely in you range?? This is a dangerous assumption and is completely invalid in any radio wo

Re: [Tinyos-help] Discovering Neighbors

2008-07-16 Thread Eric Decker
Its radio and it is possible that a transmission may be one way. Not the typical case but Idon't think you want to be assuming that transmission one way implies both ways. eric On Wed, Jul 16, 2008 at 5:04 PM, Varun Jain <[EMAIL PROTECTED]> wrote: > Hi Nahr, > > When your neighbor can see you

Re: [Tinyos-help] Basics of tinyos, USB Xbuntu

2008-07-16 Thread Varun Jain
I don't have an MIB programmer but I read a few days back that try changing 520 to 510 when you give the command on the command line. I am afraid that I cant help much in this,, you will need to search the archives for this, I am pretty sure lot of people got this kind of error. Cheers, Varun Ja

Re: [Tinyos-help] Discovering Neighbors

2008-07-16 Thread Varun Jain
Hi Nahr, When your neighbor can see you, that means you can also see it, isn't it?? Secondly, if you are in the transmitting range of your neighbor then isn't your NEIGHBOR definitely in you range?? Cheers, Varun Jain From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Na

[Tinyos-help] Possible bug in msp430 usart

2008-07-16 Thread Dimas Abreu Dutra
Hello all, I've been having some trouble using the msp430 usart module, on the i2c mode. I made a simple program to communicate with the tmote invent's digital potentiometer, an analog devices' AD5242, but it is influenced by other components that uses the USART. For example, depending on the mome

Re: [Tinyos-help] adding some info to the acknowledgement

2008-07-16 Thread David Moss
You can't modify the acknowledgment frame generated by hardware. It is possible to create your own acknowledgment in software, but that will take quite a bit of work. -David -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maria Luisa Ruiz de Arbulo Sent

Re: [Tinyos-help] Discovering Neighbors

2008-07-16 Thread Nahr ...
Hi, I mean that I am in his Tx range but him not (in mine). Although, your answer is convenient. Thanks a lot Nahr Elk 2008/7/16 Omprakash Gnawali <[EMAIL PROTECTED]>: > On Wed, Jul 16, 2008 at 5:40 AM, Nahr ... <[EMAIL PROTECTED]> wrote: > > Hi all. > > > > I remarked in CTP protocol that a nod

[Tinyos-help] adding some info to the acknowledgement

2008-07-16 Thread Maria Luisa Ruiz de Arbulo
Hi everybody, I'm programming a radio CC2420 using TinyOs1.x. I'm working with automatic acknowledgement, so i don't have to care about this for every transmission/reception of packets. Is it possible, in this mode, to access the acknowledgment packet and write some bits info in? If not, how s

Re: [Tinyos-help] info regarding iris mote

2008-07-16 Thread Giri Baleri
No, IRIS doesn't have enough memory/CPU resources to support .NET micro framework. The only product that we offer with .NET framework is Imote2 (IPR2410) below. http://www.xbow.com/Products/productdetails.aspx?sid=276 Giri From: sanatan mohanty [mailto:[EMAIL P

[Tinyos-help] AbsoluteTimer and TimeSet.set() with TinyOs 2.x

2008-07-16 Thread Federico Porceddu
Hi all, I have two questions: 1) in TinyOs 1.x there is AbsoluteTimer interface. Is there an interface like that in TinyOs 2.x ? 2) In TinyOs 1.x if i need to set the logical time to a specified value, i can use TimeSet.set(value) where value is a tos_time_t. Can i set logical time in TinyOs 2.x

Re: [Tinyos-help] Problems with nx_union in TestSerial and sim-sf on T2

2008-07-16 Thread Federico Porceddu
Hi All, On Mon, Jul 14, 2008 at 7:32 PM, Stefano Kismet Lenzi <[EMAIL PROTECTED]> wrote: > On Sat, Jul 12, 2008 at 18:36, Federico Porceddu > <[EMAIL PROTECTED]> wrote: > > Hi All, > > i'm trying to use TestSerial on Tossim (compiling with make micaz sim-sf > ) > > I modified the TestSerial.h in

Re: [Tinyos-help] Discovering Neighbors

2008-07-16 Thread Omprakash Gnawali
On Wed, Jul 16, 2008 at 5:40 AM, Nahr ... <[EMAIL PROTECTED]> wrote: > Hi all. > > I remarked in CTP protocol that a node discovers its neighbors from received > messages. > But there is a case in which my neighbor could see me so I can receive his > messages but him not so he can't receive msg fro

[Tinyos-help] Discovering Neighbors

2008-07-16 Thread Nahr ...
Hi all. I remarked in CTP protocol that a node discovers its neighbors from received messages. But there is a case in which my neighbor could see me so I can receive his messages but him not so he can't receive msg from me consequently, why should I put him in my neighbor table? Nahr Elk ___

[Tinyos-help] routing protocol in iris mote

2008-07-16 Thread sanatan mohanty
HELLO all, could anyone has developed clustering routing protocol like LEACH,HEED,APTEEN for sensor network either using tinyos for iris motes or tossim simulator?if yes,please send any attachment or links for the same. best regards, sanatan

[Tinyos-help] DAC in TinyOS-2.x

2008-07-16 Thread Jose Araujo
Dear All, I wanted to know if someone has developed already the driver for using the DAC in the TinyOS 2.x version. I wanted to do the same as with the 1.x version. This is for tmote sky use. Suggestions on how to develop are welcome. Thanks a lot, José

Re: [Tinyos-help] [EMAIL PROTECTED]

2008-07-16 Thread Ittipong Khemapech
As the warnings say. You should add . at the end of your CLASSPATH setting. Ittipong 2008/7/16 xuanwang150 <[EMAIL PROTECTED]>: > Dear sir or madam, > Thanks you very much for your valuable guidelines for solution of > previous problem. I have reinstalled the components. Then in > 'tools/java'

[Tinyos-help] How to know usage of memory and external flash while running application

2008-07-16 Thread weiping SONG
Dear all, I want to run an application on special nodes to know their usage of memory and external flash. I know we can get these from make command, but I want to collect by application for realtime. Could someone help me? Regards, Weiping Song ___

[Tinyos-help] [EMAIL PROTECTED]

2008-07-16 Thread xuanwang150
Dear sir or madam, Thanks you very much for your valuable guidelines for solution of previous problem. I have reinstalled the components. Then in ‘tools/java’ I typed 'make'. Now when I run ‘toscheck’, in $ cd /opt/tinyos-1.x/tools/scripts, I am getting following warning. --> WARNING: CLASSPA

[Tinyos-help] FileSource for MoteIF.py

2008-07-16 Thread Markus Becker
Hello, I am using the python MoteIF to connect to serial forwarder and everything works fine. Additionally I am saving the output from sflisten into a file. In order to be able to replay the content from the file, I have created a FileSource for MoteIF, which reads the packets from the file lin

Re: [Tinyos-help] nesc syntax hilighting for // in kwrite

2008-07-16 Thread David
Thanks, this works! I don't know how to send you a bear, so I hope you like this instead: http://icanhascheezburger.com/tag/beer/ David. PS: Please also forward the updated nesc.xml file to the nesc Ubuntu package maintainer so it goes in the next release :-) On Wed, Jul 16, 2008 at 9:55 AM, H

Re: [Tinyos-help] nesc syntax hilighting for // in kwrite

2008-07-16 Thread Harshavardhan Chenji
Good news David, here's the working syntax file. Please send me a beer if you find this useful :). On Tue, May 6, 2008 at 6:11 AM, David <[EMAIL PROTECTED]> wrote: > Hi list. > > I've got nesc syntax hilighting working in kwrite by copying > /usr/share/ncc/editor-modes/kde/nesc.xml to > ~/.kde/

Re: [Tinyos-help] Tymo and TOSSIM not compiling

2008-07-16 Thread Anthony Smee
Cleaning out the tree and re-running CVS allowed me to compile the code. Thank you. Anthony Microsoft is solely responsible for any e-tags and links that they put on the bottom of my emails. These are placed on my emails without my consent and against my will. I have neither agreed to them n