Re: [Tinyos-help] Deluge @ TinyOS-2.x

2006-09-14 Thread Philip Levis
On Sep 11, 2006, at 8:46 AM, Ioannis Kolokouris wrote: Hi, I would like to ask if Deluge will be supported by TinyOS-2.x. I have to develop an application for my master thesis that will require wireless reprogramming. As far as I know there is no component to do that in TinyOS-2.x yet. Will

Re: [Tinyos-help] Global time variable in Tossim

2006-09-14 Thread Philip Levis
On Sep 13, 2006, at 5:48 AM, Rafael Marin Perez wrote: Hi all, I wish to know that how can I convert tos_state.tos_time to represent time in secs or millisecs. Take a look at the printOtherTime function in external_comm.c. Phil ___ Tinyos-help

[Tinyos-help] Strange Compling Behavior of TinyOS. HELP.

2006-09-14 Thread Sumit Gupta
I am trying to compile the application (Surge) which uses MultiHopRouter.nc component for its routing algorithm. This component's module file is MultiHopRouteM.nc. In this component when I made changes according to my need in MultiHopRouteM.nc, but changes were not reflected on my motes when I ran

RE: [Tinyos-help] how to calculate power consumption in real sensor deployment?

2006-09-14 Thread Diego Bartolomé Arquillo
Hi Kewei, You can get the current consumption during the program execution by using an oscilloscope. Hook up a small resistor in series between the battery and the board, then use the oscilloscope to get the voltage in both sides of the resistor. BR, Diego -Mensaje original- De: [EMAIL

[Tinyos-help] xlisten output

2006-09-14 Thread [EMAIL PROTECTED]
Hi! Please do yo know how to use the -o function in xlistener? Thank you Prueba el Nuevo Correo Terra; Seguro, rpido, fiable. ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] How to know the tinyos version

2006-09-14 Thread walid hamdi
I have got tinyos 1-x but still have no idea which one.. I have downloaded the version using CVS, so the commando rpm -qa doesn´t work.. Could anybody tell me how to get the version! Thanks

[Tinyos-help] Make micaz problem

2006-09-14 Thread walid hamdi
Hi! Agein and again, I tried to compile Blink on the micaz platform after setting MAKERULES=TOSROOT/tools/make/Makerules.. The error persists: that´s the answer: /bin/sh: -c: line 1: syntax error: unexpected end of file /bin/sh: -c: line 1: syntax error: unexpected end of file /bin/sh: -c: line

[Tinyos-help] FRAME_SIZE in tinyAlloc

2006-09-14 Thread Munaretto, Daniel
Dear all, i'm quite surprised about TinyAlloc interface. I hope someone is using it, so he should help me! I observed that, when i set the FRAME_SIZE to 256, the MAX memory i can allocate in my program (by using Handle) is 128 bytes. If FRAME_SIZE=512, i can allocate MAX 256 bytes. If

Re: [Tinyos-help] qsort() function

2006-09-14 Thread Ole Bischoff
Hi Sumit, The original TinyOS application (apps/Surge) could not be compiled to an MSP430 platform due to the lack of qsort() in mspgcc's standard C library (libc.a) used by the MultiHopRouter component (tos/lib/Route). This issue was overcome by creating another version of this

Re: [Tinyos-help] Strange Compling Behavior of TinyOS. HELP.

2006-09-14 Thread Ole Bischoff
Hy Sumit, are you sure that you reallycompiled your edited component? If you are using Boomerang try using maketmote fileset to generate a textfile "fileset.txt" in Surge/build/tmote that lists the used components and headers including the location of each source file, e.g.

Re: Re: [Tinyos-help] Why I couldn't make micaz?

2006-09-14 Thread Fajun Sun
Hi, everybody: No see you for a long time. I have installed tinyos2.0 successfully. Thanks to Philip Levis. Thanks to every friend. At last, I found I make only a small error: add "./" into CLASSPATH rather than "." demanded in the install sheet. In addition, Python 2.2 is installed in RedHat

[Tinyos-help] Unicast radio transmission

2006-09-14 Thread Pablo Gil Montaño
Hi.I'm trying to send a packet throught SendMsg to a specific node. Scanning the sent packets with TOSBase I can see that the first argument passed to SendMsg.send() is set as the PAN address, and the field TOS_Msg.addr has no effect either on the PAN address or the destination address. Thus, I

RE: [Tinyos-help] How to know the tinyos version

2006-09-14 Thread Pablo Gil Montaño
I don't know how to know the tinyos version, but in tinyos-1.x/ChangeLog, the most recent entry I have is 2004-10-02.walid hamdi [EMAIL PROTECTED] escribió: I have got tinyos 1-x but still have no idea whichone..I have downloaded the version using CVS, so thecommando rpm -qa doesn´t work..Could

[Tinyos-help] How to add new MCU

2006-09-14 Thread Сергей Кушнир
Hi to all! I am attempting to make a platform based on mica2 for TinyOS 2.0. The core of my platform is ATmega168. So, I changed in .platform key -mmcu=atmega168 But compiler avr-gcc doesnt know this MCU Is it enough, if I update binutils, gcc avr-libc? I have found Binutils 2.17, GCC 4.0.0

[Tinyos-help] make micaz problem under tinyos-2.x

2006-09-14 Thread walid hamdi
Hi, I have just installed tinyos-2.x and tos-check-env shows excellent result excepting the version of Graphviz which is not a problem. Now i run into compiling the Blink application on the micaz platform, here is the result: mkdir -p build/micaz compiling SenseAppC to a micaz binary ncc

RE: [Tinyos-help] Unicast radio transmission

2006-09-14 Thread Siirtola Harri
TosBase only sends broadcast packets. So, the easiest way of unicast is to embed your destination address into the data payload and make your app sw extract it,compare to TOS_LOCAL_ADDRESS and act accordingly (drop or interpret). Regards, Harri From: [EMAIL PROTECTED] [mailto:[EMAIL

RE: [Tinyos-help] Unicast radio transmission

2006-09-14 Thread Pablo Gil Montaño
Sorry, perhaps I didn't explain myself correctly.The nodes that are sending the packets are not running TOSBase, but with a node running TOSBase I can see that the address field of the packet (PAN+address) is 0x 0x0001 (when I try to send a packet to node 1). I don't know if the field order is

Re: [Tinyos-help] help

2006-09-14 Thread R. Steve McKown
On Wednesday 06 September 2006 11:27 pm, naveen reddy wrote: I want complete reference for tinyos programming using nesC. Please help me regarding materials and any useful sites to learn the language I started with: http://www.tinyos.net The code itself.

[Tinyos-help] CntToLedsAndRfm interval problem

2006-09-14 Thread Fernando Brunetti
Hi, Sorry for the question, maybe it is not very interesting but i am new and I am having some problems running CntToLedsAndRfm application with a different Timer interval (250 ms default). It is working ok with 250ms but with other values (50,100,500,1000) it does not work. The leds work

[Tinyos-help] Cycle Routing Problem

2006-09-14 Thread Yang Peng
Hi, Dose anybody meet cycle routing problem when using Multihop as routing engine? It seems easy tobreak cycle between two nodes, but if the cycleworks between three or more nodes, how tobreak it? Can anybody give me a hint? Thank you for your time! Yang

Re: [Tinyos-help] Cycle Routing Problem

2006-09-14 Thread Philip Levis
On Thu, 2006-09-14 at 09:49, Yang Peng wrote: Hi, Dose anybody meet cycle routing problem when using Multihop as routing engine? It seems easy to break cycle between two nodes, but if the cycle works between three or more nodes, how to break it? Can anybody give me a hint? Thank

[Tinyos-help] B-MAC

2006-09-14 Thread Adam
Which directory in TinyOS-1.x contains the B-MAC implementation mentioned in Sensys'05 paper? ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Unicast radio transmission

2006-09-14 Thread Michael Schippling
FWIW using mica2,z all I need to do to direct a message from the pc side to a specific mote is to set the TOS_Msg.addr field to the moteID. With the mica's at least, TOSBase just passes this message directly to the air and the receivers filter out what's not addressed to them. One little caviet

Re: [Tinyos-help] CntToLedsAndRfm interval problem

2006-09-14 Thread Michael Schippling
I assume that you are changing the Timer interval in tos\lib\Counters\Counter.nc At some point I would expect the interval to be too short for the message send time, but there should be no problem with longer periods. You could try monitoring the sent messages using a TOSBase mote and the

[Tinyos-help] Power Transmission for mica2

2006-09-14 Thread jabdo
Hello, I would like to change the transmission power for a mica2...from the tutorial I understood that the default is 0 dBm TX power (10.4 mA) I looked to the MakeXbowlocal file in C:\tinyos\cygwin\opt\tinyos-1.x\contrib\xbow\apps I found: CFLAGS +=-DCC2420_TXPOWER=TXPOWER_MAX #CFLAGS

[Tinyos-help] make telosb error

2006-09-14 Thread Hamza Ahmed Zia
All platforms compile correctly, however make telosb gives me the following error[EMAIL PROTECTED] Blink]# make telosbmkdir -p build/telosb compiling Blink to a telosb binary ncc -o build/telosb/main.exe -O -Wall -Wshadow -DDEF_TOS_AM_GROUP=0x7d -Wnesc-all -target=telosb

[Tinyos-help] Help for Multifrequency operations

2006-09-14 Thread Lei
Dear all: I would like to dynamiclly operate my mote MICA2 based on transceiver CC1000 with multi frequency, I know we can mannually change the channel in Profile by setting the channel No. but how to dynamically do it, Anybody who has expperience or idea? thanks! Lei

RE: [Tinyos-help] Help for Multifrequency operations

2006-09-14 Thread David Moss
Title: Message TinyOS 1.x won't do it, it's broken. TinyOS 2.x will, and so will an upgraded radio stack on TinyOS 1.x. To upgrade your TinyOS 1.x CC1000 radio stack, download the CC1000Radio directory from TinyOS 1.x CVS under /contrib/rincon/tos/lib/CC1000Radio. Put that in your /lib/

[Tinyos-help] test

2006-09-14 Thread Lei
test ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] error generations documentation

2006-09-14 Thread Cory Sharp
You should upgrade your TinyOS version, if you can. This behavior was fixed, I believe, as of TinyOS 1.13 (and the most recent is TinyOS 1.15).Otherwise, it should not be necessary to a topdir flag for $TOSDIR, however something may be wrong with your install. Also, use -topdir instead of