Re: [Tinyos-help] How to construct a new mote platform?

2007-04-30 Thread Urs Hunkeler
Hi, For similar reasons I created a new platform for TinyOS-2. I guess the procedure should be very similar. You create a new directory in the tos/platforms directory. Copy a .platform file from another platform and modify it to your needs. Any file you add to your platform directory will hide

[Tinyos-help] question

2007-04-30 Thread vazoumana fofana
Sorry, i've ever asked this question and i know it's problematic. Is somebody have ever succeeded ti install tiny os on fedora Core? Thanks for your answer . From: Juan Antonio López Riquelme [EMAIL PROTECTED] To: vazoumana fofana [EMAIL PROTECTED] CC: tinyos-help

[Tinyos-help] Re: Tinyos-help Digest, Vol 48, Issue 171

2007-04-30 Thread sara Khad
I do not understand why shoul i used seconds, hour, minute. I want to mesure the jitter ?? what do you think ? please help if you can .. Best, Sara Juan Antonio wrote: you try made your aplication with BlinkToRadio and TestSerial (C:\cygwin\opt\tinyos-2.x\apps\tests\TestSerial). *

[Tinyos-help] Some problem about the interrupt in Tinyos

2007-04-30 Thread liangjing
Hi,folks In the experiment we want to trigger an event or task that implement the related work after switching off the button ? I don't know if there exists an interrupt procedure in Tinyos since I don't find some app using the kind of interrupt.Please help me. Best Regards

Re: [Tinyos-help] Re: Problem with timers in TOSSIM 2.0.1

2007-04-30 Thread Romain Thouvenin
On 4/27/07, Philip Levis [EMAIL PROTECTED] wrote: I found the bug. Somehow, a checkin was lost when cutting the RPM. The bug is in tos/chips/atm128/atm128_sim.h; this is the fix: 22,23c22,23 #define _SFR_IO8(io_addr) _MMIO_BYTE((io_addr) + 0x20) #define _SFR_IO16(io_addr)

[Tinyos-help] Random sending message to tossim serial

2007-04-30 Thread Chan kenniel
Dear all, thanks for you guys' help. Now I wanna send a random message to tossim serial, and then use SF to listen it. but i don't know how to put data into a message type, then use the dataSend command. I have read oscilloscope, it use the ADC to get data, so I don't know how to put data into

RE: [Tinyos-help] How to construct a new mote platform?

2007-04-30 Thread Firat TARAKTAS
Hi to all, First creaste new directory in tos/platform. .platform file should exist in order to refer to which component platform use (msp, cc2420, atmel etc.). Hardware.h file must be created. This file shows the io pin assignments. In tools/make directory, create platformname.target file. It

Re: [Tinyos-help] Compiling on MacOSX 10.4 for MICA

2007-04-30 Thread Sarfraz Nawaz
The only difference that I see between your and my output is that in my case nesc_nx.h is processed before tos.h. In your case tos.h is processed before nesc_nx.h and spews some warnings and errors. On 4/29/07, Greg Turnipseed [EMAIL PROTECTED] wrote: Yes, I was able to find

Re: [Tinyos-help] Application works fine in tossim but not on motes

2007-04-30 Thread Romain Thouvenin
On 4/27/07, Romain Thouvenin [EMAIL PROTECTED] wrote: On 4/27/07, Urs Hunkeler [EMAIL PROTECTED] wrote: Hi Romain, Just two wild ideas: - Maybe the simulator filters packets differently than the real implementation. You could be sending packets to the wrong mote id and the simulator would

Re: [Tinyos-help] no response packets from mote during TestSerial test

2007-04-30 Thread Michael Schippling
my memory is that a stright-thru serial cable is what you want. you can leave the batteries installed, but the power switch should be _off_. MS Ahmed Said wrote: Hi, I installed TestSerial application on a mica2 mote that is connected to a MIB500 board, the problem is that when I type java