[Tinyos-help] SurgeTelos - Distinguish the type of packages

2007-03-27 Thread Elena Lamaza
Hello, I am working with the SurgeTelos application and the code of MultihopLQI. It would need to be able to distinguish the type of packages that are sent at every moment (data or beacon) from the Send.send method of the CC2420RadioM. Somebody could help me? Thanks, Elena.

[Tinyos-help] need a help

2007-03-27 Thread Chakib BEKARA
Hi all! When trying to compile the BlinkC application for simulation (i.e. make micaz sim) i got the following error: make *** [sim.exe]: error1, and an error window appears containg the following message: The enter point of basename procedure was not found in cygwin1.dll Some thing goes

[Tinyos-help] need a help

2007-03-27 Thread Chakib BEKARA
Hi all! When trying to compile the BlinkC application for simulation (i.e. make micaz sim) i got the following error: make *** [sim.exe]: error1, and an error window appears containg the following message: The enter point of basename procedure was not found in cygwin1.dll Some thing goes

[Tinyos-help] errors in running blink

2007-03-27 Thread Wassim Masri
Hi everybody, I am using tinyos 2 over cygwin, and I am facing errors when trying to run Blink in TOSSIM. The application compiled without errors with make micaz sim (there have been only some warnings about shadowed declaration, and -fpic ignored). But when i try to run Blink (./main.exe 1

[Tinyos-help] why i cannot run TestTinyViz in window XP?

2007-03-27 Thread Partha Sarathi Mandal
Hi everyone, I have problem to get graphical display of the sensor network of TOSSIM by TestTinyViz: The graphical window just appears for very short time and disappear with following message. [EMAIL PROTECTED] /opt/tinyos-1.x/apps/testtinyviz $ export DBG=run1 [EMAIL PROTECTED]

[Tinyos-help] Mouting different volumes on TelosB platform...

2007-03-27 Thread nikhil
I am working on a project where I need to log temperature and humidity values on Telosb Flash. For this I would like to log this values on 2 different volumes so that it will be easier for me to retrieve them. I have formatted the Flash into two volumes using the Format application under

Re: [Tinyos-help] any command for resetting TMOTE SKY

2007-03-27 Thread Steve McKown
Hi, On Wednesday 21 March 2007 23:19, siva prasad wrote: I am facing a problem abt the code tht i hav built, it was sending the data only for a short interval of time...suppose if i hav pressed reset button on the tmote sky module..it is sending the data again for some interval of time and

Re: [Tinyos-help] errors in running blink

2007-03-27 Thread Philip Levis
On Mar 27, 2007, at 6:57 AM, Wassim Masri wrote: Hi everybody, I am using tinyos 2 over cygwin, and I am facing errors when trying to run Blink in TOSSIM. The application compiled without errors with make micaz sim (there have been only some warnings about shadowed declaration, and

Re: [Tinyos-help] need a help

2007-03-27 Thread Philip Levis
On Mar 27, 2007, at 3:59 AM, Chakib BEKARA wrote: Hi all! When trying to compile the BlinkC application for simulation (i.e. make micaz sim) i got the following error: make *** [sim.exe]: error1, and an error window appears containg the following message: The enter point of basename

[Tinyos-help] Question about Imote2 wireless reprogramming

2007-03-27 Thread Yang Peng
Hi all, I have a question here about wireless reprogramming in Imote2. What kind of module does imot2 support? It seems that it cannot support Deluge, am I right? Thanks for your kind help, Yang ___ Tinyos-help mailing list

[Tinyos-help] TinyViz failed

2007-03-27 Thread Mostafa, Iman
Hi, I am trying to run TinyViz, the interface launches but I get the error connection to simulator failed. I am following the steps in the online tutorial to run the TestTinyViz applivcation as follows: cd C:/tinyos/cygwin/opt/tinyos-1.x/apps/TestTinyViz export DBG=usr1 tinyviz -run

[Tinyos-help] Re: why i cannot run TestTinyViz in window XP?

2007-03-27 Thread yogesh gavali
try the following to start TinViz: 1- cd apps(TestTinyViz as example) 2- make pc 3- export DBG=usr1 4- /opt/tinyos-1.x/tools/java/net/tinyos/sim/tinyviz -run build/pc/main.exe no.of nodes if you still have en error you must update the PATH variable in windows to include the

[Tinyos-help] How to use tossim to simulate Deluge

2007-03-27 Thread Li, Weijia \(Vicky\)
Hello all, I'm trying to simulate Deluge by using Tossim. I have several questions as below. I hope someone can help me to solve them. Your help will be much appreciated. I'm using 1.1.15 version tinyos. 1. I tried to compile the testDeluge applications for pc platform. But it failed. The error

[Tinyos-help] multiple sends in TinyOS2.0

2007-03-27 Thread Bhuvaneswari Ramkumar
Hello all , can someone tell me how we can work on sending multiple msgs in TinyOS2.0 ? I tried both the SerialAmSenderC and the AMSenderAMC component for this both of them transmit just one msg and the next ones fail what I need is for a send to be done every time some function calls are

Re: [Tinyos-help] multiple sends in TinyOS2.0

2007-03-27 Thread Nigamanth Sridhar
can someone tell me how we can work on sending multiple msgs in TinyOS2.0 ? I tried both the SerialAmSenderC and the AMSenderAMC component for this both of them transmit just one msg and the next ones fail what I need is for a send to be done every time some function calls are executed and

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Philip Levis
On Mar 27, 2007, at 11:07 AM, Bhuvaneswari Ramkumar wrote: Hello all , can someone tell me how we can work on sending multiple msgs in TinyOS2.0 ? I tried both the SerialAmSenderC and the AMSenderAMC component for this both of them transmit just one msg and the next ones fail what I need

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Bhuvaneswari Ramkumar
I do want it in a queue but i guess I cant use the ForwardEngine component what this one seems to be doing is take pre-determined packets from a queue and send them in FIFO order what I want is some function calls to be executed and a send to be done after every few of them are done ,

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Philip Levis
On Mar 27, 2007, at 12:15 PM, Bhuvaneswari Ramkumar wrote: I do want it in a queue but i guess I cant use the ForwardEngine component what this one seems to be doing is take pre-determined packets from a queue and send them in FIFO order You probably don't want to use this exact component;

Re: [Tinyos-help] Sepcifying Stack size in ncc

2007-03-27 Thread John Regehr
By default the TinyOS call stack can use all of RAM that is not used by the data and BSS segments. So basically you need to reduce the sizes of these other segments, by reducing the number and/or size of global variables declared by components linked into your application. One obvious way to

[Tinyos-help] how to get Absolute value-Modulus function

2007-03-27 Thread manu suryavansh
Hi, I am using tmote sky and want to measure differential voltage so I am connecting V+ and V- to ADC1 and ADC2 on the tmote sky and then I am taking the difference between the two adc values but I am getting values like 65416.0 for the difference so I wanted to know is there any function

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Bhuvaneswari Ramkumar
but AM does not necessarily send packets in the order at which you submit them : does this apply even when I give the next send in the send-done event of the first call ? I'm aksing this bcos I want some kind of time-stamping to go with the msgs ...that is I want to read the msgs at the time

Re: [Tinyos-help] how to get Absolute value-Modulus function

2007-03-27 Thread Michael Schippling
It's maybe easiest just to check which is larger and then do the appropriate subtraction... It looks like what you are getting is a negative 16bit int (where the top bit is set because the subtraction wrapped-around) converted into a positive float. You might also check the MPS manual to see if

[Tinyos-help] Re: multiple sends in TinyOS2.0

2007-03-27 Thread Philip Levis
On Mar 27, 2007, at 1:55 PM, Bhuvaneswari Ramkumar wrote: but AM does not necessarily send packets in the order at which you submit them : does this apply even when I give the next send in the send-done event of the first call ? No. Send.sendDone means the packet was sent. So it has

[Tinyos-help] Problems installing Tiny OS 2.0

2007-03-27 Thread Pedro Almeida
Hello; i've recently entered the tiny OS world, but not without trouble right from the start. i dont seem to be able to even install it! after Ubuntu, after Red Hat 9, i'm now trying with Fedora 6. always different problems, which don't matter now, but my current situation is this: while

[Tinyos-help] MultiHop Reliability for Tmote

2007-03-27 Thread Lun Jiang
Hi, I am using boomerang with tinyos-1x. I was trying out MultiHop routing for 5 motes (tmote sky) stretched out in a line. I was losing one packet for every 10 packets. In this normal or should I be getting 100% of the packets from the farthest mote. I am asking this as I thought the MultiHop