Re: [Tinyos-help] some questions regarding USART on TelosB

2012-09-11 Thread Eric Decker
On Mon, Sep 10, 2012 at 7:25 PM, Xiaohui Liu whu...@gmail.com wrote: Thank you for your prompt and helpful reply. CIL. On Mon, Sep 10, 2012 at 1:25 AM, Eric Decker cire...@gmail.com wrote: On Sun, Sep 9, 2012 at 9:39 PM, Xiaohui Liu whu...@gmail.com wrote: Hello all, I have a few

Re: [Tinyos-help] some questions regarding USART on TelosB

2012-09-11 Thread Eric Decker
On Mon, Sep 10, 2012 at 8:47 PM, Xiaohui Liu whu...@gmail.com wrote: One additional comment. 3) Can USART0 and USART1 be used in parallel? yes. look at the data sheet. *So SPI can be accessed even when UART is transmitting or receiving since they are dealt with independent USART

Re: [Tinyos-help] make channel switch delay deterministic on TelosB

2012-09-11 Thread Eric Decker
you might try getting rid of the arbitration that is used by default. That is make sure that the only thing hanging off USART0 is the CC2420 and then get rid of the resource arbiter that by default is used on the TelosB code. As long as your code is running as a task (the default programming

Re: [Tinyos-help] make channel switch delay deterministic on TelosB

2012-09-11 Thread Eric Decker
On Mon, Sep 10, 2012 at 11:28 PM, Eric Decker cire...@gmail.com wrote: you might try getting rid of the arbitration that is used by default. That is make sure that the only thing hanging off USART0 is the CC2420 and then get rid of the resource arbiter that by default is used on the TelosB

[Tinyos-help] VMware Virtual Machine and Mac Os X Lion Issue

2012-09-11 Thread Ermanno Battista
Hi, i am running the virtual machine available in the tinyos repository on a mac os x lion environment. Everything works well (i can build and install programs on telosb and micaz) a part from the JNI libraries. When i try to execute PritfClient or Listner i get an error message: java

Re: [Tinyos-help] some questions regarding USART on TelosB

2012-09-11 Thread Xiaohui Liu
Thank you for your patient and clear reply. I'll try my best to improve :-) On Tue, Sep 11, 2012 at 2:24 AM, Eric Decker cire...@gmail.com wrote: On Mon, Sep 10, 2012 at 8:47 PM, Xiaohui Liu whu...@gmail.com wrote: One additional comment. 3) Can USART0 and USART1 be used in parallel?

[Tinyos-help] IDE for TinyOS

2012-09-11 Thread Carlos Neto
Please suggest me an IDE for TinyOS. Thanks, Carlos Neto Computer Engineering - Polytechnic Institute of Tomar ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] IDE for TinyOS

2012-09-11 Thread Martin Cerveny
Hello. On Tue, 11 Sep 2012, Carlos Neto wrote: Please suggest me an IDE for TinyOS. I use Eclipse(Helios)+Yeti2(with some patches)+AvrIce(gdb debug proxy) for AVR. http://docs.tinyos.net/tinywiki/index.php/Yeti http://tos-ide.ethz.ch/wiki/index.php http://tinyos.ethz.ch/phpBB3/ Patches:

[Tinyos-help] (no subject)

2012-09-11 Thread Carlos Neto
Dear all, Anyone knows if PPProuter (Blip 2) uses 6lowpan neighbor discovery ? If yes, it is possible access to neighbor cache? Thanks in advance. Cheers Carlos Neto ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] 6lowpan neighbor discovery

2012-09-11 Thread Carlos Neto
Dear all, Anyone knows if PPProuter (Blip 2) uses 6lowpan neighbor discovery ? If yes, it is possible access to neighbor cache? Thanks in advance. Cheers Carlos Neto ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] VMware Virtual Machine and Mac Os X Lion Issue

2012-09-11 Thread Eric Decker
On Tue, Sep 11, 2012 at 1:24 AM, Ermanno Battista aze...@gmail.com wrote: Hi, i am running the virtual machine available in the tinyos repository on a mac os x lion environment. can you be more specific about which VM with TinyOS you are running? I suspect it is the Xbuntos VM environment

Re: [Tinyos-help] VMware Virtual Machine and Mac Os X Lion Issue

2012-09-11 Thread Azek
can you be more specific about which VM with TinyOS you are running? I suspect it is the Xbuntos VM environment talked about on docs.tinyos.net . Yes i'm running the Xubuntos VM machine on vmware player 5. Okay. You are running with a VM (Linux inside) with a TelosB plugged into the

[Tinyos-help] internal compiler error: in start_function, at c-decl.c:6248

2012-09-11 Thread Gary Helbig
The error message goes on to say: Please submit a full bug report, with preprocessed source if appropriate. See URL:http://sourceforge.net/tracker/?atid=520074group_id=68108func=browse for instructions. At that link I get: Error - The Tracker has been disabled for this group Is anyone

Re: [Tinyos-help] How to Tunnel CTP Header Over Serial

2012-09-11 Thread Omprakash Gnawali
Can you check if you are receiving the proper bytes corresponding to the message on the PC side using seriallisten or serialforwarder and sflisten? If you are receiving proper bytes, the problem is in your Java code. Otherwise, the problem might be on the mote side. - om_p On Sat, Sep 1, 2012 at

Re: [Tinyos-help] CTP with LPL Integration

2012-09-11 Thread Omprakash Gnawali
Please look at apps/tests/TestNetworkLpl for an example. - om_p On Wed, Sep 5, 2012 at 12:07 PM, Gustavo Zanatta Bruno gkbsa2...@gmail.com wrote: Guys, I'm having problems implement a program that uses the CTP (Collection Tree Protocol) with LPL (Low Power Listening), gives an error when

Re: [Tinyos-help] internal compiler error: in start_function, at c-decl.c:6248

2012-09-11 Thread Eric Decker
Are you talking about nesc? It isn't clear from following the tracker link. Which version of nesc are you using? What exactly are you doing and how do you recreate it? what program/app are you trying to compile? What system are you hosted on? etc.There is a bunch of information that is