[Tinyos-help] [Fwd: Re: [Tinyos-2-commits] i need help to interface external device with micaz motes using UART interface]

2007-06-12 Thread moorthyd
Original Message Subject: Re: [Tinyos-2-commits] i need help to interface external device with micaz motes using UART interface From:"Philip Levis" <[EMAIL PROTECTED]> Date:Wed, June 13, 2007 7:06 am To: [EMAIL PROTECTED] --

Re: [Tinyos-help] Documentation regarding exact contents of the MAC Protocol Data Unit frame

2007-06-12 Thread Pedro Almeida
Thank you, Steve McKown and Alexander Becher for your replies. Thanks to your help I more or less figured out how many bytes there were from the Address Information to be included in the MAC Header. According to: typedef nx_struct cc2420_header_t { nxle_uint8_t length; nxle_uint16_t fcf; nxle_u

Re: [Tinyos-help] Generic Modules with Numeric Types?

2007-06-12 Thread David Gay
On 6/12/07, J. Ryan Stinnett <[EMAIL PROTECTED]> wrote: Does the @number() attribute work across multiple layers? I would think that it should be able to, but perhaps I'm not using it correctly. I realize that the test case below wouldn't do anything at run time, but I believe the syntax is sti

Re: [Tinyos-help] Using micaz with TinyDB

2007-06-12 Thread Benjamin Madore
On Sat, June 9, 2007 4:26 pm, M.Mehdi Moniri said: > > Hi everyone, > As in > > http://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg07297.html > > I have problem with TinyDB (GUI). I think that Micaz motes receive query > properly but no data appears in the query window (GUI). I’m u

[Tinyos-help] SerialStubFactory for PrintBigMsg (soundrecorder app)

2007-06-12 Thread emad soroush
Hi, I am trying to use the SoundRecorder application presented at http://tinyos.cvs.sourceforge.net/tinyos/tinyos-1.x/contrib/vu/apps/ it is complemented with two files PrintBigMsg.java and Txt2Wav.java Actually I can't compliue PrintBigMsg file. It needs another file named SerialStubFactory but

Re: [Tinyos-help] [TinyOS-2.x] CollectionSenderC.send() command is not working

2007-06-12 Thread Benjamin Madore
On Sat, June 9, 2007 4:11 am, Peizhao Hu said: > > I also tried to increase the message size by MSG_SIZE=50 as well, but it > doesn't work. Are you trying it with "-DTOSH_DATA_LENGTH=50" in your makefile? Check TEP 111. If I wanted 50, I'd set "-DTOSH_DATA_LENGTH=52" or more to prevent my app f

Re: [Tinyos-help] Generic Modules with Numeric Types?

2007-06-12 Thread J. Ryan Stinnett
Does the @number() attribute work across multiple layers? I would think that it should be able to, but perhaps I'm not using it correctly. I realize that the test case below wouldn't do anything at run time, but I believe the syntax is still correct. I get the error: In file included from TestN

RE: [Tinyos-help] CC1000 Channels

2007-06-12 Thread Benjamin Madore
That got me on the right path. I was using variable expansion, and when I put an absolute path in, it worked. I was using the variable $TOSDIR for expansion. I'll have to investigate further what I did (or didn't) do, but it appeared correct in the ncc echo output. CFLAGS wasn't working, but PFLA

[Tinyos-help] Regarding Labview and Time

2007-06-12 Thread manu suryavansh
Hi all, I am using Tmote and Tinyos 1.1. I want to collect data at base node using labview, so is it possible to collect data using Labview?, if somebody knows how to do it please tell me. Also is there any way I can find out the approximate time at which the samples where taken by the remote no

[Tinyos-help] make: *** [sim-exe] Error 2

2007-06-12 Thread Latro 2000
Hello. When I try to compile Blink Application to TOSSIM, I get the error showed below. It seems I have an environment variable wrong, but I was looking for it, so, It seems ok. I'm using tinyos 2.0.1, Win XP SP2 + Cygwin. TOSROOT=/opt/tinyos-2.x TOSDIR=/opt/tinyos-2.x/tos MAKERULES=/opt/tinyo

[Tinyos-help] Re: PacketLink/RadioBackoff unexpected behavior

2007-06-12 Thread Mayur Maheshwari
Hi David, Thanks once again for your inputs. I understand that there is SPI contention problem. However, I installed "TestPacketLink" app which does not use flash at all and still the acks are not received. Moreover, when I install the TestAcks app (which uses PacketAcknowledgement) the transmit

Re: [Tinyos-help] frequency of micaz motes

2007-06-12 Thread Benjamin Madore
On Tue, June 12, 2007 12:17 pm, projet19 projet19 said: > Hi, > > Which frequency and channel should we use to establish communications > between MICAZ motes? > > > Thanks > > > Ahmed Dehbi & Tony Gomes Any defined frequency will work. So long as all motes use the same frequency. See: http://tin

[Tinyos-help] frequency of micaz motes

2007-06-12 Thread projet19 projet19
Hi, Which frequency and channel should we use to establish communications between MICAZ motes? Thanks Ahmed Dehbi & Tony Gomes Moody friends. Drama queens. Your life? Nope! - their life, your sto

Re: [Tinyos-help] tmote mini - SDIO in miniSD mode

2007-06-12 Thread Joe Polastre
On 6/12/07, Steve McKown <[EMAIL PROTECTED]> wrote: On Tuesday 12 June 2007 02:06, julien falco wrote: > Hi just received a tmote mini dev kit, and I've noticed that the miniSD > mode provides 3 I/O ports, called D0, D1 and D2. > My question is, is it possible to use those pins as UARTO, like the

Re: [Tinyos-help] How to restart a TOSSIM simulation TinyOS 2.x

2007-06-12 Thread Philip Levis
On Jun 12, 2007, at 5:42 AM, Marek Jawurek wrote: Well I tried turning the nodes off and on again but I get a segmentation fault. So I tried the example c++ Driver from Tutorial 11 to be able to use gdb on it. I appended the Driver sourcecode with my modifications. I compile it with: g++ -

Re: [Tinyos-help] Does anyone know what is the scale of a sensor network deployment ?

2007-06-12 Thread Steve McKown
On Tuesday 12 June 2007 06:45, tomoto wrote: > Hi, all. I currently work on deploying a sensor network. > Does anyone know what the typical scale, i.e. the number of sensor nodes > involved , of a sensor network is (in single-tier)? Or, papers address this > issue ? I don't have a good answer for

[Tinyos-help] GPIO on port16 not working

2007-06-12 Thread Nicolas Esteves
Hi, Im trying to use gpio to output a signal on port16 (GIO2) but I always got 0. When using the exact same code on port 26 or 62 everything works fine. I also tried to set the io function by the selectIOFunc() method but nothing changed. I tried on differents motes (telosb / tinyos 2.x). Why

Re: [Tinyos-help] tmote mini - SDIO in miniSD mode

2007-06-12 Thread Steve McKown
On Tuesday 12 June 2007 02:06, julien falco wrote: > Hi just received a tmote mini dev kit, and I've noticed that the miniSD > mode provides 3 I/O ports, called D0, D1 and D2. > My question is, is it possible to use those pins as UARTO, like the example > given by tmote here > http://www.moteiv.com

Re: [Tinyos-help] where is the function came from?

2007-06-12 Thread Steve McKown
On Monday 11 June 2007 20:30, abdullah borhanuddin wrote: > where can i find init(), start(), and stop() function in StdControl.nc? StdControl.nc is an interface, which can then be used and provided by various system components. If you look around in the tos distribution, you will find many imp

[Tinyos-help] Motes don't receive messages from our computer

2007-06-12 Thread projet19 projet19
Hello, We are working on a project with micaZ motes and MIB600 Gateway Platform We have done the procedure as follow : 1- load the mote O with TOSBASE program make micaz install.0 eprb, 2- load two motes with Surge program make micaz install.1 eprb, make micaz inst

Re: [Tinyos-help] How to restart a TOSSIM simulation TinyOS 2.x

2007-06-12 Thread Marek Jawurek
Well I tried turning the nodes off and on again but I get a segmentation fault. So I tried the example c++ Driver from Tutorial 11 to be able to use gdb on it. I appended the Driver sourcecode with my modifications. I compile it with: g++ -g -c -o ctest.o ctest.cpp\ -I/data/hiwi/tinyos/tinyos-2

[Tinyos-help] Does anyone know what is the scale of a sensor network deployment ?

2007-06-12 Thread tomoto
Hi, all. I currently work on deploying a sensor network. Does anyone know what the typical scale, i.e. the number of sensor nodes involved , of a sensor network is (in single-tier)? Or, papers address this issue ? Thank you. ___ Tinyos-help mailing li

Re: [Tinyos-help] Documentation regarding exact contents of the MAC Protocol Data Unit frame

2007-06-12 Thread Alexander Becher
* Pedro Almeida: >I'm using a micaz, so it is CC2420 indeed. >I've looked into the Zigbee specification, 802.15.4 frame formats and >understood (I believe, even if lightly) the frame formats. >But I am not sure of what the 32 bytes I receive are, exactly. Recently, I looked at data gathered by jav

[Tinyos-help] SPSend

2007-06-12 Thread julien falco
I have a silly question for SPSend. I am trying to send packets from tmote sky to pc. I am trying to use SPSend, since people recommend to use it in place of GenericComm. I have been watching a few examples - such as this one (TestUart0P from http://www.moteiv.com/community/Boomerang_UART0_Sample

Re: [Tinyos-help] How to restart a TOSSIM simulation TinyOS 2.x

2007-06-12 Thread Marek Jawurek
Am Montag, den 11.06.2007, 09:28 -0700 schrieb Philip Levis: > On Jun 11, 2007, at 1:49 AM, Marek Jawurek wrote: > > > Hi, > > > > recently I ran into problems with TOSSIM of TinyOS version 1.x > > which did > > not reset completely. Motes did not communicate after the reset > > properly. Becaus

[Tinyos-help] Help with ADC

2007-06-12 Thread [EMAIL PROTECTED]
Hi i use tinyos 1.1, and i have a question: in SenseToInt there is a part of code that i don't understand: "void task outputTask() { uint16_t rCopy; atomic { rCopy = reading; } call IntOutput.output(rCopy >> 7); }" why there is >>7?? i try to use the code with the senso

[Tinyos-help] tmote mini - SDIO in miniSD mode

2007-06-12 Thread julien falco
Hi just received a tmote mini dev kit, and I've noticed that the miniSD mode provides 3 I/O ports, called D0, D1 and D2. My question is, is it possible to use those pins as UARTO, like the example given by tmote here http://www.moteiv.com/community/Boomerang_UART0_Sample ? I have developed a prog