Re: [Tinyos-help] Working with cygwin and a separate tinyos tree

2007-02-28 Thread Wouter Horré
Hi, For the interpreation of environment variables Cygwin behaves like any *nix would do. That means: * directories must be separated by / * spaces must be escaped Instead of C:\Program Files\Microsoft Visual Studio\VC98\atl\include try /cygdrive/c/Program\ Files/Microsoft\ Visual\

[Tinyos-help] Problem with CntToLedsAndRfm application

2007-02-28 Thread ankur jain
hello all, iam trying to complie and run the Cnttoledsanfdrfm app. that comes in apps folder of tinyos1.x tree.But when i compiled it , it gave some warning like; E:/PROGRA~1/tinyos/UCB/cygwin/opt/tinyos1.x/tos/platform/mica2/CC1000ControlM.n c: In function

Re: [Tinyos-help] NumberFormatException : For input string 2143246476

2007-02-28 Thread Urs Hunkeler
Hi Paul, I suppose you could change into the directory xbow/tools/java/net/tinyos/surge and type make. At least there is a Makefile. If this doesn't work, I'm sure somebody on the mailing list who is more familiar with TinyOS 1.x could help. Cheers, Urs Paul wrote: Hi Urs thanks a lot!

[Tinyos-help] how to check data at UART port

2007-02-28 Thread qin zhao
Hi, I want to check the data at UART port. I saw there are two ways to do. I can use Send.send(TOS_UART_ADDR, sizeof(ItnMsg), msg) to send the whole package to UART port or I can make a connection to IntToUart component use IntOutput.output(data). Which way is better? Since IntToUart is

Re: [Tinyos-help] Detect a USB connection

2007-02-28 Thread Steve McKown
On Wednesday 28 February 2007 03:32, Avanti Chitnis wrote: I am relatively new here.I am using TinyOS 1.1.15. I want an application that does the following:a mote should be able to detect a usb connection.When a mote is connected to a USB port, the Leds should glow thereby indicating a

[Tinyos-help] tossim segfaults on a tutorial app in a Linux machine

2007-02-28 Thread Filipe Alves
Same problem here, and the answer to the questions are: 1) The CVS tree, is like a week old. ( More on this later ). 2) The debugging revealed a segmentation fault to NULL pointer, caused by a undefined function symbol. This is all the information I can give at the present time as I don't

[Tinyos-help] Problem with Make PC after having latest installation of cygwin

2007-02-28 Thread Farhana Jabeen
Hello I have installed Tinyos1.1.0 inorder to have snapshot Tinyos1.1.11 or higher I need to upgrade cygwin so I installed the new version from http://www.cygwin.com/ the version Cygwin_NT-5.1 1.5.24. But after installation when I compile one of the existing application using

[Tinyos-help] types of packet

2007-02-28 Thread Boushra MAALA
what type of packets which can be used with tinyos1? - Don't get soaked. Take a quick peak at the forecast with theYahoo! Search weather shortcut.___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

Re: [Tinyos-help] tossim segfaults on a tutorial app in a Linux machine

2007-02-28 Thread Philip Levis
On Feb 28, 2007, at 7:39 AM, Filipe Alves wrote: Same problem here, and the answer to the questions are: 1) The CVS tree, is like a week old. ( More on this later ). 2) The debugging revealed a segmentation fault to NULL pointer, caused by a undefined function symbol. This is all the

Re: [Tinyos-help] Re: tossim segfaults on a tutorial app in a Linux machine

2007-02-28 Thread Philip Levis
On Feb 27, 2007, at 9:27 PM, Philip Levis wrote: On Feb 27, 2007, at 10:49 AM, pavan kumar wrote: I am having a similar kind of error as posted in the link http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006- December/021625.html Python 2.4.2 (#1, Feb 12 2006, 03:59:46) [GCC

[Tinyos-help] Unexpected behavior for LogStorageC on Stm25P

2007-02-28 Thread Steve McKown
Hi all, I believe I've found a defect in LogStorageC for stm25p. The attached test program exhibits the unexpected behavior and will compile and run on TelosB style motes (or others with stm25p and msp430) under TinyOS 2.0. It appears that LogRead.seek() causes subsequent calls to

[Tinyos-help] Re: Link Quality

2007-02-28 Thread Joe Polastre
Hi Senol, (cc'd TinyOS-Help) Please see the Tmote Sky datasheet at www.moteiv.com and the CC2420 datasheet at www.chipcon.com. These documents describe how to convert the raw readings of the RSSI and LQI values into meaningful units (note that LQI provides the correlation value, and not the

[Tinyos-help] Patenting WSN based systems

2007-02-28 Thread Xavier Orduña
Hi With my team we are developing a system to use wireless sensor networks tecnology (based in TinyOS and one TinyOS compatible device) to help emergency services. For the moment no one on the world is doing something similar (it is suposed). This is because we ask ourselves if it is

Re: [Tinyos-help] installation problems

2007-02-28 Thread Tony Mancill
Philip Levis wrote: On Feb 26, 2007, at 4:42 AM, fatima cabot wrote: Hi. I've followed every instruction in the tutorial according to Tinyos2 Linux (Ubuntu) installation. I have had some problems with rpm packets (transforming into deb). But eventually, i have managed to installed every rpm

[Tinyos-help] tinyviz: connection to simulator failed

2007-02-28 Thread ahmed dehbi
Hi, i'm new to the tinyos env could someone help me when i run simulations with tinyviz, it starts and immediately pauses, i have two kind of error messages : --- on tinyviz window : connection to simulator failed on the bash: [...] AUTORUN: Connecting...SimComm: TossimInitEvent received,

Re: [Tinyos-help] Implementing a routing protocol

2007-02-28 Thread Romain Thouvenin
Sorry, I actually read TEP 123 a bit too fast, and I missed the link estimator components and the engines of ctp, in which I am interested. But CTP only applies to trees, so I'll have to make a number of changes to the interfaces so that they fit to what I need. Is there ongoing or planned work

[Tinyos-help] Nesc question

2007-02-28 Thread Will Archer
Do the numerical arguments given to an instantiation of a module come out anywhere within the generated xml dump? (For example, the '5' in : new VirtualizeTimerC(TMilli, 5); ) If not, is there any way to extract them at compile time? Will ___

[Tinyos-help] Debugging

2007-02-28 Thread Spidernet Lists
Hi, I am trying to debug my code. I am running under linux environment. I have avr-insight-6.3-1.i386.rpm already installed in root # /home Is there a Graphical way to debug in Linux like we do in Avr-Studio under Windows... I understand we need to do something with avr-insight.. can anyone

Re: [Tinyos-help] Patenting WSN based systems

2007-02-28 Thread Joe Polastre
I know quite a few companies that would disagree with your statement no one in the world is doing something similar. You'd be surprised how many patents are in submission for WSN systems and services. -Joe On 2/28/07, Xavier Orduña [EMAIL PROTECTED] wrote: Hi With my team we are developing a

[Tinyos-help] Debugging error

2007-02-28 Thread Spidernet Lists
Hi, The c code generated for Blink application for my platform is as follows: #define nx_struct struct #define nx_union union #define dbg(mode, format, ...) ((void)0) #define dbg_clear(mode, format, ...) ((void)0) #define dbg_active(mode) 0 # 65

Re: [Tinyos-help] Implementing a routing protocol

2007-02-28 Thread Omprakash Gnawali
But CTP only applies to trees, so I'll have to make a number of changes to the interfaces so that they fit to what I need. Is there ongoing or planned work about generic routing protocols ? Or should I design this on my own and provide it at the end as a basis for future work (the code will

[Tinyos-help] Display Debug Messages from the Mote

2007-02-28 Thread Xyza Ong
Hello guys, I would like to ask how to display and view debug messages from the mote. I have four mica2 motes and a base mote installed with TOSBase. I want to know and view the number of missed packets/msg or packet/msg sent from the motes and receive at the base mote. I have read in the

[Tinyos-help] Radio Backoff and SPI baud rate

2007-02-28 Thread Nilesh Mishra
Hi, I have two connected questions wrt Radio interface in TinyOS (1.x and Boomerang). I am using tmote-sky in Boomerang environment. 1. I am using the CC2420RadioC/M components to send data packets and timestamping at the following places: a. Just prior to calling send command (say T1) b.

Re: [Tinyos-help] I2C, T2 and micaz

2007-02-28 Thread Jordi Casals
Ok, thank you! I have read a thread talking about the same problem, and it's solved!! The thread is: http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2007-January/021749.html 2007/2/28, Philip Levis [EMAIL PROTECTED]: On Feb 26, 2007, at 6:39 AM, Jordi Casals wrote: Hi, I use T2