Re: [Tinyos-help] TYMO

2011-06-30 Thread Shamali Gunawardena
Thanks, Ill try that. My current version is by installing xubuntos in windows using VMWARE. From: Omprakash Gnawali To: Shamali Gunawardena Cc: vinh.p...@ffi.no; tinyos-help@millennium.berkeley.edu Sent: Thu, June 30, 2011 10:14:38 PM Subject: Re: [Tinyos

Re: [Tinyos-help] RSSI technique

2011-06-30 Thread Sergio Valcarcel
Hi Vinodh, You may want to read the more-to-mote radio communication tutorial. Then, you can set and read the rssi using the CC2420Packet interface. That's all! I have no sample code right here but it is quite straightforward. Cheers! Sergio On Thu, Jun 30, 2011 at 10:16 PM, vinod kumar wrote:

[Tinyos-help] RSSI technique

2011-06-30 Thread vinod kumar
Can anyone suggest me some sample apps that work using RSSI technique. I want to broadcast the RSSI values over the motes. Which app can help me out? There is RssiDemo in apps/tutorial/RssiDemo. But its not getting compiled. Resulted out with errors. Can anyother app help me out? Please send me som

Re: [Tinyos-help] : I want to install tinyos 1.x and 2.x simultaneously

2011-06-30 Thread Omprakash Gnawali
On Sun, Jun 26, 2011 at 8:51 PM, 张胜凯 wrote: > Dear all, > > I have installed tinyos 2.x, but some source code such as S4 and BVR can > only run in tinyos 1.x. I have no time to modify them for running in 2.x (I > am a new user of linux and tinyos), but I want to learn and do some > simulations in

Re: [Tinyos-help] TYMO

2011-06-30 Thread Omprakash Gnawali
You should check out the code from Google svn. Details on tinyos.net. - om_p On Wed, Jun 29, 2011 at 1:01 AM, Shamali Gunawardena wrote: > Hi, thanks for the feed back. In my case it is /tiny0s-2.1.0/to/lib/net/ > but that is it there is no tymo folder. > > Does that mean I have installed wrong.

Re: [Tinyos-help] PppRouter does not fit (telosb)

2011-06-30 Thread Christos
Hi John, Thank you very much for you suggestion that worked for me. I thought I had the -Os option which I did, but I also had -O which reduced the optimization (I guess). So by removing -O option from support/make/telosb.target I got it working. Once again thank you very much for your help

[Tinyos-help] “programmer is no respoding ”for ubuntu10.10 and tinyso2.1.0

2011-06-30 Thread zhou2090
At 2011-06-30,zhou2090 wrote: > >Hi,> .when i used the mib510 board (which combined with com(windows)...ttyS0(linux)), my IDE is ubuntu10.10 and tinyos2.1.0 text command make micaz install mib510,/dev/ttyS0 it echo "programmer is no responding" somtime it echo "Device or resource i

Re: [Tinyos-help] PppRouter does not fit (telosb)

2011-06-30 Thread JeongGil Ko (John)
Christos, Try adding '-Os' to the telosb.extra file in support/make/. -John On Jun 30, 2011, at 9:18 AM, Christos wrote: > Hi all, > > I am trying to use the PppRouter application on the telosb platform > and it appears that my binary is larger than 48K i.e. I get the > following error > >

[Tinyos-help] PppRouter does not fit (telosb)

2011-06-30 Thread Christos
Hi all, I am trying to use the PppRouter application on the telosb platform and it appears that my binary is larger than 48K i.e. I get the following error /opt/tinyos-2.x/apps/PppRouter$ make telosb blip mkdir -p build/telosb compiling PppRouterC to a telosb binary ncc -o build/telosb/mai

Re: [Tinyos-help] make iris sim error

2011-06-30 Thread Miklos Maroti
If you are using the latest source from google code, then you can set PYTHON_VERSION in your shell environment and it will work too. Miklos On Wed, Jun 29, 2011 at 10:09 PM, Ramana Reddy wrote: > Just install python-dev package. > $sudo apt-get install python-dev > > In case, if you already insta

Re: [Tinyos-help] TinyOS Timer issue with IRIS+MTS310CB

2011-06-30 Thread Miklos Maroti
Hi! Maybe the code needs more time than 1 ms to run, that is why you cannot do this. Also, if I know correctly, you cannot run less than 2 ms timers on the IRIS, but I am not positive about this. Best, Miklos On Tue, Jun 28, 2011 at 7:11 PM, Achintha Maddumabandara wrote: > Hi, > > I'm using MT