Re: [Tinyos-help] CC2420 turn off

2009-06-02 Thread Ana de Pablo
I'm using SplitControl as RadioControl, when the applications runs, it starts the radio using "call RadioControl.start();", then it sends the packets and my goal is to stop the radio after sending it. I'm using a periodic timer of 5 sec, so it is suppossed to start, send the packet and then stop e

[Tinyos-help] CC2420 turn off

2009-06-02 Thread Ana de Pablo
Hello everyone, I'm working with telosb, 6lowpan and Ubuntu. I need to turn off the radio to reduce the power consumption, but LPL doesn't work with the applications (UDPEcho from blip), does anyone know how could I stop the radio? I've trying to do it with the interface SplitControl, but it isn'

[Tinyos-help] Can't build objects

2009-05-12 Thread Ana de Pablo
Hello everyone, I'm trying to work with TinyOS2.1.0 and blip in Ubuntu 8.10. I've been trying to generate libmote.a but it seems like if I can't build objects... I can execute ./bootstrap and ./configure but can't make. Any help will be great! Thanks. Ana. -- View this message in context: http

Re: [Tinyos-help] IP-driver problem with blip

2009-04-30 Thread Ana de Pablo
Hello, The problem was caused by the hardware, now it's solved! Thanks your answer! Ana. -- View this message in context: http://www.nabble.com/IP-driver-problem-with-blip-tp23294408p23321648.html Sent from the TinyOS - Help mailing list archive at Nabble.com.

[Tinyos-help] IP-driver problem with blip

2009-04-29 Thread Ana de Pablo
Hello everyone, I'm working with blip code (TinyOS-2.1, Ubuntu 8.10 and Telosb). I've downloaded it recently and I'm trying to establish the network but I can't run ip-driver. I've installed IPBaseStation on a mote and UDPEcho on another one (without problems) but, when I try to run ip-driver I g

[Tinyos-help] Python error

2009-04-23 Thread Ana de Pablo
Hello everyone, I'm working with TinyOS-2.1.0 in Ubuntu8.10 and b6lowpan code from Berkeley. I'm newbie working with Python and I'm having some problems... I've tried to use Listener.py (an application that comes with b6lowpan code), but there is an error with module "tinyos.message.Message", it

[Tinyos-help] Problems connecting IPv6 subnet

2009-03-13 Thread Ana de Pablo
Hi everyone, I'm trying to stablish my IPv6 subnetwork, but I'm having some problems... I'm working with TinyOS2.1, Ubuntu 8.10 and b6lowpan code from Berkeley. I have created the tunnel and everything works fine with it; I've installed IPBaseStation on a mote (telosb) and UDPEcho on another one,

Re: [Tinyos-help] problem in implementing b6lowpan

2009-03-05 Thread Ana de Pablo
Hi, I had a similar problem and Isolved it following those intructions: http://smote.cs.berkeley.edu:8000/tracenv/browser/code/b6lowpan/tags/release-11-13-2008/README I'm working with telosb... but I hope it will help you. Ana. Varun Jain-3 wrote: > > Hi, > > I have installed Ubuntu and gr

[Tinyos-help] Problems with libmote.a and installing blip

2009-03-03 Thread Ana De Pablo
Hi everyone, I'm working in a thesis about 6lowpan (TinyOS-2.1 and Ubuntu 8.04) and I'm trying to install b6lowpan (blip) from Berkeley but I'm having some problems. I got the code from the web page and placed it in "/opt/tinyos-2.1.x/contrib/berkeley/b6lowpan". My first problem appears when I try