Re: [Tinyos-help] Usb to serial port converter,USB port ID

2008-09-16 Thread Daniel Patrick
Hi, You have to use: make mica2 install mib510,/dev/ttyUSB0 I hope it helps you. Daniel Patrick On Tue, Sep 16, 2008 at 5:32 AM, milos rovcanin [EMAIL PROTECTED] wrote: Ok,i have a problem! I am using an usb to serial port converter because my laptop doesn't have a serial port. Now, my

[Tinyos-help] Transmitting predefined packets with increase payload length in micaz

2008-09-16 Thread Silvanus Teneng
Hi I want to transmit predefined packets with maximum payload length which I think is about 128-10 = 118 bytes in micaz platform. The payload should consist for example [...] up to 118 bytes. Could some one please tell me how to build such a packet in TinyOS 1.x. Also how do I see

[Tinyos-help] b6loWPAN wiky project

2008-09-16 Thread alessandro ludovici
Hi, I can not access to the B6LoWPAN project wiki from the link present in the tinyos.net website. I receive a message that say : WIKI_VIEW privileges are required. Last month I've entered several time into the project wiki without any problem. Can anyone help me? thanks in advance, alessandro

[Tinyos-help] Waiting for a Thread

2008-09-16 Thread Antonio
Hi All, I'm using TOSThread library to implement applications on my telosb. Sometimes, when I call the function Thread.start(xxx) I have the need to wait for the end of the Thread execution to go on. Is it possible? Does it exist a function to wait for an exited thread? Thank you very much!

Re: [Tinyos-help] java error while compiling

2008-09-16 Thread Michael Schippling
Well first I apparently used to much shorthand. Use the full path to the JDK, which seems to be: c:/program files/java/jdk 1.6.0_05/bin However cygwin in it's infinite wisdom has made it impossible to use Windows paths in the PATH so it should be: /cygdrive/c/program files/java/jdk

[Tinyos-help] TinyViz - tinyos-2.x

2008-09-16 Thread Daniel Patrick
Hi All, Is TinyViz working in tinyos-2x ? Beyond the http://www.tinyos.net/tinyos-1.x/doc/tutorial/lesson5.html link, where can I find more informatin about it? Thanks all Best regards Daniel Patrick ___ Tinyos-help mailing list

[Tinyos-help] dieletric constant of telosb pcb board?

2008-09-16 Thread UGlee
We are planning to make some telosb board according to bsd design. Our pcb manufacturer asked for this parameter. Anyone know this? or it's not a critical parameter for radio performance? Thanks in advance. UGlee ___ Tinyos-help mailing list

[Tinyos-help] Provides a command on micaz

2008-09-16 Thread natessos
Hello I wrote a program which light the red led in Boot.Booted, then in the same function I call a command my component provided. In this command I initialize some gloabals variable. When I put this code on my micaz seemingly nothing happen since no led is lighting. On the other hand when I

Re: [Tinyos-help] Usb to serial port converter,USB port ID

2008-09-16 Thread Agnelo Silva
I am supposing that your are using Linux and MIB-520: use the command dmesg when you plug and unplug the MIB-520; you will see the messages related to the serial ports ttyUSBX and ttyUSBY (the smaller, in general, is for programming, and the other is for debugging purposes). Examples: make mica2

[Tinyos-help] Toggling a Port Pin

2008-09-16 Thread Jim Fell
Hello. This is going to sound like a really obtuse questions, but I could use some help here. I'm having some trouble getting some code to compile, so that I can toggle a port pin of the MSP430 on the TelosB mote. I have two files: TwiddleAppC.nc and TwiddleC.nc: **TwiddleAppC.nc**

Re: [Tinyos-help] How to change packet's data length?

2008-09-16 Thread Li, Zhen Li
Hi Jun Thank you! Maybe I'm not making my question clear, so right now I would like to say it this way: For a mote in the field, is it the correct way to change the TOSH_DATA_LENGTH macro within the AM.h of some radio chip like the RF230 so that I can include more data within my header file

Re: [Tinyos-help] How to change packet's data length?

2008-09-16 Thread Miklos Maroti
Hi, For a mote in the field, is it the correct way to change the TOSH_DATA_LENGTH macro within the AM.h of some radio chip like the RF230 so that I can include more data within my header file and send more data within one packet? What's the maximum data length of it? Is it possible to

[Tinyos-help] help in setting up bouncy castle provider (java) for tinyos 2.0

2008-09-16 Thread z3159513
Dear tinoyos help, I'm having some trouble setting up the bouncy castle provider for JCE. Bouncy castle provider is a requirement for TinyECC (http://discovery.csc.ncsu.edu/software/TinyECC/) which requires tinyos 1.0 which i have set up apart from the java classpath which still points to the