Re: [Tinyos-help] the nesC search order

2008-04-21 Thread Michael Schippling
I think you can add your directories to the list in .platform MS 俞龙 wrote: > hello, Michael, > If I want to search the specified directories, how can I do it? > e.g., there are some files in the paltform/mica2, however, I want to use > the files (having the same names with the files in mica2 dire

Re: [Tinyos-help] MAX packet size for Listen.java

2008-04-21 Thread Michael Schippling
You will need to recompile Listen with your new packet size. Offhand I don't know where it gets changed so search for DATA_LENGTH in the java code. MS Bhavish Aggarwal wrote: > Hi, > > I'm sending packets from mote to PC via UART and using the Listen.java > app to print out the packet. I am send

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-21 Thread Bulut ERSAVAS
Hi Omprakash, Thanks for the prompt response. We use: -I$(TOSDIR)/lib/net/ctp -I$(TOSDIR)/lib/net/le I've checked the getLinkQuality and it seems different from what you sent. We have been using the latest standard distribution (2.0.2) rather than the CVS checkout: command uint8_t LinkEstimato

Re: [Tinyos-help] UserButton : detect change of state

2008-04-21 Thread Michael Schippling
search back a day or two for stuff on interrupt handling. someone recently posted some code advice. MS Vincent Rossi wrote: > Hi, > I am looking for a way to detect a change of the state of a UserButton > (a way to be notified when a specific button (on an I/O port) is > pressed/released) withou

Re: [Tinyos-help] TOSSIM

2008-04-21 Thread Ittipong Khemapech
According to tutorial lesson 13 (TinyOS toolchain), it says sth about the make arguments: *"sim*: compile for the simulation environment for the specified platform (see Lesson 11 for details). Example: to compile for simulation for the micaz: $ make micaz

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-21 Thread Omprakash Gnawali
2008/4/21 Bulut ERSAVAS <[EMAIL PROTECTED]>: > Hi Omprakash, > > Concerning this issue, we have had chance to reproduce the problem. I am > attaching 3 files including beacons snooped from the network. We believe > that the problem is caused by nodes selecting parents who had direct > connection to

Re: [Tinyos-help] TIMER

2008-04-21 Thread Ittipong Khemapech
TEP102 should be useful to you: http://www.tinyos.net/tinyos-2.x/doc/html/tep102.html Ittipong On 21/04/2008, renjie huang <[EMAIL PROTECTED]> wrote: > > That depends. > > In tinyos-1.x, TimerC module is in milli-second *granularity. And the > minimum interval is 3 milli-second. The maximum inte

Re: [Tinyos-help] TOSSIM

2008-04-21 Thread renjie huang
So what is the difference between: make telosb sim make micaz sim Or in fact they are the same? Maybe there is some difference in hardware abstraction. On 4/21/08, Ittipong Khemapech <[EMAIL PROTECTED]> wrote: > > TOSSIM is simulator. The only platform it supports is PC. > > Ittipong > > On 2

[Tinyos-help] TOSSIM2 and GUI

2008-04-21 Thread Net Tiny
Hello Mr. Philip Levis and tinyos community members, I just want to know about the TOSSIM graphical interface for tinyos2.x. Is there any? Regards ... NT _ Explore the seven wonders of the world http://search.msn.com/results.asp

Re: [Tinyos-help] TIMER

2008-04-21 Thread renjie huang
That depends. In tinyos-1.x, TimerC module is in milli-second *granularity. And the minimum interval is 3 milli-second. The maximum interval is uint32_t * *In T2, besides milli-second granularity, * *granularity of micro-second is also supported. You can also use 32KHz clock if necessary.* ** *C

Re: [Tinyos-help] TOSSIM

2008-04-21 Thread Ittipong Khemapech
TOSSIM is simulator. The only platform it supports is PC. Ittipong On 21/04/2008, Reema Mathew - Michael <[EMAIL PROTECTED]> wrote: > > Hi, > > Does TOSSIM support IRIS platform in tinyos 2.0.2 > > Thanks in Advance > Reema > > -- > Sent from Yahoo! > Mail

[Tinyos-help] TIMER

2008-04-21 Thread subhash nemani
what is the minimum and maximum interval for timers of tmotesky kit > ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] (no subject)

2008-04-21 Thread subhash nemani
what is the minimum and maximum interval for timers of tmotesky kit ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Cannot Compile On X-Bow Base Station

2008-04-21 Thread Giri Baleri
It would be helpful if you could provide details such as: - The hardware configuration you have. - COM port # assignment for your programming board. - The commands you are typing and the complete output you see. Giri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On

[Tinyos-help] Re : routing nature

2008-04-21 Thread funofnet Funofnet
Hi, Thank you very much Mr Omprakash Best regards, Funofnet __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités http://mail.yahoo.fr Yahoo! Mail _

Re: [Tinyos-help] average data frame size

2008-04-21 Thread renjie huang
That depends on your packet size. But if you want to check the structure of Frame, you can check correpsponding radio chip data sheet On 4/21/08, Nahr ... <[EMAIL PROTECTED]> wrote: > > Hi, > > Please, what is the average of data frame size? > > > Thanks, > > > Nahr Elk > > __

Re: [Tinyos-help] routing nature

2008-04-21 Thread Omprakash Gnawali
2008/4/21 funofnet Funofnet <[EMAIL PROTECTED]>: > > > > Hi, > > Thank you Mr Omprakash Gnawali, > > Please, what is the type of CTP routing (geographic, hybrid, proactif ??) It is a distance vector protocol: http://en.wikipedia.org/wiki/Distance-vector_routing_protocol - om_p ___

[Tinyos-help] Cannot Compile On X-Bow Base Station

2008-04-21 Thread Xi
Dear all: I have a X Bow Porfessional Kit.With the same program, I can complie on Reference Board, but I cannot do the same thing on Basestation. When I try to do that, the error message says: "Error: No such file or directory -> /dev/ttyS3" I tried to change the compiling parameters, like mica2

[Tinyos-help] average data frame size

2008-04-21 Thread Nahr ...
Hi, Please, what is the average of data frame size? Thanks, Nahr Elk ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] TOSSIM

2008-04-21 Thread Janos Sallai
No, it doesn't. Janos From: [EMAIL PROTECTED] on behalf of Reema Mathew - Michael Sent: Mon 4/21/2008 5:06 AM To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] TOSSIM Hi, Does TOSSIM support IRIS platform in tinyos 2.0.2 Thanks in Advance Reem

[Tinyos-help] routing nature

2008-04-21 Thread funofnet Funofnet
Hi, Thank you Mr Omprakash Gnawali, Please, what is the type of CTP routing (geographic, hybrid, proactif ??) Best regards, Funofnet __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messag

Re: [Tinyos-help] THL

2008-04-21 Thread Omprakash Gnawali
On Mon, Apr 21, 2008 at 4:52 AM, Nahr ... <[EMAIL PROTECTED]> wrote: > Hi, > I can't understand the utility THL (Time-Has-Lived) > I find that it is used to detect loop (How) You can read all about THL and loops here in TEP 123: http://tinyos.cvs.sourceforge.net/tinyos/tinyos-2.x/doc/txt/t

[Tinyos-help] Sampling rate for XMTS400

2008-04-21 Thread Abdullah Kadri
Dear All, I need to have small sampling rates for XMTS400 application "in order of 200 - 500 msec." Any idea how to make this rate is small will be much appreciated. Thanks, Abdullah Kadri, P.Eng., Ph.D. Candidate The University of Western Ontario Department of Electrical and Computer Engi

Re: [Tinyos-help] GPS module of MTS420 not working

2008-04-21 Thread Giri Baleri
Here's something I would suggest you to try. Program your MTS420 sensor Mote with /apps/xmesh/XMTS420 app and node ID non-zero Program the Base Mote with /apps/XMeshBase app and node ID=0 Then use XServe or MoteView to read the data. Giri From: Nikhil Singhal [m

Re: [Tinyos-help] (no subject)

2008-04-21 Thread Giri Baleri
If you are using XMesh apps from MoteWorks, then configuring them in High Power (HP) mode would leave the radio in Receive state all the time and thus ensure continuous reception. Enabling the end to end ACK on the packets would make sure that a acknowledgement is sent upon the packet is received a

[Tinyos-help] Compile problems porting a part of a TinyOS 1.x code to TinyOS 2.0

2008-04-21 Thread Jeremy BURIER
Hi everyone, I'm porting a TinyOS 1.x code to TinyOS 2.0 and I've some problem with it. I used a particular library :"PrintfUART.h" in order to print debug messages to my PC. It worked very well in TinyOS 1.x but not in TinyOS 2.0 and I encountered a serie of compile errors : PrintfUART.h: In fu

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-21 Thread Bulut ERSAVAS
Hi Omprakash, Concerning this issue, we have had chance to reproduce the problem. I am attaching 3 files including beacons snooped from the network. We believe that the problem is caused by nodes selecting parents who had direct connection to the root in the past. When such parents are moved away

[Tinyos-help] XNP

2008-04-21 Thread anantheswar g
iam trying to implement XNP protocol .can anyone suggest me the necessary steps to implement the java application and other code .any help is invited does XNP work for tossim?? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Help about using HplMsp430InterruptC

2008-04-21 Thread Urs Hunkeler
Hi, If I'm not mistaken, the MCLK is the clock frequency of th mote. I think it would neither be easy nor a good idea to try to change this frequency, especially as there are also (platform dependent) upper limits to this frequency. If you have such short signals that you need to detect, you s

Re: [Tinyos-help] Blink program problem

2008-04-21 Thread Urs Hunkeler
Hi Patrick, It has been a while since I last used the MIB520. If I remember correctly, the MIB520 is essentially the same thing as the MIB510, except that it has built-in USB<->Serial converters. So you might want to try the following command (without space after the comma): make mica2 install

[Tinyos-help] some questions about deluge

2008-04-21 Thread jiwen zhang
Hello all : i want to use deluge in my project to realize the function of OTAP . now i am using tinyos2.x , and i know little about deluge before , it is a new thing to me , so i have some questions : 1. what are the platforms supported by deluge in tinyos2.x ? 2. is the deluge in developing ?

[Tinyos-help] how to set MCLK

2008-04-21 Thread gaurav mathur
Hi, I want to connect a external digital sensor with tmote Sky. I am using HplMsp430InterruptC interface. My problem is : Rising edge time should be 1.5 times MCLK . I don't know how to set MCLK. Please any one tell me how to set MCLK. Thanks _

Re: [Tinyos-help] Blink program problem

2008-04-21 Thread Tiny User
try make mica2 install,0 mib510,com6 or make mica2 reinstall,0 mib510,com6 greeting On Mon, Apr 21, 2008 at 1:24 PM, Patrick Brady <[EMAIL PROTECTED]> wrote: > HI folks, > I have a bit of a newbie question. I'm trying to program the blink program > using the MIB520. The program compiles with no

Re: [Tinyos-help] Help about using HplMsp430InterruptC

2008-04-21 Thread Juan Antonio López Riquelme
Hello, I am sorry, but I do not know to change MCLK. If you are using port27, then you test before the code with the user button on telosb. I hope that someone can help you about MCLK. Also you can read older messages at http://www.mail-archive.com/search?q=MCLK&[EMAIL PROTECTED] A greeting,

[Tinyos-help] THL

2008-04-21 Thread Nahr ...
Hi, I can't understand the utility THL (Time-Has-Lived) I find that it is used to detect loop (How) I present to you the assurances of my highest consideration and thanks ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://

Re: [Tinyos-help] the conflict in useing SPI port on micaz

2008-04-21 Thread jiang chen
Hi, I am sorry but I don't catch you mind enough, Do your means I can use the USART1_CLK、USART1_RXD、USART1_TXD as SPI port? But are the two hardware component compatible to each other? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu http

[Tinyos-help] Blink program problem

2008-04-21 Thread Patrick Brady
HI folks, I have a bit of a newbie question. I'm trying to program the blink program using the MIB520. The program compiles with no problems but when I try to download it through the USB port I get the message: ***MIB520 must be defined I've installed the correct drivers and my computer recognise t

Re: [Tinyos-help] use the spi port when the radio is off

2008-04-21 Thread Urs Hunkeler
Hi, Actually, the Atm128SpiC module provides the Resource interface. With this interface you can reserve access to the SPI bus. Once access is granted to you, you can use the bus without interfering with the CC2420. Just remember to release the bus again once you're done (or you won't be able

Re: [Tinyos-help] the conflict in useing SPI port on micaz

2008-04-21 Thread jiang chen
Thank you, I am just going to do in that way. In your opinion,can I make a conclusion that ,we cannot use the SPI port which atmega128 provide us because the SPI is dedicated to cc2420?And if we want to connect the device that has SPI,we need to use several general I/O pins to simulate it?

Re: [Tinyos-help] the conflict in useing SPI port on micaz

2008-04-21 Thread Michiel Konstapel
> Do you mean use several general I/O pins to simulate SPI port?? Yup; you just need an input, output and clock line, and then For each byte: For each bit: Toggle clock line Set the output line Toggle clock line Read input lin

Re: [Tinyos-help] Help concearning mote programming

2008-04-21 Thread Martin Rene Vilugron
.Hi, instead of changing the access permitions every time you plug a mote add yourself to the group UUCP, its a group with access to the ttyUSBx Hope it's useful Greetings On Mon, Apr 21, 2008 at 6:15 AM, Tiny User <[EMAIL PROTECTED]> wrote: > try > > sudo chmod go+rw ttyUSB0 > > for the ttyUSB0

Re: [Tinyos-help] the conflict in useing SPI port on micaz

2008-04-21 Thread jiang chen
> Do you mean use several general I/O pins to simulate SPI port?? > ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] TOSSIM

2008-04-21 Thread Reema Mathew - Michael
Hi, Does TOSSIM support IRIS platform in tinyos 2.0.2 Thanks in Advance Reema - Sent from Yahoo! Mail. A Smarter Email.___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.mill

Re: [Tinyos-help] the conflict in useing SPI port on micaz

2008-04-21 Thread Michiel Konstapel
You could always just do SPI in software, it's just a matter of twiddling some I/O lines. Michiel From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of jiang chen Sent: zondag 20 april 2008 7:08 To: tinyos-help@millennium.berkeley.edu Subject: [Tinyos-help] the conflict in useing SPI

Re: [Tinyos-help] Help concearning mote programming

2008-04-21 Thread Tiny User
try sudo chmod go+rw ttyUSB0 for the ttyUSB0 in the dev folder and for "motelist" command it is not working on mica2, forget about it. Greetings On Mon, Apr 14, 2008 at 4:19 PM, <[EMAIL PROTECTED]> wrote: > Well, I have started to use tinyOS recently, but as I am being supported > by my lect

Re: [Tinyos-help] (no subject)

2008-04-21 Thread Murray, Ben
If the radio is turned on and is not using LPL, it will be in receive mode continuously whenever it is not transmitting... You say it's receiving once so perhaps if you post the code you are havig trouble with in the .receive() event to the tinyos help list someone might help. -Ben -Orig

Re: [Tinyos-help] Generic File Datasink in Xserve

2008-04-21 Thread Javier Zazo
In worked with that. Thanks a lot. Javier 2008/4/17, Giri Baleri <[EMAIL PROTECTED]>: > You would need to put this entry in the portion of the xml > file for the sensor board you are using. > > > > > > > > > > > > > > The absolute path is the complete cygwin path to

[Tinyos-help] (no subject)

2008-04-21 Thread Lakshmi Pradeep
Hi, My name is Lakshmi Pradeep.I am doing M.Tech in Computational Engineering andNetworking. My project topic is cluster based routing in Wireless sensornetworks and I am using micaz motes,mib520 programmingboard ,mts310 sensorboard and Moteworks Platform for nesC programming.

[Tinyos-help] FW: Unable to program Blink on a crossbow iris mote (XM2110) using the MIB520 USB interface board on a tinyos-2.0.2(using c yg win on Windows XP )

2008-04-21 Thread Murray, Ben
Actually I said "I've not used a mib520" forwarded to the list -Original Message- I am a beginner also, but you have said that your programming board is a MIB520, right? Should not the command be something like 'make micaz install mib520,/dev/ttyS5'? In the command you mentioned there it

Re: [Tinyos-help] the nesC search order

2008-04-21 Thread 俞龙
hello, Michael, If I want to search the specified directories, how can I do it? e.g., there are some files in the paltform/mica2, however, I want to use the files (having the same names with the files in mica2 directories) in other directories. How? I ever add -v, and I find that the files pro

[Tinyos-help] Error compiling even simple programs

2008-04-21 Thread Urs Hunkeler
Hi all, I think I updated my tinyos tree (T2) via CVS. Whatever happened, tinyos won't compile any programs anymore. Any ideas what might cause this error? Cheers, Urs nescc 1.2.9 tinyos 2.x (cvs update from this morning) mac os 10.5.2 (x86) Trying to compile the Blink application: >> make c

[Tinyos-help] Error compiling even simple programs

2008-04-21 Thread Urs Hunkeler
Dear John, After updating my local TinyOS tree from CVS building even the simplest programs fail. As far as I can tell this has to do with changes you made on CVS around February 16, 2008 (including annots_stage1.h in tos.h and TCAST in various modules). When updating to a version prior to Feb

[Tinyos-help] [Researchers] 11th ACM/IEE MSWiM ´2008 - Vancouver, Canada - 26-30/10/2008

2008-04-21 Thread Profa Mirela Sechi Moretti Annoni Notare
** We apologize in advance if you receive multiple copies of this CFP. ** --

[Tinyos-help] Installing TinyOS on Puppy Linux

2008-04-21 Thread Georgiana Oarga
Hello, I have to install TinyOS on Puppy Linux, for a university project. Is it possible? Can you send me some related documentation? Thank you! ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin

[Tinyos-help] Communication TOSSIM with one block of radio (AGAIN!!)

2008-04-21 Thread joan . cesaribohigas
Hi everyone, Can someone help me? First of all, what are the general STEPS that I must follow to incorporate a new platform to the simulations with TOSSIM (only micaz is running)? Second, actually Tossim for modeling the CC2420 radio block only uses the TossimPacketModelC.nc and implements the C

[Tinyos-help] [Researchers] 12th IEEE/ACM DS-R T´2008 - Vancouver, Canada - 27-29/10/2008

2008-04-21 Thread Profa Mirela Sechi Moretti Annoni Notare
Our apologies if you have received multiple copies. Call for Papers DS-RT 2008 12th IEEE/

[Tinyos-help] UserButton : detect change of state

2008-04-21 Thread Vincent Rossi
Hi, I am looking for a way to detect a change of the state of a UserButton (a way to be notified when a specific button (on an I/O port) is pressed/released) without needing to poll its state but in an event-driven way (event fired when the button is pressed/released). Besides the interfaces I s

[Tinyos-help] (no subject)

2008-04-21 Thread Lakshmi Pradeep
Hi I am using Moteworks platform to do tinyos programming. Somewhere I have read that the event ReceiveMsg will work from the very moment motes are on.Can we signal this event from a Timer.fired event.I want to sense and send some data from one mote and the same mote must wait for the re

[Tinyos-help] false CCA detection in LPL

2008-04-21 Thread Jongkeun Na
Folks, I've got false CCA detections in most of time when MIN_SAMPLES_BEFORE_DETECTION=3 (defaultlpl.h). Anyone knows why this default number is set a 3, or has any experience on a proper number in different situations? based on my experience, false CCA detections still appear up to 12, finally I

[Tinyos-help] Help concearning mote programming

2008-04-21 Thread fhg07
Well, I have started to use tinyOS recently, but as I am being supported by my lecturer, I already have The Professional Developer's Kit, for studying purposes. I have studied the nesC language for a while, and I wanted to transfer my programs to the motes, so I could test them. However, when I tr

Re: [Tinyos-help] Is there any othor network example batter than Surgetelos

2008-04-21 Thread ARK
Is there any program for collection and dissemination in TinyOS1.x? - Original Message - From: "Omprakash Gnawali" <[EMAIL PROTECTED]> To: "ARK" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 14, 2008 10:50 PM Subject: Re: [Tinyos-help] Is there any othor network example batter than Surgete

[Tinyos-help] question about deleting cygwin after moteworks

2008-04-21 Thread SS C
Hi all, I installed moteworks before and then tinyos 1.1 later. I couldn't remember what choice i chose to update the cygwin environment. Now I'm facing a problem of deleting the cygwin out of my computer. I tried to install a new tinyos/moteworks environment in another hard drive, then it's okay

Re: [Tinyos-help] Is there any othor network example batter than Surgetelos

2008-04-21 Thread ARK
Hi, Romain, Thanks for your suggestion. May I ask you a question? If I want to transmit about 8k Bytes data to PC from a sensor node. Does your application suitable to use? Thank for your help. - Original Message - From: "Romain Thouvenin" <[EMAIL PROTECTED]> To: "ARK" <[EMAIL PROTECTED

[Tinyos-help] tinyos-2.x message_t *msg

2008-04-21 Thread Asa Dad
Hi, I have a problem and I need if you could me result it. I'm using tinyos-2.x (telosb). When I receive a message in the event Receive (event message_t *Receive.receive(message_t *msg, void *payload, uint8_t len)), I'd like to save it in a message_t's vector, or in a queue for example and the

Re: [Tinyos-help] Is there any othor network example batter than Surgetelos

2008-04-21 Thread ARK
Thank you for your rapidly reply. As I know, Surgetelos is only collection sensing data from all sensor nodes. But if I want to send some commands from base node to the specific node. At the beginning, I thought I can use dissemination propotol to send messages which carrys the destination node ID

[Tinyos-help] help

2008-04-21 Thread 徐 士翔
i want to communication tinyos& matlab but when i start up my matlab that will get errors like follow Warning: Name is nonexistent or not a directory: $TOSDIR\..\tools\matlab. > In path at 113 In addpath at 100 In defineTOSEnvironment at 48 In startup at 19 In matlabrc at 220 Warn

[Tinyos-help] Selective reprogramming with Deluge T2

2008-04-21 Thread Nikhil Singhal
Hi I was reading up on the Deluge T2 protocol, and I was wondering if there is any way to selectively choose which motes to reprogram when using Deluge, maybe on the basis of node ID's. Thanks! -- Nikhil ___ Tinyos-help mailing list Tinyos-help@millen