Re: [Tinyos-help] Are there Zip files for TinyOS 2.0 and AVR, MSP430 Toolchain?

2006-07-20 Thread Elaine Cheong
Is www.tinyos.net/dist-2.0.0 the preferred directory, rather than www.tinyos.net/dist-1.2.0 ? They appear to be the same thing. Thanks, Elaine = Original Message = Date: Wed, 19 Jul 2006 12:21:58 -0700 From: David Gay [EMAIL PROTECTED] Subject: Re: [Tinyos-help] Are there Zip files

Re: [Tinyos-help] Antenna gain on tmote

2006-07-20 Thread Terence Joseph
Hi Joe, The radiation patterns given in the data sheet appear to be taken from http://www.chipcon.com/files/CC2420DBK_User_Manual_1_3.pdf. However, in this document they claim a gain of -5dBi for the antenna. Can you explain the discrepancy please? Has it something to do with a difference

[Tinyos-help] binpc/main, TOSSIM

2006-07-20 Thread Munaretto, Daniel
Hi all, i read in www.tinyos.net/nest/doc/tutorial/tossim-lesson.html that the simulator can simulate a 25 or 50 Kb radio stack. If i could set in binpc folder the option -kb 50 i can space out my nodes enough in time (to avoid partially the hidden node problem). The problem is: i haven't

Re: [Tinyos-help] Power down..by default?

2006-07-20 Thread MANUEL LOPEZ DE MIGUEL
Joe, Does It means that the minimum energy consumed for a transmition/reception is the power consumption of the tmote (about 60mW) multiplied by 3-10msec? Then, The worst case is 0.6 mJoules!! Uau Missatge de Joe Polastre [EMAIL PROTECTED]: What do you mean that your motes should respond

[Tinyos-help] i need references

2006-07-20 Thread Boushra MAALA
goodmorningi needto programming by using tinyos.1, i need to simple references which help me to begin programming.specially how we can wire the interfaces,because i always have error in this step , please any of you has references can be useful for me?(note i use telosb as mote). thank you

[Tinyos-help] Reprogramming motes during operation.

2006-07-20 Thread one of the few men from venus
Hi Everyone, Is it possible to upload a piece of code to flash memory and then execute this code on the motes using TinyOS? I'm looking for a way to update part of an application during operation, without having to reboot the mote or have everything pre-programmed in my image. I've seen

[Tinyos-help] re to re i need references

2006-07-20 Thread Boushra MAALA
thank you,i have the tutorial,but i need something that can help me for starting to write my application.if you have references for that send them to me please e.g.if i want to write un application is not existed and which i need in mywork. boushra Yahoo! Messenger with Voice. Make PC-to-Phone

Re: [Tinyos-help] Antenna gain on tmote

2006-07-20 Thread Joe Polastre
We achieve a total radiated output power of +3dBm with the antenna. This data is from the indpendent RF lab that filed the FCC certification report. -Joe On 7/20/06, Terence Joseph [EMAIL PROTECTED] wrote: Hi Joe, The radiation patterns given in the data sheet appear to be taken from

[Tinyos-help] Using flash with TinyDB

2006-07-20 Thread robycannone
Hi all, how can I store attribute on flash using TinyDB? I have seen that TinyDB comes with a builtin command for adding constant attributes but I doesn't work, ritght? Could someone give me any direction? Thank you. Roberto ___ Tinyos-help mailing

Re: [Tinyos-help] re to re i need references

2006-07-20 Thread Ole Bischoff
Hy Boushra, TelosB http://www.moteiv.com/community/Moteiv_Community TinyOShttp://csl.stanford.edu/~pal/pubs/tinyos-programming.pdf nesChttp://nescc.sourceforge.net/papers/nesc-ref.pdf OLE - Original Message - From: Boushra MAALA To: Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] tmote sky fcc certification

2006-07-20 Thread Roman Lim
Hi all what are the differences between tmote sky without fcc certification and those tmote sky with certification. obvious is the shielded cc2420 chip, but are there any (minor) other things? regards roman lim ___ Tinyos-help mailing list

[Tinyos-help] Tmote Sky: 8MHz MCLK

2006-07-20 Thread Matthew J Whelan
I few weeks ago, in explaining some of the revisions between Telosb and Tmote Sky, it was mentioned (by Joe Polastre) that the Tmote sky can operate with a system clock up to 8MHz, while Telosb can only run at 4MHz max. I am try to get my Tmote Sky to run at 8MHz, but it looks to me from the

Re: [Tinyos-help] TinyViz ClassNotFoundException

2006-07-20 Thread ded1717
The output says toscheck completed without errors. Tossim simulator is running, I can compile and run Blink without errors. The problem is just TinyViz.. =\ OUTPUT OF TOSCHECK: [EMAIL PROTECTED] tinyos-1.x]# toscheck Path: /usr/kerberos/sbin

[Tinyos-help] Strange performance problem in async code

2006-07-20 Thread R. Steve McKown
Hello, I'm new to the list but have been developing for TinyOS for a couple of months now. I've searched the archives but can't find any reference to the problem I'm having. I'm running TinyOS 2.0.0beta2-3 on Linux (Mandrake/kernel 2.6.11) and using the rpm's for mspgcc, tinyos-tools, etc

[Tinyos-help] Using TOSSIM Simulator

2006-07-20 Thread Anuradha Eragani
Hi, I am trying to use the TOSSIM simulator to simulate the examples discussed in the TinyOS tutorial. The explanation given in the lesson 4 of the tutorialis usingthe actual motes.My question is how to use the simulator to simulate the example. Basically, I would like to simulate a

[Tinyos-help] To low input impedance on msp430

2006-07-20 Thread Nicolas Schulcz
Hi, I try to work with the analog inputs on my TMote module, and when I connect in an other thing than my big power supply, the input mesured is very low. So I have mesured the input impedance of analog input, they seem to be less than 100ohms, the ADC seem to be broken, but I have tested the

[Tinyos-help] rf packet timestamping?

2006-07-20 Thread Michael Siegel
Hello, Is there a way, with Mica1 Motes and through tinyos 1.x, to obtain the time (based on the system clock) that an RF packet was sent or received to a precision of 1/4 microsecond? Thanks, Michael Siegel ___ Tinyos-help mailing list

Re: [Tinyos-help] To low input impedance on msp430

2006-07-20 Thread Matthew J Whelan
Make sure that the pin is configured for ADC input and not as general I/O. I am guessing that this is likely the case.P6SEL |= (1inputchannel#); sets pin to functionP6 DIR =~(1inputchannel#); sets pin toinputMatt[EMAIL PROTECTED] wrote: -To: tinyos-help@Millennium.Berkeley.EDUFrom: "Nicolas

[Tinyos-help] Maesuring two analog signals at the same time on tmote

2006-07-20 Thread Raj Kumar
Hi All I am using tmote motes. I am interested in measuring two analog signals of the dual axis accelerometer at the same time.May know how to do this So far single axis data we have been able to measure accurately.Also are there independent ADCs in tmote or it is only single ADC which multiplexes

Re: [Tinyos-help] Maesuring two analog signals at the same time on tmote

2006-07-20 Thread Matthew J Whelan
Hi,The ADC on the Tmote samples sequentially when setup for multiple channel acquisition. If you are looking to sample exactly simultaneously, you are going to have a problem. You would have to use a track-and-hold or an external ADC to do this. However, you can have the ADC sample the two

Re: [Tinyos-help] testing mica2dot test

2006-07-20 Thread jurin dan
Hi, i have for my sensor network apps, 2 motes: mica2 and mica2dot. (i'am using MIB510 station base). i've performed for both mote all hardware verification up to Radio Verification step. i've installled tosbase apps on my mica2 and using the mica2dot install with micahwverify

[Tinyos-help] MicADC

2006-07-20 Thread Keyan Mahadevan
Hello All,Is there a formula for converting the Raw MicADC readings? I tried finding the data sheet for WM62-A (Panasonic), looks like it is out of production. Can anyone please help me out with this.Thanks in advance Kn ___ Tinyos-help mailing list

[Tinyos-help] SurgeTelos Problem

2006-07-20 Thread sazure
Hi,all: I have a problem of SurgeTelos program. Currently I got some tmote sky. I try to rewrite the sensor drivers by modifying the SurgeTelos program. But when I use Tosbase to listen the raw data. At very first, every is fine. But after maybe 6 packets, I got the 5 duplicated

[Tinyos-help] Initialize all motes together in tinyviz

2006-07-20 Thread Nilay Chheda
I want to initalize all the motes simultaneously when simulating on tinyviz. The motes get initailized randomly and is causing the messages to be dropped. There was a partial reply to a similar query http://mail.millennium.berkeley.edu/pipermail/tinyos-help/2006-July/018003.htmlbut I was not able

Re: [Tinyos-help] testing mica2dot test

2006-07-20 Thread jurin dan
Hi, i have for my sensor network apps, 2 motes: mica2 and mica2dot. (i'am using MIB510 station base). i've performed for both mote all hardware verification up to Radio Verification step. i've installled tosbase apps on my mica2 and using the mica2dot install with micahwverify as

[Tinyos-help] T2 Compilation Problem

2006-07-20 Thread Jay Taneja
Hello,This may be two separate problems, but I am having problems compiling some (but not all) applications for a Telos Rev. B on T2. I am able to successfully compile and install Blink, BlinkToRadio, and BaseStation (among others, I imagine - didn't try any more). However, when I try to compile

[Tinyos-help] tinyos-2.x CSMA transmit timestamping CC2420

2006-07-20 Thread Avinash Sridharan
Hi All,I had a question on the timestamping of the packets when the 2.x CSMA transmits a packet in the CC2420 stack. When going through the code for CC2420CsmaTransmitP.nc, I realised that when the CaptureSFD event is called and the state is set to S_SFD the time retrieved in this captured event

Re: [Tinyos-help] T2 Compilation Problem

2006-07-20 Thread Philip Levis
On Jul 20, 2006, at 2:03 PM, Jay Taneja wrote: Hello, This may be two separate problems, but I am having problems compiling some (but not all) applications for a Telos Rev. B on T2. I am able to successfully compile and install Blink, BlinkToRadio, and BaseStation (among others, I

Re: [Tinyos-help] tinyos-2.x CSMA transmit timestamping CC2420

2006-07-20 Thread Philip Levis
On Jul 20, 2006, at 2:25 PM, Avinash Sridharan wrote: Hi All, I had a question on the timestamping of the packets when the 2.x CSMA transmits a packet in the CC2420 stack. When going through the code for CC2420CsmaTransmitP.nc, I realised that when the CaptureSFD event is called and the

Re: [Tinyos-help] T2 Compilation Problem

2006-07-20 Thread Jay Taneja
I did have a classpath issue which I resolved (the RadioCountToLeds and RadioSenseToLeds apps now compile correctly), however I am still having difficulty with the JNI. I wiped my entire tree and followed the directions from the Upgrading webpage a couple times - no dice. I even downloaded an

Re: [Tinyos-help] T2 Compilation Problem

2006-07-20 Thread Philip Levis
On Jul 20, 2006, at 5:24 PM, Jay Taneja wrote: I did have a classpath issue which I resolved (the RadioCountToLeds and RadioSenseToLeds apps now compile correctly), however I am still having difficulty with the JNI. I wiped my entire tree and followed the directions from the Upgrading

Re: [Tinyos-help] T2 Compilation Problem

2006-07-20 Thread Jay Taneja
Here's the output of java -version:[EMAIL PROTECTED] /opt/tinyos-2.x/apps/TestNPrintF$ java -versionjava version 1.4.1_02Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1_02-b06) Java HotSpot(TM) Client VM (build 1.4.1_02-b06, mixed mode)Since a labmate is running 1.5.0, I upgraded

Re: [Tinyos-help] tinyos-2.x CSMA transmit timestamping CC2420

2006-07-20 Thread Avinash Sridharan
Hi Phil,If the time is a free running counter of a 32khz clock won't it overflow since its just a 16bit counter ?-AvinashOn 7/20/06, Philip Levis [EMAIL PROTECTED] wrote:On Jul 20, 2006, at 2:25 PM, Avinash Sridharan wrote: Hi All,I had a question on the timestamping of the packets when the 2.x

Re: [Tinyos-help] tinyos-2.x CSMA transmit timestamping CC2420

2006-07-20 Thread Jonathan Hui
Phil is right in all his comments. Of course the counter will overflow at some point, all counters of any bit width will. The fact is, the 32khz counter on the tmote is a 16-bit counter in hardware, thus the capture value provided by the msp430 is 16 bits. You can represent it as a 32-bit

[Tinyos-help] how to set TinyOS 2.x environment variable?

2006-07-20 Thread Kun Pang
Hi All: Does anybody can tell me how to set TinyOS 2.x environment variable? From the installing instruction You'll put them in a shell script that will run when your shell starts, whats the file of shell script for cygwin? Where can I find it? An example to edit the shell script will be