Re: [Tinyos-help] [Tinyos windows vista] : error when installing rpm packages

2009-01-21 Thread Cameron Ross
Try launching your bash shell using Run as Administrator. Cameron. Sent from my iPhone On 20-Jan-09, at 11:41 PM, ILYAS TAZI ilyas.t...@kaist.ac.kr wrote: Hello members, I'm trying to install tinyos under windows vista using cygwin. I successfully installed cygwin but when i tried to

Re: [Tinyos-help] Send Data Hello Wold

2009-01-21 Thread Sonia Pardo
Dear All, If I use this structure I can send in datatx only 14 characters (28bytes). In this case I wish send more characters, so I need more bytes. typedef nx_struct PacketLinkMsg { nx_uint32_t count; nx_uint32_t loss; nx_uint16_t src; nx_uint8_t cmd; nx_uint16_t sync;

Re: [Tinyos-help] Send Data Hello Wold

2009-01-21 Thread Michael Schippling
First, you probably should have declared nx_uint8_t datatx[14] rather than an empty [] which turns into a pointer (unless the nx_ type handlers are smarter than me). Unfortunately the default message size in T2 is 28 bytes. Search this list for ways to increase that size, and the concomitant

Re: [Tinyos-help] Send Data Hello Wold

2009-01-21 Thread Eric Decker
On Wed, Jan 21, 2009 at 9:22 AM, Sonia Pardo shanya86...@gmail.com wrote: Dear All, If I use this structure I can send in datatx only 14 characters (28bytes). In this case I wish send more characters, so I need more bytes. It is a bit more complicated than that. There are static message_t

[Tinyos-help] Cellular Automata simulation scenario

2009-01-21 Thread Doman, Marguerite
I have developed a simulation extension to TOSSIM. It is a Cellular Automata where users can build dynamic environment simulations and have the physical attributes sent to the motes in the simulation. This is currently developed in TOSSIM -1.15. I want to move it to version 2. What I need

Re: [Tinyos-help] Printf for High Frequency Printing over the Serial Port

2009-01-21 Thread Kevin Klues
Hmmm... maybe there's a bug on the java side then. Can you verify that the raw bytes coming in are incorrect or is the formatting just wrong? Kevin On Tue, Jan 20, 2009 at 10:51 PM, Tal Rusak t...@cornell.edu wrote: I tried with CFLAGS += -DPRINTF_BUFFER_SIZE=2500 With no explicit

Re: [Tinyos-help] Low power operation IRIS

2009-01-21 Thread Charles Elliott
Thanks for the quick reply Miklos. Using the program from \tinyos-2.x\apps\tests\rf230\RF230Test as a guide we added in RF230LayerC and RF230ActiveMessageC to the wiring file. To TestSchedulerC we added RadioState.turnOff() command and all of the other required wiring and include statements.

[Tinyos-help] topology file

2009-01-21 Thread Adeel Akhtar
-- Hi All how can make a topology file and run the simulation with it in tinyos1.x Thanks Best Regards Adeel Akhtar ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] micaz power issue

2009-01-21 Thread Tony Han
Hi All, Is there anyone have the following problem on your MICAZ? If your power supply is not stable, say, on and off rapidly, you will finally loss the functionality on your mote. Only after you reinstall that mote, it can start work again. I had this question is because when we use solar panel

Re: [Tinyos-help] micaz power issue

2009-01-21 Thread Urs Hunkeler
Hi Tony, When the supply voltage drops below a certain level, the microcontroller starts to behave in an unpredictable way. Usually, after a reset (without reprogramming) the microcontroller should be working again. If your motes work after a reset (without reprogramming), then maybe you