Re: [Tinyos-help] Compilation errorMake:*** no rule to make target pc

2007-04-05 Thread Urs Hunkeler
Hi, Which version of TinyOS are you using? For TinyOS-1.x the command to build the TOSSIM executable is indeed make pc. If you're using TinyOS-1.x, maybe you forgot to include the Makerules file in your make file. See for instance the Makefile of the Blink application in the app folder in your

[Tinyos-help] Usual readings for Accelerometer

2007-04-05 Thread sougata sen
Hi We aee using crossbow micaz motes (with sensor board MTS 310). We are using unmodified Surge and xlisten to view the sensor readings. A sample output is: SURGE [sensor data converted to engineering units]: health: node id=5 parent=65535 seq_no=525 battery = 2878 mv temperature =

[Tinyos-help] Are these possible RSSI readings, micaz,tinyos-1.15?

2007-04-05 Thread Munaretto, Daniele
Hi all, I was wondering about some RSSI values I collected by using my micaz motes, CC2420, tinyos-1.15. I am using them in indoor environments. If I use a TX power = 15, e.g. -7 dBm, and a distance of 4 meters in a corridor between 2 motes, is it possible I obtain values around F0-F6? That

[Tinyos-help] bash: launch.sh: command not found

2007-04-05 Thread Stephen Chow
Dear all, I meet such problem when I want to perform a sh in cygwin. Could you help me out? Thanks. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Problem with I2C on MicaZ under T2

2007-04-05 Thread Xiaofan Jiang
Hi all, I'm trying to communicate with a I2C device using MicaZ (MicaZ is the master) but have encountered some strange problems as described below. Does anyone have any ideas? I wrote a very simple program that basically write a byte to the I2C device (code shown at the end). The

[Tinyos-help] uninitialized pointer in SPDataM.nc (Boomerang 2.0.4)

2007-04-05 Thread Reinhard Bischoff
Hi all, I found an interesting behaviour. Sending to UART over SP (with deprecated GenericComm) with call SendMsg.send(TOS_UART_ADDR, sizeof(WorosDataMsg), datamessage) did not always run successfully, so I investigated on that and found out that in SPDataM.nc there is a uninitialized pointer.

[Tinyos-help] tinyos tools do not install when upgrading to tinyos 2.0 from tinyos1.X

2007-04-05 Thread Javed, Huma
Hi I am trying to upgrade from tinyos-1.X to tinyos-2.x I followed the steps given on tinyos website but when I tried to install tinyos tools-1.2.2-1cygwini386.rpm it gave me the following error : open of tinyos-tools-1.2.2-1.. failed no such file or directory. This file exists in

Re: [Tinyos-help] Sensing 512 samples using MIC on MICAz

2007-04-05 Thread Ho Kwon
I figured out what was wrong. My application works like below. - wait 1 sec using one shot timer - acoustic sensing (512 samples) at 8.333KHz - stops sensing and transmits sequentially 16 packets where each packet conveys 32 samples - stops transmitting and wait 1 sec using one shot timer again,

[Tinyos-help] Deluge in Tossim

2007-04-05 Thread Phong Nguyen
Hi all, I'm trying to use Deluge inside Tossim (tinyos-1.1.15), and have built DelugeBasic with pc plateform. Then i have tried to lauch it (main.exe) with just one mote, and it seems ok, the flash eeprom being initizialized. Then i started the SerialForwarder tool with -comm tossim-serial

Re: [Tinyos-help] Adding new fields to tinyos header (re-framed question)

2007-04-05 Thread Abhishek Jain
Well what you are suggesting is precisely what I don't want to do. I am not looking for application specific changes. I have to add new fields to the tinyos packet header so that it is a system level change and any application that sends packets over radio can be benefited by the changes I make

RE: [Tinyos-help] Usual readings for Accelerometer

2007-04-05 Thread Giri Baleri
I'm not sure if the Surge is supposed to report acceleration in g or mg, but the accelerometers on MTS310s are not individually calibrated. In order to get more accurate acceleration reading, you will need to estimate the bias and sensitivity by orienting each accelerometer axis towards the

Re: [Tinyos-help] Problem with I2C on MicaZ under T2

2007-04-05 Thread Philip Levis
On Apr 5, 2007, at 3:16 AM, Xiaofan Jiang wrote: Hi all, I'm trying to communicate with a I2C device using MicaZ (MicaZ is the master) but have encountered some strange problems as described below. Does anyone have any ideas? I wrote a very simple program that basically write a byte to

[Tinyos-help] Use of Comparator_A in TMotes

2007-04-05 Thread Pablo Ezequiel Guerrero
Hi everybody, we would like to use a custom ultrasound sensor with the TMotes, and for this we would like to have the MSP430 generate interrupts when the signal of the Comparator_A changes (e.g., ultrasound echo is heard). More precisely, we would like to know how to set the

Re: [Tinyos-help] Usual readings for Accelerometer

2007-04-05 Thread Tarun Bansal
The readings are in mg and you need to calibrate the sensors first by aligning them towards and against gravity. Tarun Bansal On 4/5/07, Giri Baleri [EMAIL PROTECTED] wrote: I'm not sure if the Surge is supposed to report acceleration in g or mg, but the accelerometers on MTS310s are not

Re: [Tinyos-help] Adding new fields to tinyos header (re-framed question)

2007-04-05 Thread Benjamin Madore
You don't have to modify AM.h for this On Thu, April 5, 2007 12:31 pm, Abhishek Jain said: Well what you are suggesting is precisely what I don't want to do. I am not looking for application specific changes. I have to add new fields to the tinyos packet header so that it is a system level

Fwd: Re to RE: [Tinyos-help] cygwin and Moteworks

2007-04-05 Thread Boushra MAALA
Note: forwarded message attached. - Don't be flakey. Get Yahoo! Mail for Mobile and always stay connected to friends.---BeginMessage--- hi, today, i removed Moteworks and i reinstalled all for new time. in fact, in this time i have the Moteworks trees without

RE: Re to RE: [Tinyos-help] cygwin and Moteworks

2007-04-05 Thread Giri Baleri
The make pc target option is not supported in MoteWorks. You can use pc as a valid platform only in TinyOS. You seem to have a syntax error in your usetos command as you are missing `.`. (Found to the left of 1 on the keyboard) Your correct command should be $ `usetos tinyos' and then

[Tinyos-help] Fwd: Re:Adding new fields to tinyos header (re-framed question)

2007-04-05 Thread Benjamin Madore
Remember to Reply All since the default reply-to isn't the mailing list! (Can we change that?) - Original Message - Subject: Re: [Tinyos-help] Adding new fields to tinyos header (re-framed question) From:Abhishek Jain Date:Thu, April

Re: [Tinyos-help] can I write to a file using nesC

2007-04-05 Thread Mat Kotowsky
Steve, In the message below, you indicated that you can make calls to C functions from within nesC code. I'm attempting to do so by following your instructions, but the nesC compiler exits with a parse error before a line that looks like void foo(char bar); which is the prototype of

[Tinyos-help] mote is found but not associated with a device node

2007-04-05 Thread Victor Shia
When I type in motelist, I get the following output: Use of uninitialized value in substitution (s///) at /usr/bin/motelist line 90. Use of uninitialized value in pattern match (m//) at /usr/bin/motelist line 91. Reference Device Description --

Re: [Tinyos-help] mote is found but not associated with a device node

2007-04-05 Thread Andrew Redfern
Hi Victor, Can you check if brltty is installed and if so remover it: sudo apt-get remove brltty Removing this should fix your problem. Andrew On 4/5/07, Victor Shia [EMAIL PROTECTED] wrote: When I type in motelist, I get the following output: Use of uninitialized value in substitution

RE: [Tinyos-help] Any info on radiation pattern of telosb?

2007-04-05 Thread Muhammad Azhar
Hi, Any help on this? Thanks. From: "Muhammad Azhar" [EMAIL PROTECTED]To: [EMAIL PROTECTED], tinyos-help@Millennium.Berkeley.EDUSubject: RE: [Tinyos-help] Any info on radiation pattern of telosb?Date: Wed, 04 Apr 2007 02:01:47 +Hi Aleksandr, Thanks for the suggestions. But I don't quite

[Tinyos-help] what is problem in my installation?

2007-04-05 Thread servesh singh
/*II Counter.nc III*/ /** * Counter is incremented after every second; the result is displayed * on LEDs. * * @author Sajid (dot) Hussain (at) acadiau.ca **/

[Tinyos-help] what is problem in my installation?

2007-04-05 Thread servesh singh
/*II Counter.nc III*/ /** * Counter is incremented after every second; the result is displayed * on LEDs. * * @author Sajid (dot) Hussain (at) acadiau.ca **/

[Tinyos-help] Admin! please Don't Consider my first mail.

2007-04-05 Thread servesh singh
- Looking for earth-friendly autos? Browse Top Cars by Green Rating at Yahoo! Autos' Green Center. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU