Re: [Tinyos-help] can't Blink with 'make micaz sim '

2006-12-12 Thread preeti k
On 12/11/06, Mr. Jonathan A. Gomez [EMAIL PROTECTED] wrote: Hmm... I don't know anything about compiling TOSSIM, but I do understand some of the meaning of your error messages: You got a lot of lines like build/micaz/sim.o(.text+0x2f86): In function `sim_log_add_channel':

[Tinyos-help] XSensorMTS400 error

2006-12-12 Thread neliacatarina
Hi there, I'm trying to put a XSensorMTS400 communicating with a TOSBase. I saw Sam Al's post at May 24, 2004 where John Sub say the problem it's a conflict between a Makelocal and the MakeXbowlocal. I did what he said to fix the problem including to change the TOSBase's Makefile to

[Tinyos-help] Re: cc2420_lpl multiple transmitters

2006-12-12 Thread Miguel Pereira
Hi David, Thanks for your help and report. In my opinion to improve the reliability you should concentrate on resend messages. The major problem, i think, is because you are not resending the messages with CCA. I think you should use resend with CCA by default and only use resend without CCA if

[Tinyos-help] GenericComm and GenericCommPromiscuous combine problem

2006-12-12 Thread Pablo Gil Montaño
Hi all. I'm trying to build an application for mica2 under TinyOS-1.x. I'm using Drip and MultiHopRouter (tos/lib/Route) at the same time. I always get the following warnings: nesc1: warning: calls to Receive.receive in CC1000RadioIntM fan out, but there is no combine function specified for

[Tinyos-help] about RSSI

2006-12-12 Thread Stephen Chou
I want to know how do you extract the recieved signal strength of the incoming packets on the RF considering TOS_MsgPtr-strength may be not used. Thanks ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] where is definition of offsetof

2006-12-12 Thread Stephen Chou
3x ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] can't Blink with 'make micaz sim '

2006-12-12 Thread preeti k
On 12/11/06, Philip Levis [EMAIL PROTECTED] wrote: On Dec 11, 2006, at 8:16 AM, Mr. Jonathan A. Gomez wrote: Hmm... I don't know anything about compiling TOSSIM, but I do understand some of the meaning of your error messages: You got a lot of lines like build/micaz/sim.o(.text+0x2f86):

[Tinyos-help] Error on compile

2006-12-12 Thread Lorenzo Mainardi
Hi, I try to compile the Blink application, but I received this error: [EMAIL PROTECTED]:/opt/tinyos-2.x/apps/Blink$ make micaz mkdir -p build/micaz compiling BlinkAppC to a micaz binary ncc -o build/micaz/main.exe -Os -finline-limit=10 -Wall -Wshadow -Wnesc-all -target=micaz

Re: [Tinyos-help] about RSSI

2006-12-12 Thread Pablo Gil Montaño
- Mensaje reenviado De: Pablo Gil Montaño [EMAIL PROTECTED] Para: Stephen Chou [EMAIL PROTECTED] Enviado: martes, 12 de diciembre, 2006 15:49:56 Asunto: Re: [Tinyos-help] about RSSI Why can't you use TOS_MsgPtr-strength? I thought you can read it when you receive a message. -

[Tinyos-help] How to use Matlab to access data from a wireless sensor network.

2006-12-12 Thread Milton Aguiar
Hi all: I've implemented a Xmesh wireless sensor network with MicaZ motes. This wsn is formed by: a base station, programmed with XmeshBase application from MoteWorks; node 1 programmed with the XMDA100 application; node 2 programmed with the XMTS400 application; node 3 and 4 programmed with

Re: [Tinyos-help] where is definition of offsetof

2006-12-12 Thread David Gay
On 12/12/06, Aurélien Francillon [EMAIL PROTECTED] wrote: Le mardi 12 décembre 2006 09:42, Stephen Chou a écrit: offsetof google 2nd link : http://www.embedded.com/shared/printableArticle.jhtml?articleID=18312031 And in some versions of gcc, it's just #define offsetof __builtin_offsetof

Re: [Tinyos-help] List functions in nesC

2006-12-12 Thread R. Steve McKown
On Monday 11 December 2006 11:38 pm, MINO GB wrote: Where can I find the list of data types, functions which is supported in nesC, TinyOS? From various sources: The TinyOS environment is based at its core on a C compiler. All of the data types and other features supported by the compiler

RE: [Tinyos-help] Flash Errors when Loading programs from anywhere except Contrib Folder

2006-12-12 Thread Tony Ling
How would you go about running the HFS.nc program on your machine? (\opt\tinyos-1.x\apps\HighFrequencySampling\HFS.nc) ? I would simply compile it first (command line: make mica2), Then install it to my mote: (command line: make mica2 reinstall mib510,com1) I'm just making sure this is the

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-12 Thread Michael Schippling
OK, that makes some sense...but what was wrong with good'ole tar xvf make install or am I showing my age? MS p.sactually though...on MSWidows I'd expect to have the MyCompuker control panel env vars and settings which, sometimes, have the right java PATH... David Gay

Re: [Tinyos-help] Re: cc2420_lpl multiple transmitters

2006-12-12 Thread Philip Levis
On Dec 12, 2006, at 2:53 AM, Miguel Pereira wrote: Hi David, Thanks for your help and report. In my opinion to improve the reliability you should concentrate on resend messages. The major problem, i think, is because you are not resending the messages with CCA. I think you should use

Re: [Tinyos-help] Flash Errors when Loading programs from anywhere except Contrib Folder

2006-12-12 Thread Michael Schippling
I think I've said this about 10 times so far... if you read my last email I gave two suggestions for how I would go about doing the install. But you've forced my hand so I just went and tried a number of approaches. Do one of these: 1) Set the danged environment variable. or 2) Your make line

[Tinyos-help] Upgrading tinyos

2006-12-12 Thread jose m
I'm trying to upgrade tinyos 1.1.0 to 1.1.15. I 've installed tinyos 1.1.0 with cygwin successfully (works fine), and then follow the steps to update from the TinyOS community page. First I must update cygwin, I do this and no problem (keep working). However, when I try to install the rpm

Re: [Tinyos-help] My TOSBase application is still not working for MICAZ , Please Guide Me

2006-12-12 Thread Michael Schippling
assuming we are on TOS 1.x... I've had no trouble with running TOSBase on micaz. I don't remember making any changes to the code, just make micaz. I don't think there is any Makefile change necessary. That said, I have only used it from the contrib/xbow tree... You should see some LEDs flashing

Re: [Tinyos-help] Cannot find java and javac - java tools not compiled

2006-12-12 Thread David Gay
On 12/12/06, Michael Schippling [EMAIL PROTECTED] wrote: OK, that makes some sense...but what was wrong with good'ole tar xvf make install or am I showing my age? It's the lack of make uninstall that is the problem. But hey, we provide all the stuff in that form if you want

RE: [Tinyos-help] Flash Errors when Loading programs from anywhere except Contrib Folder

2006-12-12 Thread Tony Ling
Thank you, the make mica2 reinstall MIB510=COM1 did the trick, although now we have run into another problem running HFS.nc After following the README file, it says to: -program a mote with HFS.nc -- done -program a mote with TOSBase -- done -compile the java code with make -f jmakefile --

Re: [Tinyos-help] Re: cc2420_lpl multiple transmitters

2006-12-12 Thread David Moss
Hi Phil - The way LPL works is through continuous retransmissions of a message for the duration of a receive check period. These retransmissions are invisible to the application layer - so from the app layer, it looks like you send a single message and get a single sendDone back. LPL

[Tinyos-help] Problems with the collection library and the TestNetwork application

2006-12-12 Thread Jared Hill
Hello, I am having trouble running the TestNetwork application (tinyos 2.0) on mica2s. The mica2 seems to freeze and nothing happens after the first message is sent. Has anyone else seen these same issues? Second, when I compile and run on telos motes, the application seems to run okay.

Re: [Tinyos-help] Re: cc2420_lpl multiple transmitters

2006-12-12 Thread Philip Levis
On Dec 12, 2006, at 11:30 AM, David Moss wrote: Hi Phil - The way LPL works is through continuous retransmissions of a message for the duration of a receive check period. These retransmissions are invisible to the application layer - so from the app layer, it looks like you send a single

Re: [Tinyos-help] Problems with the collection library and the TestNetwork application

2006-12-12 Thread Philip Levis
On Dec 12, 2006, at 11:44 AM, Jared Hill wrote: Hello, I am having trouble running the TestNetwork application (tinyos 2.0) on mica2s. The mica2 seems to freeze and nothing happens after the first message is sent. Has anyone else seen these same issues? Kyle Jamieson was responsible for

Re: [Tinyos-help] Flash Errors when Loading programs from anywhere except Contrib Folder

2006-12-12 Thread Michael Schippling
Assuming the error is actually ... Sample.class ... I'd say you either haven't compiled the java code in that directory or do not have . in your classpath. Google CLASSPATH, many people have made sense of it at various times... MS Tony Ling wrote: Thank you, the make mica2 reinstall