[Tinyos-help] Introducing mobillity in the tinyos/tossim

2014-08-04 Thread Ramana Reddy
Hi all, I would like to implement the mobility of nodes in the tinyos and in the tossim. What are the changes are needed in the tinyos or in the python script. Help in this regards is highly appreciated. Thanks, Ramana. ___ Tinyos-help mailing list

[Tinyos-help] Regarding the power consumption in TinyOS

2014-04-24 Thread Ramana Reddy
Hi Wasif, I came to know that you have written some code in tinyos for energy profiling Could you please share with me. One more thing is that how to modify the TOSSIM code to add the energy profiling. Thanks, Ramana. ___ Tinyos-help mailing list

[Tinyos-help] How to implement Battery model in TOSSIM

2013-01-06 Thread Ramana Reddy
Hi, How to find the percent of remaining energy in a node in TinyOS using TOSSIM. Any document or help in this regards is highly appreciated. Even its fine if we consider very simple battery model that only takes sending of messages into account. Thanks, Ramana.

Re: [Tinyos-help] Using the TinyOS printf Library

2012-08-30 Thread Ramana Reddy
Thanks, and again gone through the manual found the line press reset button. Thanks, Ramana. One more doubt is, on order to output continuously On Thu, Aug 30, 2012 at 2:41 PM, Tilemachos Papatheodorou tel...@hotmail.com wrote: Hi Ramana, just press the reset button. If you still have

[Tinyos-help] Sensor suite components for Telosb mote

2012-08-30 Thread Ramana Reddy
Hi Everyone, What is the Sensor component for Temperature, and humidity for Telosb mote. Is it SensirionSht11C(), or any other name. One more thing is, what is the formula for output reading conversion in this case. Thanks, Ramana. ___ Tinyos-help

Re: [Tinyos-help] Sensor suite components for Telosb mote

2012-08-30 Thread Ramana Reddy
Its perfectly working fine. Thanks, Ramana. On Thu, Aug 30, 2012 at 3:23 PM, Ramana Reddy gtvrre...@gmail.com wrote: Hi Everyone, What is the Sensor component for Temperature, and humidity for Telosb mote. Is it SensirionSht11C(), or any other name. One more thing is, what is the formula

[Tinyos-help] Error during compilation of IPBaseStation in blip2.0

2012-02-28 Thread Ramana Reddy
: *** [exe0] Error 1 When I run make micaz blip, its working fine. It seems that msp430 driver code has some problem for telosb motes. Thanks, Ramana Reddy. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi

Re: [Tinyos-help] tossim help

2011-09-04 Thread Ramana Reddy
Did you install the python-dev package? If not, please install and try again. On Thu, Sep 1, 2011 at 10:14 PM, Seetha Devi seethadev...@yahoo.in wrote: i ve installed in windows using cygwin i have installed tinyos-2.x as per the instructios in wikipedia when i try to run blink program in

Re: [Tinyos-help] Begining with TinyOS

2011-07-29 Thread Ramana Reddy
Just add the below url in place of deb http://hinrg.cs.jhu.edu/tinyos karmic main deb http://tinyos.stanford.edu/tinyos/dists/ubuntu karmic main And follow the instructions afterwards. Hope it will work. On Wed, Jul 27, 2011 at 6:21 PM, soahil shuaib ceme_...@yahoo.com wrote: Hi! Please go

[Tinyos-help] Want to buy TPR2400CA, TPR2420CA telosb motes

2011-07-26 Thread Ramana Reddy
Hi, I need info regarding where to buy telos motes. Can we order online. If anyone knows the url, please post that. Thanks, Ramana ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Want to buy TPR2400CA, TPR2420CA telosb motes

2011-07-26 Thread Ramana Reddy
/- It seems there is a lot of difference among the actual cost and the cost given by distributor. Any idea on the actual cost of the motes. Thanks, Ramana Reddy. On Tue, Jul 26, 2011 at 4:25 PM, Manjunath Doddavenkatappa dodda...@comp.nus.edu.sg wrote: You need to buy them from the MEMSIC's

Re: [Tinyos-help] problem make micaz sim

2011-07-21 Thread Ramana Reddy
and in tinyos-2.x/tos/chips the same error of make micaz sim persist. thanks. --- En date de : *Jeu 21.7.11, Ramana Reddy gtvrre...@gmail.com* a écrit : De: Ramana Reddy gtvrre...@gmail.com Objet: Re: [Tinyos-help] problem make micaz sim À: malika abbadi malika_a...@yahoo.fr Cc: tinyos help

Re: [Tinyos-help] problem make micaz sim

2011-07-20 Thread Ramana Reddy
Did you install the drivers code for msp430 and avr. Install those. On Wed, Jul 20, 2011 at 7:50 PM, malika abbadi malika_a...@yahoo.fr wrote: Hi , thanks andrew for your rely, i have problem running Blink. Make micaz sim I work with windows xp/cygwin Please help. Here cygwin

Re: [Tinyos-help] Sensor nodes simulation using TOSSIM

2011-07-02 Thread Ramana Reddy
. Thanks, Ramana Reddy. On Sat, Jul 2, 2011 at 7:44 PM, Fajar Lab fajar...@yahoo.co.id wrote: you should read the TOSSIM tutorial, http://docs.tinyos.net/tinywiki/index.php/TOSSIM Dari: Ramana Reddy gtvrre...@gmail.com Judul: [Tinyos-help] Sensor nodes simulation using TOSSIM Kepada: tinyos-help

Re: [Tinyos-help] display the value of temperature

2011-07-02 Thread Ramana Reddy
Write java program for that. There are APIs which can be used to display the values from motes to PC using java. On Sat, Jul 2, 2011 at 10:14 PM, amel leyla m198...@hotmail.fr wrote: hi , i have a problem with my project. i use telosb mote to sense the temperature from the environnement,

[Tinyos-help] Sensor nodes simulation using TOSSIM

2011-07-01 Thread Ramana Reddy
How we can simulate sensor nodes using TOSSIM. Can we inject the readings to the sensor nodes using TOSSIM. Does ADC supports in TOSSIM 2.x Help in this regards is highly appreciated. Thanks, Ramana Reddy. ___ Tinyos-help mailing list Tinyos-help

[Tinyos-help] Regarding TOSSIM 2.x supports Sensors Board simulation

2011-06-29 Thread Ramana Reddy
Hi All, I want to simulate the network in which the motes should read the sensor values and send to the base station. How can we do that using TOSSIM. Does TOSSIM supports any Sensor readings. How to inject those values in TOSSIM in python code. Help in this regards is highly appreciated.

Re: [Tinyos-help] make iris sim error

2011-06-29 Thread Ramana Reddy
Just install python-dev package. $sudo apt-get install python-dev In case, if you already installed, please change PYTHON_VERSION in /opt/* tinyos*-2.0/support/make/*sim*.*extra* from 2.5 to 2.6. You can get python version by typing python at command prompt. On Thu, Jun 30, 2011 at 12:54 AM,