[Tinyos-help] problem with make pc

2009-09-03 Thread 童超
Hi, I am running ubuntu9.04. TinyOS2.x is installed from TinyOS package repository and TinyOS1.x is installed from CVS. TinyOS2.x works well, but tossim in tinyos1.x have problem. In the Blink dirctory type make pc, I get the following error: mkdir -p build/pc compiling Blink to a pc binary

Re: [Tinyos-help] Strange compilation error

2009-09-03 Thread Faisal Aslam
I do not think that someone can include .nc files. You include header .h files not .nc files. The .nc contain code or wiring and local variables used by that code. -- best regards, Faisal Aslam Ph.D. Candidate University of Freiburg, Germany

Re: [Tinyos-help] dbg messages

2009-09-03 Thread Mohammed Billoo
Hi, Check out this link: http://docs.tinyos.net/index.php/TOSSIM -- Mohammed Billoo ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Blink run, unexpected results

2009-09-03 Thread bharat naik
Hi, I tried running the Blink application. It was working fine a few days back. However, now when I did: make pc ./main.exe -t=30 4 I got completely different results. Here's what I got: SIM: EEPROM system initialized. SIM: event queue initialized. SIM: Random seed is 726451 SIM:

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-03 Thread Janos Sallai
You mentioned 'base station'. But I don't see such a file or dir under apps/MultiOscilloscope in TinyOS 2.1. Is this a different base station in other apps? The BaseStation application is in apps/BaseStation. You pretty much need this every time when the PC needs to communicate with a sensor

[Tinyos-help] ERROR: Timeout. Is the node a Deluge T2 base station?

2009-09-03 Thread Bunsenbrenah
Hi Folks! I'm new to deluge and having some trouble with it. I did read several posts on this list on similar problems but unfortunately that didn't help me. According to the guide [1] I installed pySerial (pyserial-2.5-rc1) as well as the tools from cvs. Next thing to do is cd

Re: [Tinyos-help] NO data ..

2009-09-03 Thread Michael Schippling
I have a vague memory that the T2 version of O'scope sends only radio messages. Do you have a base-station mote? MS bouzayani walid wrote: Hi all, I compiled successfully the Oscilloscope application to my Telosb mote using Tinyos2.x, but when i run this code: $ java

Re: [Tinyos-help] Handshake routine

2009-09-03 Thread Michael Schippling
err...what handshake routine? If you mean a message acknowledge sequence, the default behavior is none. You can turn on ACKs in the radio control code, but this only gives an indication at the sender that the receiver has gotten something so you can implement a retry mechanism of some kind when

Re: [Tinyos-help] Mote crashes when sending

2009-09-03 Thread David
I tested my application now with with a global rrMessage, sending fast and slow, with and without printf, and cannot reproduce any errors whatsoever. :-) Seems like that really was the cause for the crashes. Thank you guys very much for your help again. A happy David. :-)

Re: [Tinyos-help] Questions: MultihopOscilloscope on Iris nodes

2009-09-03 Thread David Li
Hi Janos, This begins to make sense now (it wasn't totally clear following the README for the first time). But I still have trouble to make it work with the base station. I now have three nodes as follows: PC usbbasestation nodenode 500 node

Re: [Tinyos-help] ERROR: Timeout. Is the node a Deluge T2 base station?

2009-09-03 Thread Razvan Musaloiu-E.
Hi! On Thu, 3 Sep 2009, bunsenbre...@gmx.net wrote: Hi Folks! I'm new to deluge and having some trouble with it. I did read several posts on this list on similar problems but unfortunately that didn't help me. According to the guide [1] I installed pySerial The [1] is deprecated. The

[Tinyos-help] libtoscomm.so loading problem

2009-09-03 Thread Nicky
Hi, I am trying to run the SerialForwarder class on the Croassbow, Stargate Platform. But when calling the System.loadLibrary(toscomm) fn within the toscommloadder class, an error arises... It can't find the toscomm library (libtoscomm.so). I have the .so located in: the current directory, the

[Tinyos-help] [Researchers] 11th IEEE WoWMoM - Montreal, 14-17/june/2010

2009-09-03 Thread Profa Mirela Sechi Moretti Annoni Notare
-Our apologies if you receive multiple copies of this CFP - WoWMoM 2010 CALL FOR PAPERS WOWMOM 2010 - 11th IEEE International

[Tinyos-help] Handshake routine

2009-09-03 Thread Omar Bouzid
Dear Michael, I am currently using MTS310 sensor board and MICAz Motes in order to implement a single hop wireless network. I have used one of the tutorial examples which samples for example only the light sensor on a sensor board, packetizes, and sends the data back to the base station

[Tinyos-help] MTS4200CC and GPS is not working

2009-09-03 Thread Sravan Kumar Thokala
Hi, I'm using xbow supplied application test and compiled using micaz and programmed onto MOTE MPR2400CCA using Tiny OS 1.x. I'm unable to receive GPS data on MTS420cc. I could see the sync message in xserve on COM4 but not data. Please help.. Regards, Sravan.

Re: [Tinyos-help] Blink run, unexpected results

2009-09-03 Thread bharat naik
Does anyone have any idea what is causing this anomaly? Regards, Bharat. On Thu, Sep 3, 2009 at 8:19 PM, bharat naik bharat.2...@gmail.com wrote: Hi, I tried running the Blink application. It was working fine a few days back. However, now when I did: make pc ./main.exe -t=30 4 I got

[Tinyos-help] surge application message format

2009-09-03 Thread Khurram Shahzad
hi can anybody knows about the format of surge application messages and where they are received in application?thanks khurram ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] [Fwd: Re: TOS 2.1 install java tools question]

2009-09-03 Thread Urs Hunkeler
Hi Nick, Try the instructions below and see whether this solves your problem. Cheers, Urs Original Message Subject: Re: [Tinyos-help] TOS 2.1 install java tools question Date: Mon, 24 Aug 2009 07:47:36 +0200 From: Urs Hunkeler u...@gmx.ch To: Michael Schippling