[Tinyos-help] Re: Nucleus and Drip Tree Construction: Help.

2006-09-20 Thread Sumit Gupta
I am trying to debug the problem and right now I am not able to receive any nucleus message to TOSBase node at all. I couldnot find the reason but by changing log4J settings I could see the following out put. Please explain what it is? The following statements appear when log4j is set as:

[Tinyos-help] CSMA-CA on CC2420micaz,tinyos-1.x

2006-09-20 Thread Munaretto, Daniel
Dear all, i would like to ask you some questions about CC2420 and micaz energy consumption. I read, from reports and data sheets, that the Basic RF library in CC2420 contains only a small subset of the 802.15.4 standard: beacons is not implemented, no defined coordinator/device roles, it

RE: [Tinyos-help] repeating tests,no free memory

2006-09-20 Thread Munaretto, Daniel
Well, i'm thinking about..when i tested the FlashBridge interface, i used a mote connected to the programming board, and everything was perfect. And without using the radio, so without send/receive interfaces. i only worked on reading and writing some bytes in flash.Now there are problems with

[Tinyos-help] Need help on Calamari's Localization.

2006-09-20 Thread Wai Hung Yau
Hi all, Ihave a implementation of a mobile mote which is able to receive moteID, RSSI_dbm and LQI readings from the surrounding motes. My question is: Can i perform localization with my received values using codes from Calamari? Thanks. ___

[Tinyos-help] RE: Vanderbilt Acoustic Ranging on MicaZ

2006-09-20 Thread Michael Collett
Hi, Yes I've managed to get it to work (although I think it may still be a bit buggy). The main problem is keeping track of the use of the clock.nc interfaces and headers. The versions from Vanderbilt share the same names, but differ in functionality from the standard tos libraries. The

[Tinyos-help] Multihop problem

2006-09-20 Thread lamiaimeil
I'm using Multihop of Tinyos-1.x and I have a problem. Seems that motes don't forward incoming messages to base station. I see that sender mote broadcast messages to all motes it can see but who receive that message don't do any reply. So if the sender mote see the base station it receive message

[Tinyos-help] Labview

2006-09-20 Thread Imanol Padillo
Hi all! I'm trying to get data from my micaz motes in Labview. The data are sent to the TOS BASE mote by the radio, and then through the serial port I want to adquire this datawith Labview. So I'm looking for some labview modules or libraries. Does anyone know if anything is available? Has

RE: [Tinyos-help] Multihop problem

2006-09-20 Thread Pablo Gil Montaño
I have the same problem, but I still don't know any solution.lamiaimeil [EMAIL PROTECTED] escribió: I'm using Multihop of Tinyos-1.x and I have a problem.Seems that motes don't forward incoming messages tobase station. I see that sender mote broadcastmessages to all motes it can "see" but who

[Tinyos-help] Need help in power tossim

2006-09-20 Thread s bash
hi to all, i want to ask that if anyone has used POWER TOSSIM or not? i wonder and want to know that each time when simualtion is being run (like in case of TraceRoute Application ) run , why total energy is always differnt , although program is complied once. urgebtly waiting THANXThe best

[Tinyos-help] flash error(micaz mib520 tinyos1.11 Blink), any clue?

2006-09-20 Thread Leonardo B. Oliveira
Dear all, I' facing the following error: flash error I know this is a common error, but i didn't find messages in the list describing the error over the mib520. I have already tried with another micaz and w/ another mib520. telosb mote is working properly and toscheck is ok. Also, i can see the

RE: [Tinyos-help] Labview

2006-09-20 Thread Pablo Gil Montaño
So your problem is using serial ports in Labview. Try this [1]. If the link doesn't work enter the official labview web page and search for 'Serial Communication - Basic 2 Port Serial Write and

RE: [Tinyos-help] flash error(micaz mib520 tinyos1.11 Blink), any clue?

2006-09-20 Thread Michael Collett
I think that error generally means it cant see your device. This may be pointing you in the right direction... Mike -Original Message- From: Fenghua Yuan [mailto:[EMAIL PROTECTED] Sent: 18 August 2006 18:00 To: Michael Collett Subject: Re: [Tinyos-help] Problem when download application

[Tinyos-help] CC2420 state-machine (telosB)

2006-09-20 Thread Martin Gercke
Hi,I would really like to see somebody clear things up for me:In the CC2420 datasheet it says, that you can switch from All RX states to TX_CALIBRATE issuing a STXON of STXONCCA.What happens if the CC2420 is in state RX_FRAME e.g. and I call STXON?Is the frame I am reciving at the moment lost?Or

RE: [Tinyos-help] XMesh Multihop application

2006-09-20 Thread Andres Aberasturi
Hi all, Perhaps we did not explain our problem right. We have micaz motes and TinyOS 1.15 or MoteWorks, in some computers. We would like to know if the elements, as XMeshBinaryRouter, Bcast or XMeshC, could be used in an application for Telosb. In fact, we want to know more about TelosB

RE: [Tinyos-help] repeating tests,no free memory

2006-09-20 Thread David Moss
Ya, that is interesting. I didn't look at the schematics - I just assumed they were on the same bus. I can access the radio fine and the flash fine seperately, but sometimes accessing both has crashed the mote for me in the past. And as far as reading vs. writing, I think it would depend on when

[Tinyos-help] RandomLFSR

2006-09-20 Thread Martin Gercke
Hi,I had a look at the implementation of LFSR in TinyOS.While the implementation is quite short I wasn't able to get the concept behind it.I am familiar with the basic concept of generating random numbers using linear feedback shift registers. But usually this is done in another way.1. I don't get

Re: [Tinyos-help] FTSP on Tmotes

2006-09-20 Thread Omprakash Gnawali
Matt Welsh and his group has an OSDI paper: Fidelity and Yield in a Volcano Monitoring Sensor Network http://www.eecs.harvard.edu/~mdw/papers/volcano-osdi06.pdf in which they report similar error. You might want to read that paper if you are trying to use FTSP on Tmotes because the paper talks

Re: [Tinyos-help] CC2420 state-machine (telosB)

2006-09-20 Thread Philip Levis
On Sep 20, 2006, at 7:17 AM, Martin Gercke wrote: Hi, I would really like to see somebody clear things up for me: In the CC2420 datasheet it says, that you can switch from All RX states to TX_CALIBRATE issuing a STXON of STXONCCA. What happens if the CC2420 is in state RX_FRAME e.g. and I

[Tinyos-help] Installing TinyOS on Suse Linux

2006-09-20 Thread Limin Wang
Hi, Has anyone installed TinyOS on Suse Linux? On TinyOS installation page (http://www.tinyos.net/tinyos-1.x/doc/install.html#linux), I only found instructions for RedHat Linux. I guess the rpms are platform dependent. I tried downloading the rpms and installing them, but I got the errors:

Re: [Tinyos-help] CC2420 state-machine (telosB)

2006-09-20 Thread Martin Gercke
Hi,I am using TinyOS 1.x, but the question arose when I looked through the code, not from a practical problem of dropped frames.Thanks for the answer.I also read about a problem in high contention where the data in the frame will be scrambled. I think I remember this to be a problem with a

RE: [Tinyos-help] error when update from TinyOS1.1.10 to TinyOS1.1.15

2006-09-20 Thread Adam
Here is anup-to-date instruction on TinyOS-1.x installation. http://sensorlab.vancouver.wsu.edu/wiki/index.php/Tinyos From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sarfraz NawazSent: Monday, September 18, 2006 5:40 PMTo: [EMAIL PROTECTED]Cc:

RE: [Tinyos-help] Labview

2006-09-20 Thread Ben Buckner
Hi Imanol. The documentation for the protocol is pretty sparse in general, but this link should be enough to get it done with the appropriate amount of beating your head on the wall, http://www.octavetech.com/pubs/TB5-01%20Deciphering%20TinyOS%20Serial%20Packets.pdf Not sure Im

[Tinyos-help] power control for CC2420 tinyos-2.x

2006-09-20 Thread Avinash Sridharan
Hi All,In order to power down the CC2420 is it enough to call SplitControl.stop (implemented in CC2420CsmaP). I see that in the stop command only the voltage regulator is stopped and not the oscillator. Is it necessary to stop the oscillator as well to reduce the power consumption of the radio, or

[Tinyos-help] TinyOS Error

2006-09-20 Thread Anuradha Eragani
Hi all, Im trying to simulate communication between two nodes in TOSSIM by writing an application SendReceive. SendReceive.nc is the configuration file and SendReceiveM.nc is the module. I have both these files along with other necessary files in a sub-folder under tinyos-1.x/apps

Re: [Tinyos-help] CSMA-CA on CC2420micaz,tinyos-1.x

2006-09-20 Thread Michael Schippling
As far as I understand it the micaz uses a simple CSMA, where it listens for a radio signal above a squelch value just before transmitting. If it hears anything it does a randomized backoff/retry. For power voltage, I run on regulated 3.3v. I looked at the spec sheets for the chips (actually the

[Tinyos-help] make telosb error

2006-09-20 Thread Hamza Ahmed Zia
Hi Everyone,On my linux Fedora Core 5 machine, tinyos-1.x all platforms compile correctly, however make telosb gives me the following error[EMAIL PROTECTED] Blink]# make telosb mkdir -p build/telosb compiling Blink to a telosb binary ncc -o build/telosb/main.exe -O -Wall -Wshadow

[Tinyos-help] VARIABLE TYPES IN nesC

2006-09-20 Thread rajkumar
Hi All 1. I am interested to know what all standard data types we can use in tinyos.What is the size of each data type. 2. while I was working on some application ,I thought that uint stands for unsigned int.But to my surprise I found that we can even assign nagtive values to uint variable.so

Re: [Tinyos-help] VARIABLE TYPES IN nesC

2006-09-20 Thread David Gay
On 9/20/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi All 1. I am interested to know what all standard data types we can use in tinyos.What is the size of each data type. 2. while I was working on some application ,I thought that uint stands for unsigned int.But to my surprise I found

Re: [Tinyos-help] CSMA-CA on CC2420micaz,tinyos-1.x

2006-09-20 Thread bibudh
Hi, My question follows the same line as that of Daniel, but I'm working on MICA2 motes, not MICAZ. What is not very clear to me is exactly what MAC is implemented in TinyOS 1.1 for MICA2 motes. I saw there was something called S-MAC (for a description, u can see Enery-efficient MAC

[Tinyos-help] MICA2 TOS 1.1.11 - ADCREFM won't play nice with the radio

2006-09-20 Thread Ben Buckner
Hi I've been using TinyOS on the mica2 for high speed data sampling (~3 kHz) and I had it working fine until I tried to shut the radio off during the sampling and restart it afterward to manage the system surge current. The receive function (through Bcast) would come back on line when I called

Re: [Tinyos-help] make telosb error

2006-09-20 Thread Sarfraz Nawaz
I am not completely sure about this error but I would suggest to look at the msp430 toolchain and verify that it is working properly.On 9/21/06, Hamza Ahmed Zia [EMAIL PROTECTED] wrote: Hi Everyone,On my linux Fedora Core 5 machine, tinyos-1.x all platforms compile correctly, however make telosb

Re: [Tinyos-help] TinyOS Error

2006-09-20 Thread Sarfraz Nawaz
components Main, TimerC, LedsC, GenericComm; is missing SendReceiveM component! On 9/21/06, Anuradha Eragani [EMAIL PROTECTED] wrote: Hi all, I'm trying to simulate communication between two nodes in TOSSIM by writing an application SendReceive. SendReceive.nc is the

Re: [Tinyos-help] FTSP on Tmotes

2006-09-20 Thread harish prabhu
Hi Omprakash,I was using a wrong method to calculate accuracy.After correcting my method, I find that the time sync accuracy with FTSP is indeed of the order of 2-4 clock ticks on Tmote. I used just two nodes in the experiment.Thanks and Regards,HarishOn 9/20/06, Omprakash Gnawali [EMAIL

Re: [Tinyos-help] CSMA-CA on CC2420micaz

2006-09-20 Thread Tie Luo
I have the same concern about the CSMA implementation in TinyOS 2.0. Details are especially preferred. Thanks in advance. On 9/21/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi,My question follows the same line as that of Daniel, but I'm working onMICA2 motes, not MICAZ. What is not very clear

Re: [Tinyos-help] power control for CC2420 tinyos-2.x

2006-09-20 Thread Jonathan Hui
Yes, it is enough to call SplitControl.stop() to power down the CC2420. Stopping the voltage regulator also stops the oscillator. -- Jonathan W. Hui [EMAIL PROTECTED] http://www.cs.berkeley.edu/~jwhui/ On 9/20/06, Avinash Sridharan [EMAIL PROTECTED] wrote: Hi All, In order to power down the