[Tinyos-help] can you help me by TestSerial

2009-12-14 Thread 刘光录
Dear Sir or Madam, when I install tinyos-2.x in windows, it has no error, but when I parse TestSerial.h to generate the TestSerialMsg.class file, it became an error, that is: I go to the /opt/tinyos-2.x/apps/tests/TestSerial and type *make * it shows:

Re: [Tinyos-help] AMSend malfunction

2009-12-14 Thread Ricardo .
Yes, it worked! I want to thank all the answers that were given in an attempt to solve my problem! Many thanks! =) On Mon, Dec 14, 2009 at 9:09 AM, Michiel Konstapel m.konsta...@sownet.nlwrote: I think I can guess what may be happening. Both TOS_NODE_ID and ActiveMessageAddressC.addr are

Re: [Tinyos-help] powertossim 2/Z

2009-12-14 Thread Gecko Leopard
Hi, Had anyone managed to get powertossim Z work correctly on Ubuntu 9.10? Could you please tarzip the tinyos and tinyos-contrib directories and send it to me in private? Since the installation of Ptossim consist only file operations, it should work if I overwrite my files. I'm really stucked

Re: [Tinyos-help] AMSend malfunction

2009-12-14 Thread Ricardo .
1 - go to the directory support/make/msp 2 - open the file msp.rules 3 - change the line AMADDR = ActiveMessageAddressC\$$addr to AMADDR = ActiveMessageAddressC__addr Is all that is needed to operate as it should. Regards, -- Ricardo On Mon, Dec 14, 2009 at 12:46 PM, Arik Sapojnik

[Tinyos-help] Repeater mote over tinyos 2.x

2009-12-14 Thread Aurelio Cano
Hi everyone, I am trying to develop a wireless sensor network with several telosb motes. Due to the network needs to be implemented lengthwise over a road, I want to use some motes as repeaters (with no sensors). There is an app called 'SimpleCmd' in tinyos 1.x I think make that, but I am using

[Tinyos-help] BlockStorageC

2009-12-14 Thread giorgio
I use BlockStorageC(with BlockRead BlockWrite interface) with Telosb with TinyOS2.1 and my doubt is if must I erase a partititon between two write.I have a partition on which I write then I read that .After read I must rewrite that partition with different data :before rewrite must I erase

[Tinyos-help] Seeking advice: Imote2 development -- TinyOS-1.x versus 2.x ??

2009-12-14 Thread John Detwiler
This is an impossibly broad question, but I'd appreciate any attempts to address it. We're about to launch a project for a fairly complex system, which seems to demand the processing power of Imote2 (versus older hardware). We're just beginning to delve into TinyOS, and are reading the

Re: [Tinyos-help] ReInit Random Seed

2009-12-14 Thread mojtaba raznahan
Any help ? On Sun, Dec 13, 2009 at 7:33 PM, mojtaba raznahan mojtaba.razna...@gmail.com wrote: Hi all, I've searched to find the code for allocating other mounts for Seed of Random generator control in nesC but unfortunately I didn't find any clear solution. Does any body have a clear

[Tinyos-help] TestSerial Problem on Mac OS X

2009-12-14 Thread Isabelle Hang
Hi, first, I want to thank for the great tutorial Installing tinyos-2.x on Mac OS X. It was really helpful! I just have a problem with the output of the java application TestSerial. I got serial@/dev/tty.usbserial-XBQ0V814A:57600: resynchronising Sending packet 0 Sending packet 1 Sending

Re: [Tinyos-help] TestSerial Problem on Mac OS X

2009-12-14 Thread Paul Johnson
Isa, There can be many reasons why a mote doesn't receive a packet. Some information about your setup would help us in debugging your problem. What motes are you using, where the motes are located, etc, would be helpful in trying to figure out why the nodes aren't able to communicate. For

Re: [Tinyos-help] Problem getting data from Humidity/Temperature Sensor in Telosb

2009-12-14 Thread David Conde
Hi, I have added the HumidityControl.start () call into the StdControl command and now I have checked that the command Temperature.dataReady() and Humidity.dataReady() are called after call Humidity.getData() But when I send the data into a message to TOS_BASE, sendDone method is either

Re: [Tinyos-help] TestSerial Problem on Mac OS X

2009-12-14 Thread Isabelle Hang
Hi, sorry, here are the details of my setup: I have a 7,37MHz micaz mote on a mib510 gateway connected via usb to an Apple Computer (Mac OS X 10.4.11). The Blink application is running well, but the java application TestSerial (as mentioned in the tutorial) does not work as it should. Thanks

Re: [Tinyos-help] TestSerial Problem on Mac OS X

2009-12-14 Thread Paul Johnson
Isa, Do you only have one micaz mote flashed and running? If so, then it's not surprising that you are not receiving any messages like the tutorial displays. You must have another micaz mote running the same program before you will see the received ... lines using TestSerial. That line

[Tinyos-help] Problem to use Low Power Listening.

2009-12-14 Thread Daniel Garcia Aubert
Hi all! I'm working with TinyOS 2.1 under MicaZ plataform. In my program I want to use Low Power Listening but in the moment to compile I have the following problem: */opt/tinyos-2.1.0/tos/chips/cc2420/lpl/DummyLplC.nc:39:2: warning: #warning *** LOW POWER COMMUNICATIONS DISABLED Also,

Re: [Tinyos-help] Seeking advice: Imote2 development -- TinyOS-1.x versus 2.x ??

2009-12-14 Thread Arik Sapojnik
Hi, I'm using T2 on TelosB motes. Have never used T1. It seems that your hesitation is correct. Perhaps you should make a list of the features you need and see whether T1 or T2 has it. For instance there is no tinyviz (visualization for simulations) in T2. I think that the pros for T2 is that you

Re: [Tinyos-help] Problem to use Low Power Listening.

2009-12-14 Thread Arik Sapojnik
Hey, 1. I have no experience in LPL. 2. Note that these are 2 different files: *DummyLplC.nc *and *Default LplC.nc*. I guess that your first application does not really using the LPL interface. Perhaps it's not wired? Arik On Mon, Dec 14, 2009 at 19:32, Daniel Garcia Aubert

Re: [Tinyos-help] FFT for tinyos2.x

2009-12-14 Thread Michael Schippling
I think I posted this recently, but here again... I found one of my early exercises in signal processing and it might be of use. One can configure it to use float, int16, or int8 data, as well as fixed or floating point arithmetic. No warranties (or documentation) given nor implied:

[Tinyos-help] Memory models of TinyOS

2009-12-14 Thread paul.m
Hello I would like to ask you. I have found page about Stack Analysis on Wiki: http://docs.tinyos.net/index.php/Stack_Analysis I am interested in the part Memory Models. But I do not know some things. There is written that at any time at most one task may be using the stack. What about case,

Re: [Tinyos-help] Tinyos-help Digest, Vol 80, Issue 50

2009-12-14 Thread Hristo Bojkov
Hello Daniel You are missing one definition to wire to low power components. Add: CFLAGS += -DLOW_POWER_LISTENING Into your make file and it will wire. All best Hristo -Original Message- Message: 3 Date: Mon, 14 Dec 2009 18:32:15 +0100 From: Daniel Garcia Aubert