Re: [Tinyos-help] Repository error

2012-04-19 Thread acamap
Dear Erick. Thanks for you reply, I want to: 1) cross compile for a telosb mote from a sheevaplug (based on ARM) in order to install my app with Blip2.0. In this case this error appears: . Couldn't execute msp430-gcc make: *** [exe0] Error 2 . 2)And on other hand I am trying to

Re: [Tinyos-help] Repository error

2012-04-19 Thread acamap
Dear András. Thanks for you answer. I'm trying to cross compile the blip on a mote telosb from a sheevaplug (based on ARM). With this command: root@debian:/opt/tinyos-2.1.1/apps/IPBaseStation# make telosb blip But finally I am obtaining this error message. mkdir -p build/telosb compiling

Re: [Tinyos-help] Installing pppd in Blip 2.0

2012-04-19 Thread acamap
Dear Maycon. Thanks for you answer! Yes! Just only after installing pppd works the communication with my sink mote, and now I'm getting the sensor values from it!. In this sense is more simple the communication in Blip2.0 than Blip1.0. Thanks again. Alejandro. *Maycon Maia Vitali*

[Tinyos-help] Is there a maximum limit for continuous UDP packets?

2012-04-19 Thread Francesco Ficarola
Hi everybody, I'm working on an UDP application for telosb motes in TinyOS-2.1.2-rc1. I've noticed that the sending of continuous UDP packets is at the most 3. E.g., this codes: -- for(i = 0; i 5; i++) { if(call

[Tinyos-help] TelosB Uart0 issue

2012-04-19 Thread Tobias
Hello there I have a problem using Uart0 from the expansion connector on TelosB. The Uart is used to interface a 4D Systems microCAM. This Camera communicates via simple commands each with a length of 6 bytes.  The problem is that this camera is very sensitive as to what it can receive in

Re: [Tinyos-help] Project Query

2012-04-19 Thread Michael Schippling
If I remember correctly the source for all the real components of Moteworks are behind a license wall. All you get in the free world is a link library. I remember this because I could find no documentation for the router code and they seem to have followed TOS the-code-is-the-documentation

[Tinyos-help] Problems with Blip 1.0 on Micaz

2012-04-19 Thread Maycon Maia Vitali
I'm trying to run IPBaseStation + UDPEcho on Micaz, but without success. I have some questions: 1) Where can I find the last version of Blip 1.0? I'm using a linux (non-ubunutu) distribution. 2) Is TODAY possible to run applications like PppRouter (from Blip 2.0) in micaz mote (that has just 4KB

[Tinyos-help] source code documentation for TOSSIM

2012-04-19 Thread Xiaohui Liu
Hi everyone, Is there source code documentation for TOSSIM like other platforms such as telosb http://www.tinyos.net/tinyos-2.1.0/doc/nesdoc/telosb/index.html? I tried to generate it using make micaz sim docs, which does not work. Any hint will be highly appreciated. -- -Xiaohui Liu

[Tinyos-help] set packet transmission power in TOSSIM

2012-04-19 Thread Xiaohui Liu
Hello all, Is there a way to set transmission power on a per packet basis in TOSSIM? I know this can be done by CC2420Packet.setPower() for telosb, but am not sure how to do it in TOSSIM if possible at all. This threadhttp://www.mail-archive.com/tinyos-help@millennium.berkeley.edu/msg29355.html