Re: [Tinyos-help] How to control the radio power in iris platform?

2008-05-16 Thread Dan
I found RF230LayerC.nc and RF230LayerP.nc had been updated recently to support RSSI. BTW, thanks for your link. The slides are very helpful. On 5/16/08, Paul Stickney [EMAIL PROTECTED] wrote: LQI is in relation to how many code-bits are good AFAIK. For distance, even questionable RSSI

Re: [Tinyos-help] How to control the radio power in iris platform?

2008-05-16 Thread Philip Levis
On May 15, 2008, at 10:14 PM, Paul Stickney wrote: LQI is in relation to how many code-bits are good AFAIK. For distance, even questionable RSSI readings seem more ... well, useful. sing.stanford.edu/talks/emnets2006.ppt has some pretty graphics of LQI values. It's not too pretty. (Well,

[Tinyos-help] installation

2008-05-16 Thread Saugat Joshi
I get the error message every time I try to execute(paul's suggestion did not work) make tmote The error message is Couldn't execute msp430-gcc make: *** [exe0] Error 2 when I write which msp430-gcc it gives me /opt/msp430/bin/msp430-gcc I am not being able to figure out what is going wrong

Re: [Tinyos-help] How to control the radio power in iris platform?

2008-05-16 Thread Miklos Maroti
Hi Don, Use the PacketRSSI interface of the ActiveMessageC to access the RSSI value. Please note, that this value is NOT always valid, so you shold use the isSet() command before you can trust the value returned by get(). (An RSSI measurement is valid if we manage to service the radio and query

[Tinyos-help] The problem about downloading the program to micaz

2008-05-16 Thread SHEN Zhong
Hi all, I have a problem about downloading the program to micaz. After i compile the code, type make micaz install mib520, com6, the system gave me a error /opt/MoteWorks/make/avr/mib520.extra:5: *** MIB520 must be defined, try make micaz help. Stop.. I didn't modify any value and the process is

[Tinyos-help] Error while compiling for mica2 platform in linux

2008-05-16 Thread mihir patel
Hi, I'm a student of SVNIT,Surat I have tiny os 1.1.0 installed on Red Hat 9, with all the correct versions of tools installed. toscheck runs perfect without any errors or warnings. I am trying to compile Blink application supplied with it. make pc runs without any problems.. it creates exe

Re: [Tinyos-help] The problem about downloading the program to micaz

2008-05-16 Thread Kevin Klues
Get rid of the space between mib520, and com6 kevin On Fri, May 16, 2008 at 12:04 AM, SHEN Zhong [EMAIL PROTECTED] wrote: Hi all, I have a problem about downloading the program to micaz. After i compile the code, type make micaz install mib520, com6, the system gave me a error

[Tinyos-help] Fwd: problems about Deluge

2008-05-16 Thread jiwen zhang
-- Forwarded message -- From: jiwen zhang [EMAIL PROTECTED] Date: 2008/5/15 Subject: Re: problems about Deluge To: Razvan Musaloiu-E. [EMAIL PROTECTED] Cc: tinyos-help tinyos-help@millennium.berkeley.edu, Chieh-Jan Mike Liang [EMAIL PROTECTED] Hello Razvan ME : thank you

Re: [Tinyos-help] The problem about downloading the program to micaz

2008-05-16 Thread Urs Hunkeler
Hi Leo, Try make micaz install mib510,com6. If this doesn't work, search the mailing list for the previous messages on this topic (for instance the ones from end of March). Cheers, Urs SHEN Zhong wrote: Hi all, I have a problem about downloading the program to micaz. After i compile the

Re: [Tinyos-help] Serial Communication as DTE

2008-05-16 Thread Christopher Schwardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, well, I repost my question with some further information. I tried to find out what happens, when I call start() on the SplitControl (which is the only thing that gets called in our SerialInit.init()). The SplitControl turns out to be wired to

Re: [Tinyos-help] Serial Communication as DTE

2008-05-16 Thread Christopher Schwardt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dammit, I just, almost accidentaly, found where the ResourceConfigure gets overloaded in one of my 30 open vims. Several classes above in the PlatformSerialC we wire Msp430UartConfigure from our TelosSerialP (which contains our

Re: [Tinyos-help] Unable to install Blink on the micaz mote using the MIB510 (Ubuntu 7.10)

2008-05-16 Thread Jordan Jan Jordanow
Janos, thanks a lot :)it's working :) Jordan --- Jordan, This has come up on the list before. Please replace die with warn at row 81 of /usr/bin/tos-set-symbols. You

Re: [Tinyos-help] tests/deluge/Blink

2008-05-16 Thread Reema Mathew - Michael
I am able to make iris when i run ./burn /dev/ttyUSB0 iris the following error is displayed "Wrong baudrate" at Uploading image section Reema--- On Fri, 16/5/08, Janos Sallai [EMAIL PROTECTED] wrote: From: Janos Sallai [EMAIL PROTECTED]Subject: RE: [Tinyos-help] tests/deluge/BlinkTo: [EMAIL

Re: [Tinyos-help] PostgreSQL install problem

2008-05-16 Thread Patrick Brady
hi, i'm having a problem installing PostgreSQL 8.0.0-rc1 on XP. I'm using the insallation disk that came with the X-Bow developer kit i'm using. Everything goes fine(installing moteview etc.) untill the installation of of PastgreSQL. The files seem to get copied and then i get the following

[Tinyos-help] LEDs broken for telosb (Tmote Sky) in CVS

2008-05-16 Thread David
Hi list. I'm using the latest CVS version, and LEDs no longer work on Tmote Sky. (more precisely, I'm mirroring Razvan's git tinyos2.x repo, which mirrors TinyOS 2.x CVS). The latest commit I have is this one: GIT INFO commit 290b85319b5ea5e24d0b22f0c1bcf961c55ed49c Author: klueska klueska

Re: [Tinyos-help] LEDs broken for telosb (Tmote Sky) in CVS

2008-05-16 Thread David
When I compile and install apps which use LEDs, the LEDs no longer blink. I tested with the RadioCountToLeds app with 2 motes. 1 mote had an old, good version (so it's LEDs blinked the whole time), the other motes I re-installed the test app on after rebuilding different versions of TinyOS

Re: [Tinyos-help] TOS 2.x simulator

2008-05-16 Thread Frederic Beaulieu
Thanks Paul, Do you know if it is possible to simulate network formation with tossim i.e. association to best neighbor, etc??? Tossim does not seems to simulate slow fading, is there any fundamental reason that can prevent its implementation within the simulator??? .:Fred -Original

[Tinyos-help] Time synchronization with tinyos2.x

2008-05-16 Thread Marco Langerwisch
Hello, I know there were several threads, but I didn't find what i need. I'm looking for a time synchronization protocol ready (or almost ready) to use with mica2 motes on tinyos2.x. Thank you! Regards, Marco -- . Marco Langerwisch, B.Sc. . ICQ 48125065 . www.web96.de

Re: [Tinyos-help] Serial Communication as DTE

2008-05-16 Thread Eric Keller
There is no difference at all for your application. For most of us, the difference between DTE and DCE is the cable you use to connect them. Once you set up a uart, it will receive or send as required. I haven't looked into setting up the serial on the motes at all, sorry I can't help you with

Re: [Tinyos-help] Platform implementation setting TOS_NODE_ID

2008-05-16 Thread Alexandre Buist
Hi Urs, Yes my platform is running a MSP430f1612 and we plan on migrating to the msp430f2618 in a few weeks. I look at the file in the repository and compared with the one I have but despite a different -DDEFINED_TOS_AM_GROUP assignment and new usage of NCC_SAFE_TINYOS_FLAG no changes where

Re: [Tinyos-help] Serial Communication as DTE

2008-05-16 Thread Christopher Schwardt
Thanks a lot for your answer. Well, i was implying this because it was our only explanation for the situation. We just cannot figure out why the reader talks with the pc, the telosb mote talks with the pc, but they just won't talk with each other. :( At least we can now stop anatomizing the serial

Re: [Tinyos-help] Platform implementation setting TOS_NODE_ID

2008-05-16 Thread Urs Hunkeler
Hi Alexandre, I'm really no specialist in this area, I just try to help by guessing potential problems and, in the absence of comments from other people on the mailing list, making some suggestions. But now I'm almost out of such ideas :-) I'm not sure I correctly understand the meaning of

[Tinyos-help] tinyos-sim - uart

2008-05-16 Thread Daniel Pereira
Hi All, I'm following the TOSSIM documentation and I wonder to simulate the uart communication. But, when I compile the BaseStation I receive: $make micaz sim . . BaseStationC.nc: 79: ambiguous match Open the BaseStationC.nc, we have the line: BaseStationP.UartReceive - Serial; What is

Re: [Tinyos-help] Serial Communication as DTE

2008-05-16 Thread Philip Levis
On May 16, 2008, at 2:31 AM, Christopher Schwardt wrote: I tried to find out what happens, when I call start() on the SplitControl (which is the only thing that gets called in our SerialInit.init()). The SplitControl turns out to be wired to a StdControl in our SerialProtoP. This again is

Re: [Tinyos-help] Time synchronization with tinyos2.x

2008-05-16 Thread Janos Sallai
Marco, There is an FTSP implementation in tinyos-2.x-contrib/stanford-lgl/libs/FTSP, however, the mica2/CC1000 stack does not support packet-level time synchronization functionality at the moment. It should work with the iris/rf230 stack and the cc2420 stack, though. Janos -Original

[Tinyos-help] About TXFIFO.writeDone

2008-05-16 Thread Paolo
Hello A question about TXFIFO.writedone provided by CC2420TransmitP. async event void TXFIFO.writeDone( uint8_t* tx_buf, uint8_t tx_len, error_t error ) What values can take the error_t variable ? Thanks ___ Tinyos-help mailing list

Re: [Tinyos-help] Serial Communication as DTE

2008-05-16 Thread Vlado Handziski
TUB has never officially maintained that code. AR were the last responsible party as far as I can remember. Those last edits from us are probably related to the union based configuration implementation. Vlado On Fri, May 16, 2008 at 5:30 PM, Philip Levis [EMAIL PROTECTED] wrote: On May 16,

Re: [Tinyos-help] PostgreSQL install problem

2008-05-16 Thread Giri Baleri
Do you have administrative privileges when you try to install MoteView? Otherwise, Postgres installation will fail since it won't have permissions create postgres user account. Here's some useful feedback from one of our users and how they were able to overcome this. ** The problem

Re: [Tinyos-help] About TXFIFO.writeDone

2008-05-16 Thread David Moss
I've never experienced an error in the writeDone() event. The error codes are documented in tos/types/TinyError.h. An error_t is typedef'd to a uint8_t. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Sent: Friday, May 16, 2008 8:41 AM To:

Re: [Tinyos-help] About TXFIFO.writeDone

2008-05-16 Thread Paolo
Explaining better... the error_t == FAIL When can occur (What could have happened in FIFO) ? Paolo wrote: Hello A question about TXFIFO.writedone provided by CC2420TransmitP. async event void TXFIFO.writeDone( uint8_t* tx_buf, uint8_t tx_len, error_t error ) What values can

[Tinyos-help] Deluge on mica2?

2008-05-16 Thread fhg07
Is there any way to make it work on a platform different from telosb? (specifically, on a mica2 mote network) Thanks, Fernando. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] About TXFIFO.writeDone

2008-05-16 Thread David Moss
Not sure if the error is ever FAIL. It's generated from the underlying platform's SPI driver, not the CC2420 chip. The error code is always SUCCESS in writeDone() from my experience. -David _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paolo Sent: Friday,

Re: [Tinyos-help] Alarm32khz32C on Iris Mote

2008-05-16 Thread Janos Sallai
Sarfraz, There is no timer configured for 32khz on the iris platform. You have the following options: 1. Use CounterMicro32C/AlarmMicro32C if it fits your application's needs. 2. Reconfigure Timer 3 to 32kHz, and create an alarm on top of it. Note that all of these

Re: [Tinyos-help] installation

2008-05-16 Thread Paul Stickney
My money is that 1) /opt/msp430/bin is not in $PATH verify: echo $PATH 2) you do not have the execute permission verify: ls -l `which msp430-gcc` 3) (this is cygwin and a VC dll) dependency is missing verify: strace `which msp430-gcc` (If you are on cygwin, make sure to check #3).

Re: [Tinyos-help] TOS 2.x simulator

2008-05-16 Thread Paul Stickney
I do not understand what you mean by slow-fading. But... The UCS tool can be used to create test networks. It lets you specify many variables in a configuration file which is then generated into a gain/noise data which can be fed into the TOSSIM T2 radio model (this may cover what you want).

Re: [Tinyos-help] TOS 2.x simulator

2008-05-16 Thread Philip Levis
On May 16, 2008, at 10:55 AM, Paul Stickney wrote: I do not understand what you mean by slow-fading. But... The UCS tool can be used to create test networks. It lets you specify many variables in a configuration file which is then generated into a gain/noise data which can be fed into the

Re: [Tinyos-help] question aout the TOSBootM

2008-05-16 Thread Razvan Musaloiu-E.
Hi! On Fri, 16 May 2008, jiwen zhang wrote: Hello Razvan ME : 2008/5/16 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! Sorry for responding so late. I had a rather busy day. :| On Thu, 15 May 2008, jiwen zhang wrote: hello Razvan ME : that is to say the version of

Re: [Tinyos-help] TOS 2.x simulator

2008-05-16 Thread Frederic Beaulieu
Phil is right, I mean slow variation in time (ten of millisecond) of the RSS between two nodes. Is it feasible to implement something like this? What about simulate network formation? Is it also something feasible? Thanks a lot guys, .:Fred -Original Message- From: [EMAIL PROTECTED]

Re: [Tinyos-help] question aout the TOSBootM

2008-05-16 Thread Razvan Musaloiu-E.
Hi! On Fri, 16 May 2008, jiwen zhang wrote: Hello Razvan ME : 2008/5/16 Razvan Musaloiu-E. [EMAIL PROTECTED]: Hi! Sorry for responding so late. I had a rather busy day. :| On Thu, 15 May 2008, jiwen zhang wrote: hello Razvan ME : that is to say the version of

[Tinyos-help] Reading from ADCs and the intended use of some components like micaBusC.nc, ArbitrateRead, etc.

2008-05-16 Thread Shikhar Sachan
Thanks for the help ... However I was still not able to figure out to which component I should wire the file voltageC.nc Also, how will I be able to take out readings specifically from ADC1, ADC2 and ADC3. I saw the files and the defined constants in Atm128Adc.h...but where do I include the file

[Tinyos-help] Tossim - avoid sockets: how

2008-05-16 Thread Jitender ahuja
Hi all, I request someone to help in solving my below stated issue. How to avoid sockets in Tossim: I have learnt that some hookup to event loop is needed for that, but never understood, as no further detail was provided. Any details with pointer to relevant code

[Tinyos-help] Tossim - avoid sockets: how

2008-05-16 Thread Jitender ahuja
Hi all, I request someone to help in solving my below stated issue. How to avoid sockets in Tossim: I have learnt that some hookup to event loop is needed for that, but never understood, as no further detail was provided. Any details with pointer to relevant code

[Tinyos-help] installation prob again

2008-05-16 Thread Saugat Joshi
Hi, I am still stuck with the message, and I provide below the path and all comments for mspgcc Error message: Couldn't execute msp430-gcc make: *** [exe0] Error 2 Now I check for correct installation,with following results 1.echo $PATH

Re: [Tinyos-help] installation prob again

2008-05-16 Thread Sarfraz Nawaz
Have you tried to execute msp430-gcc directly? For example, doing msp430-gcc --version displays the following message on my setup msp430-gcc (GCC) 3.2.3 Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even

Re: [Tinyos-help] Deluge on mica2?

2008-05-16 Thread Razvan Musaloiu-E.
Hi! On Fri, 16 May 2008, [EMAIL PROTECTED] wrote: Is there any way to make it work on a platform different from telosb? (specifically, on a mica2 mote network) Deluge 2 was working on mica2. I don't know if Deluge T2 from tinyos-2.x works on mica2 but it works fine on micaz. :-) -- Razvan