[Tinyos-help] perl scripts

2008-04-28 Thread funofnet Funofnet
Hi, I found some perl scripts to debug applications but I didn't find how to use them. Did someone know how?   Thank you very much Best regards, Funofnet.  __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possi

[Tinyos-help] Layout file

2008-04-28 Thread sajeh zairi
Hello, I would like to load a layout file in the autorun when using tinyviz. But I don't know the rigth syntaxe. Any one could tell me how to do it. Thanks for help. __ Do You Yahoo!? En finir avec le spam? Yahoo! Mail vous offre la mei

Re: [Tinyos-help] Ubuntu package installation problem

2008-04-28 Thread Kevin Klues
I spent some time playing with the repo today (apparently I'm the maintainer now :) ) and pushed the newer versions of avr-gcc in there as well as did some general cleanup. Let me know if this fixes your problems. Kevin On Thu, Apr 24, 2008 at 11:35 PM, David <[EMAIL PROTECTED]> wrote: > Hi list

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-28 Thread David Moss
In creating the new CCxx00 radio stack's LPL/Wake-on Radio layer and testing it for CTP, I found lots of issues with low power communications in general that require lots of experimentation with the radio stack and a logic analyzer. Someone needs to do the same analysis on the CC2420 stack, and I

Re: [Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread tarun sharma
Thanks a lot You were right. I used interface CC2420Packet provided by CC2420PacketC which has command to set signal strength for each packet. Thanks for the help! On Mon, Apr 28, 2008 at 1:29 PM, Ittipong Khemapech <[EMAIL PROTECTED]> wrote: > If that's what you need to do, it must be useful to

Re: [Tinyos-help] reducing signal strength for telosB with TinyOS2.x

2008-04-28 Thread Shaun Lawrence
I have a file called power2420.extra that has the following: PFLAGS += -DCC2420_DEF_RFPOWER=15 Check out the CC2420 datasheet to see what values you can put for the power. That way you can just do: make telosb power2420 bsl,auto and easily change the power for future use. Shaun _

[Tinyos-help] Blink2Radio freq. change

2008-04-28 Thread Tiny User
Hello I am trying to change the Makefile only on sender like this: PFLAGS += -DCC1K_DEF_FREQ=90070 CFLAGS += -DRADIO_XMIT_POWER=0x01 and I still get the response on the reciever with 16 Mhz difference! please any one can explain.. can I make the Rx Power lower? Thanks -- --

[Tinyos-help] Atmel avr tool avr-binutils is fauty: cannot convert to debian

2008-04-28 Thread sergio mena doce
I've tried to reinstall tinyos-2.x in ubuntu again after the recently commented problem. I could convert to debian the rest of the tinyos tools but avr-binutils previously downloaded from the tinyos page is faulty to convert to debian. Is it possible? Why? Thanks for any response. ___

Re: [Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread Ittipong Khemapech
If that's what you need to do, it must be useful to have a look at the archives. Both CC1000 and CC2420 allow you to set the transmitting power. Ittipong 2008/4/28 tarun sharma <[EMAIL PROTECTED]>: > Thanks for you reply. > > My aim is to reduce the transmitting range and I understand that this

Re: [Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread tarun sharma
Thanks for you reply. My aim is to reduce the transmitting range and I understand that this can be done by reducing transmitting prower. So that is, i feel, the second options you suggested. On Mon, Apr 28, 2008 at 1:21 PM, Ittipong Khemapech <[EMAIL PROTECTED]> wrote: > I can't get what you are

[Tinyos-help] Compiling a tinyos application: make: *** [exe0] Error 1

2008-04-28 Thread sergio mena doce
Hello. I have installed tinyos-2.x under Linux ubuntu 7.10 and I've a very strange trouble during some time until now. I've been working for long with tinyos and until then everything had gone more or less smoothly. But then suddenly when I tried to compile any tinyos application such BaseSta

Re: [Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread Ittipong Khemapech
I can't get what you are trying to do. Do you mean RSSI (Received Signal Strength Indicator)? If so, the mote measures it upon (with or without) data reception. What do you mean by "transmitting range"? Do you mean transmission power level (dBm)? Ittipong 2008/4/28 tarun sharma <[EMAIL PROTECTED

[Tinyos-help] reducing signal strength for telosB with TinyOS 2.x

2008-04-28 Thread tarun sharma
hi I am working on a project with TelosB motes and TinyOS 2.x. I need to reduce the signal strength of the motes so as to reduce the transmitting range. I searched the net but couldnt find anything useful. Can anyone please lemme know how i can achieve this?? Thanks _

Re: [Tinyos-help] compiling command

2008-04-28 Thread Michael Schippling
Are you in an apps subdirectory when you do the make? E.g.: apps/Blink The Makerules file should be in .../apps when the system is first installed. If it's not there then you may be able to find it in CVS. MS gr8 guy wrote: > Hello all, > > I have update dtinyos-1.x to tinyos-1.1.x > > If I

[Tinyos-help] Please help with the Node distribution in Surge

2008-04-28 Thread nirupama
Hello tinyos users, I want to know if I run surge application in Tinyviz or with the java tool ,the node distribution as shown in these two graphical simulator is predefined in somewhere or from where can I change the distribution of nodes ( by distribution I mean physical position in the grid)

Re: [Tinyos-help] Collection: Loosing Connection to a Node

2008-04-28 Thread Philip Levis
On Apr 28, 2008, at 9:25 AM, Bulut ERSAVAS wrote: > Hi Phil & Omprakash, > > It appears that the LPL is to blame for the misbehavior of CTP in > our case. As Omprakash suggested, I repeated the tests by turning > off the LPL. Nodes quickly discovered routes and packet losses were > reduced d

Re: [Tinyos-help] Mica2 and SetRFPower

2008-04-28 Thread Ittipong Khemapech
Have you read the CC1000 datasheet? If not, I think it's a good start. There are several power levels you can set. Ittipong 2008/4/28 Tiny User <[EMAIL PROTECTED]>: > > Hello I want to set the Power in the tutorial mote-mote radio > communication >

[Tinyos-help] Embedding C code in nesC application

2008-04-28 Thread antonio gonga
Dear All, Could u send me an example of a nesC app that uses an embedded C code? I tried alot to embed a C code but it does not compile.. Thanks in Advance. _ Invite your mail contacts to join your friends list with Windows Live S

[Tinyos-help] Mica2 and SetRFPower

2008-04-28 Thread Tiny User
Hello I want to set the Power in the tutorial mote-mote radio communication i tried to use the tip posted here: [Tinyos-help] Playing with CC1000Control.SetRFPower

[Tinyos-help] API TinyOS

2008-04-28 Thread Daniel Pereira
Hi all, I'm newbie and am wondering where to find a TinyOS API. I'm following some samples and I'd like to know the interfaces and components. For example, GenericCommPromiscuous, MULTIHOPROUTER, TimerC, LedsC. Any information regarding this will be very helpful. Thanks and best regards, Daniel P

Re: [Tinyos-help] sometimes event sendDone is not signaled

2008-04-28 Thread Philip Levis
On Apr 28, 2008, at 1:58 AM, Linas Ramanauskas wrote: > > > As far as I know error_t in sendDone() just informs if packet was > successfully send over radio, but in scenario described above > error_t is also equal to FAIL if there was no ACK. I can see many > retransmissions before blue LED

Re: [Tinyos-help] make tinyos-2.x BaseStation on iris mote

2008-04-28 Thread Janos Sallai
>why I cannot make tinyos-2.x BaseStation on iris mote? There can be a couple of different reasons for that. For example, you might not have the correct toolchain installed, or, you don’t have the latest sources from the CVS, or, your environment variables are not set up correctly, etc. M

[Tinyos-help] Tmote connect

2008-04-28 Thread huseyin ergin
I cant reach tmote connect via either DHCP or searching its IP from mac address? is there anyone dealing with connect? ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-hel

[Tinyos-help] Error while compiling

2008-04-28 Thread Dhivya G
Hai, I am using MTS400 sensor board,mib520 programming board and Micaz mote. I tried to get light sensor data using TaosPhoto component. While compiling I am getting the following error. assertion "0" failed: file "nesc-semantics.c", line 145 make: *** [exe0] Error 1 How to solve this.Can any

Re: [Tinyos-help] sometimes event sendDone is not signaled

2008-04-28 Thread Linas Ramanauskas
On Fri, Apr 25, 2008 at 8:23 PM, Philip Levis <[EMAIL PROTECTED]> wrote: > > On Apr 25, 2008, at 2:00 AM, Linas Ramanauskas wrote: > > > Hello, > > > > Platform: CrossbowTelos (Rev B 2004/09/27) > > Operating system: TinyOS 2.0.2 (downloaded from CVS 2008.04.23) > > > > Is it possible, that after