[Tinyos-help] Surge_reliable GUI, no stats

2006-02-01 Thread davisj2
Hey all, I have 2 mica2 motes which have been compiled with Surge_Reliable, and been given Ids 2 and 4, just for separation sakes. I have also compiled 1 mote with TOSBase and ID 0, which in on the MIB board. As the getting started guide says, i ran the serial forward from a command prompt w

[Tinyos-help] Anyone working on mote 5040 kit in india

2006-02-01 Thread diwaker jamwal
1. I m new to tiny os. 2. i m working on mote 5040 kit 3. is there anyone in india who has worked on the kit to develop/run intrusion detection and target localization code. kindly help! Jamie

[Tinyos-help] Help with matlab

2006-02-01 Thread diwaker jamwal
1. I m new to tiny os. 2. help me connect matlab and tiny os to run oscilloscope apps in matlab in windows. 3. if possible step by step instrs. i m using matlab 7. 4. also any help on how to download calamari localization code and run in tiny os/ tossim environment. i have downloaded codes individu

Re: [Tinyos-help] estimate the distance between motes

2006-02-01 Thread OhRunLa 555
Dear Silvia, i think, u should use RSSI to estimate the distance between motes. Try in ../contrib/ucb/apps, if u use Telos. Cheers Orana From: Michael Schippling <[EMAIL PROTECTED]> To: Silvia <[EMAIL PROTECTED]> CC: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] estimate the

[Tinyos-help] Deluge question

2006-02-01 Thread Shweta Jain
Hi all, I am trying to inject the golden image into mica2 as described in the Deluge 2.0 manual. I just want to know how long does the process take? I am injecting the DelugeBasic image. I can see that the packets written and read counters in the Serialforwarder are increasing. [EMAIL PROTECTED]

[Tinyos-help] Setting up a test bench

2006-02-01 Thread Venkat Ram
Any one have any idea on how  to set up a test bench with 20-30 Sensors. I need to measure parameters like power consumption and also make it easy to flash the motes during test process.-Karthik ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley

[Tinyos-help] XSensorMTS400 timer issue

2006-02-01 Thread davisj2
Hey all, Trying to experiment with crossbows XSensorMTS400 sample code to test all sensors. I have gone through and removed all statement to blink Leds (just to save power temporarily), and have changed the timer from: call Timer.start(TIMER_REPEAT, TIMER_PERIOD); to: call Timer.start(TIM

Re: [Tinyos-help] estimate the distance between motes

2006-02-01 Thread Michael Schippling
There is code, someplace, that measures the time difference between an audio ping and a radio message. I'm sorry that I don't know where it is right now though. There's also a bunch of simulation work using radio signal strengths, but again I'm no use as a concrete pointer. Maybe these ideas are e

[Tinyos-help] synchronizing timestamps in tinyos

2006-02-01 Thread John Griessen
Is there any vanderbilt time sync code in contrib/vu/tos/lib/CC2420? Anyone using it? If so, how small a worst case synchronization difference is possible across Tmotes in a network of say, 30 nodes? Thanks, John Griessen Janos Sallai wrote: > Umesh, > > You can use the SysTimeStampingC compo

RE: [Tinyos-help] bit bang SPI on telos

2006-02-01 Thread Matthew J Whelan
All, Matt is right, the MSP430 does have a second SPI bus. HOWEVER, there isn't access to these signals at the I/O expansion area.  Likewise, the SCLK and SIMO lines are available at the I/O expansion (as well as digital I/O for CS) BUT the SOMI is not available.  This is a problem if you want to i

RE: [Tinyos-help] bit bang SPI on telos

2006-02-01 Thread Matt Orlofsky
Tim,   Why bit bang it when you could use the SPI bus?  The MSP430F1611 has two SPI busses.  The first SPI bus is used by the radio and external flash chip on telosb.  I believe the second SPI bus, pins 45, 46, & 47 on the MSP430, are unused.  You could interface your external ADC directly t

[Tinyos-help] About ADCREFM.nc and Tos_msg strength

2006-02-01 Thread Jordi Vilaseca
In the modul ADCREFM.nc, appears two implemented different interfaces, CalADC and ADC. I understantd that the first read an analogic value and resize it to the ADC converter reference. The second only read the value. In the modul CC1000RadioC.nc, ADC interface is used to read and set signal stren

[Tinyos-help] bit bang SPI on telos

2006-02-01 Thread Tim Porter
I want to interface an external A-D converter to Telosb.  The A-D uses SPI.  I understand that I can use the available digital pins on the 10-pin header to bit bang the needed SPI commands to the external A-D converter.  Is there any code available for me to start with for this project?   Ti

Re: [Tinyos-help] Compile errors for BombillaTelosB (Mate)

2006-02-01 Thread Philip Levis
On Jan 30, 2006, at 7:50 AM, Sandip Bapat wrote: Hi, I was able to successfully compile the Mate toolchain in tools/java/ net/tinyos/script and was able to generate the BombillaTelosB folder by running VMBuilder from the samples folder. However, I am getting the following errors while tr

[Tinyos-help] ADC voltage reference

2006-02-01 Thread Jordi Vilaseca
I'm working with cricket mote's and I want to convert Tos_msg signal strength to Volts. I have found the relation: (ADC_Value / 1024) * Vref = RSSI Voltage. I've read that Atmega 128L has two possible references: AVCC ( analog supply voltage) or an internal reference of 2.56V. Wich reference is us

Re: [Tinyos-help] use MultiHopEWMA.nc

2006-02-01 Thread Vinayak Naik
As you might be knowing that MultiHopEWMA.nc is a part of the MintRoute's implementation WMEWMAMultiHopRouter.nc. You can find an example of usage of WMEWMAMultiHopRouter.nc in tinyos-1.x/contrib/GGB/tos/lib/Straw/StrawC.nc - Vinayak On Wed, 1 Feb 2006, Silvia wrote: > Hello, > > > > Can anybo

[Tinyos-help] use MultiHopEWMA.nc

2006-02-01 Thread Silvia
Hello,   Can anybody tell me how can I use MultiHopEWMA.nc??   Thank you very much!     Silvia Varela SENSORIA Ingeniería y Sistemas S.A [EMAIL PROTECTED] Tel. +34 91 209 10 65   ___ Tinyos-help mailing list Tinyos-help@Millen

[Tinyos-help] estimate the distance between motes

2006-02-01 Thread Silvia
  Hello, How can I get to estimate the distance between motes in a network??   I need to build the table of the neighbors for each mote, but I don´t know how ...?   Can anybody help me, please?     Silvia Varela SENSORIA Ingeniería y Sistemas S.A [EMAIL PROTECTED] Tel. +34 91

[Tinyos-help] TinyOS logo email address for submission is wrong

2006-02-01 Thread Chalermphol Thammapalerd
Hi folks, just noticed that the mail address for the submission is wrong, it'd rather be [EMAIL PROTECTED] not [EMAIL PROTECTED].   Chalermphol ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/m