Re: [Tinyos-help] Stanford repository ubuntu

2009-03-26 Thread KURT PETERS
Thanks, I'll give it a try Any chance of creating a Jaunty and/or an Ibis repository so it would work with synaptic or apt-get for those of us running the newer Kubuntus? kurt > Date: Thu, 26 Mar 2009 15:45:45 -0700 > Subject: Re: [Tinyos-help] Stanford repository ubuntu > From: klue...@g

Re: [Tinyos-help] Stanford repository ubuntu

2009-03-26 Thread Kevin Klues
I've removed the bogus dependencies on the non-existent pacakges. These were there because at one point there were plan to include them, but I guess no one ever got around to putting them together. Also, I fixed the dpependencies such that you can pull in either an msp430 specific tinyos-required

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-26 Thread Mehmet Akif Antepli
Hi, I am sure that they are sending messages because when i just start MsgReader with the following command, >>java net.tinyos.tools.MsgReader MultihopOscilloscopeMsg oscilloscope_t structure fields are parsed and shown on the console. (MultihopOscilloscopeMsg is the MIG generated file!) Also,

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-26 Thread Omprakash Gnawali
> -- Forwarded message -- > From: Mehmet Akif Antepli > Date: Wed, Mar 25, 2009 at 10:35 PM > Subject: TinyOS-2.1.0 Ctp debug messages > To: Tinyos-Help tinyos-help@millennium.berkeley.edu > > Hi, > > I was trying to do in the link below, (but for Ctp) > > http://mail.millennium.be

[Tinyos-help] Serial port hopping question

2009-03-26 Thread 029758s
Hi folks, I'm fairly new to TinyOS and I've modified the RSSI Demo program a bit. Instead of the base station calculating the RSSI between itself and the sending node, two "field nodes" calculate the RSSI, place that in a packet and forward it on to the base station. I'm using TMotes, TinyO

Re: [Tinyos-help] Micaz - How can I download the content of the falsh of the uC

2009-03-26 Thread Urs Hunkeler
Hi Kókai, You can use the uisp program, which is also used by TinyOS to program the motes. Type: uisp --help for a list of parameters and their meanings. Assuming that you use the MIB520 programming board with the serial port for programming being /dev/ttyUSB0, the command would be the follow

Re: [Tinyos-help] atomic sections in HplMsp430GpioC and BusyWaitMicroC

2009-03-26 Thread Michiel Konstapel
You might wanna try looking at the generated C code (build/$PLATFORM/app.c) or dig deeper and look at the binary with a disassember (msp430-objdump) to see where your CPU cycles are going. From: Jacob Sorber [mailto:jacob.sor...@gmail.com] Sent: donderdag 26 maart 2009 14:55 To: Michiel Konsta

Re: [Tinyos-help] atomic sections in HplMsp430GpioC and BusyWaitMicroC

2009-03-26 Thread Jacob Sorber
I tried wrapping the sequence, but the improvement is very small. I haven't dug into the bowels of tinyos to figure out exactly what is going on, but it seems that "collapsing" atomic sections, still incurs most of the overhead. Jacob On Thu, Mar 26, 2009 at 9:14 AM, Michiel Konstapel wrote: >

[Tinyos-help] Micaz - How can I download the content of the falsh of the uC

2009-03-26 Thread Péter Kókai
Hi all!! I use Micaz mote with MIB520 and TinyOS 2.1.0. I have a problem! I look for the solution on the net and in the archive, but I can't find! I need to dowload the content of the flash memory of the processor! But I don't know how I can do it! I search for it, but I can't find till now! How c

Re: [Tinyos-help] (no subject)

2009-03-26 Thread Michiel Konstapel
You get that error when you forget the parentheses around the variable. In makefiles, use $(TOSROOT) instead of $TOSROOT. Michiel -Original Message- From: tinyos-help-boun...@millennium.berkeley.edu [mailto:tinyos-help-boun...@millennium.berkeley.edu] On Behalf Of Varun Jain Sent: donderda

Re: [Tinyos-help] atomic sections in HplMsp430GpioC and BusyWaitMicroC

2009-03-26 Thread Michiel Konstapel
If you wrap the whole sequence in an atomic block, it'll be collapsed into a single atomic section. That should lower the total time significantly, but you'll have one larger time window in which interrupts won't be processed, instead of several short ones. I don't know if that'll cause problems el

Re: [Tinyos-help] Need help

2009-03-26 Thread Urs Hunkeler
Hi Mohamed, Most likely the environment variables are not correctly set. You should see the correct path to your TinyOS installation when you type the following command in cygwin: echo $TOSROOT Also check the other relevant environment variables: echo $TOSDIR echo $MAKERULES and optionnaly:

Re: [Tinyos-help] b6lowpan

2009-03-26 Thread swaytha sasi
Thanks for the reply.and when i change it a multicast address the error goes away.But i want to send the message only to the base station. So should i alter the base station code to listen for the datagrams? The following is part of my send side code. { inet_pton6("2001:470:1f04:56d::6

[Tinyos-help] Need help

2009-03-26 Thread JEBARI Mohamed
Hello, I'm a nesC/TinyOS newer, i have tried to compile my first application Blink. while compiling under Cygwin by typing : make micaz the following message displayed as: make: *** no rule to make target 'micaz'. Stop. The application is writed under TinyOS 2.x with Eclipse editor. There is

[Tinyos-help] unable to install packages in xubuntos

2009-03-26 Thread Sandhya PC
hello all, i have successfully installed xubuntos, but its not downloading any packages in synaptic. the errors are, "The repository might be no longer available or could not be contacted because of network problems. If available an older version of the failed index will be used. Otherwise the

[Tinyos-help] Problem to print file with dbg

2009-03-26 Thread Vincent Marc
Hi all, concerning this part of the tutorial 11 of TOSSIM Modify the Boot.booted event in RadioCountToLedsC to print out a debug message when it boots, such as this: event void Boot.booted() { call Leds.led0On(); dbg("Boot", "Application booted.\n"); call AMControl.start(); } has anyone

[Tinyos-help] how to reset a tmote sky with tinyos2?

2009-03-26 Thread giovanni gamba
Hi,i'm porting a tinyos 1-Boomerang code to tinyos2. I need to reboot my tmote sky at runtime, but when i use the classic WDTCTL=0 command (or the wrapper ResetC()) the mote starts to behave in a tricky way: the red led is always on the usb red led is blinking. Maybe the problem is with the RESET/N

[Tinyos-help] reading the Accelerometer at higher rate

2009-03-26 Thread Aisha Arar
Dear all, I have a project that requires to read the acceleration from the MTS400 sensor board at high rate ( at least 2 readings per sec.) and since I am beginner in tinyOS/nesC code I run the provided code that comes with the sensor kit (/.../MoteWorks/apps/Xmesh/MTS400) and tried to modify the

[Tinyos-help] How to connect the intel mote 2 USB

2009-03-26 Thread Gmx1
Hi, I wrote a small app that uses a base mote. The whole thing works with micaz but now that I want to port the code to the intelmote 2, I need to connect that mote using the universal serial bus. How do I do that? I know that connecting micaz goes by ser...@com1:micaz I work with windows. I

[Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-26 Thread Mehmet Akif Antepli
Could anyone help me with the following problem? Thanks in advance, -- Akif -- Forwarded message -- From: Mehmet Akif Antepli Date: Wed, Mar 25, 2009 at 10:35 PM Subject: TinyOS-2.1.0 Ctp debug messages To: Tinyos-Help tinyos-help@millennium.berkeley.edu Hi, I was trying to d