[Tinyos-help] ssh file for the testbed

2013-01-17 Thread Sarah John Mwariti
Hi, i want to create an SSH file for the testbed...on the testbed i have 20 motes mounted on the ceiling of the lab , one of the motes serve as the gateway. i want to be able to access the testbed outside the lab.where i can just loggin on the terminal to access the testbed. How do i go abou

Re: [Tinyos-help] printf error

2013-01-15 Thread Sarah John Mwariti
serial@/dev/ttyUSB0:115200: ignoring unknown packet type 0x0 > > > any suggestions of what's wrong? > > > On Mon, Jan 14, 2013 at 10:59 AM, Sarah John Mwariti > wrote: > >> Thanks all for the reply... >> >> I have taken all your comments into considerati

Re: [Tinyos-help] printf error

2013-01-14 Thread Sarah John Mwariti
type 0x0 any suggestions of what's wrong? On Mon, Jan 14, 2013 at 10:59 AM, Sarah John Mwariti wrote: > Thanks all for the reply... > > I have taken all your comments into consideration. > > This what i get when i am trying to print.It prints nothing > Thread[Thre

Re: [Tinyos-help] printf error

2013-01-14 Thread Sarah John Mwariti
wrote: > Do you have the following line in your configuration file? > > components SerialPrintfC; > > notice that you don't need to wire it to anything. > > > > > On 10-1-2013 9:28, Sarah John Mwariti wrote: > > Happy new year guys... > > I want t

[Tinyos-help] printf error

2013-01-10 Thread Sarah John Mwariti
Happy new year guys... I want to use printf statements in an application and I added the following flags in the makefile. CFLAGS += -I$(TOSDIR)/lib/printf CFLAGS += -DPRINTF_BUFFER_SIZE=250 and i have added include :#include "printf.h" header file but when i make telosb install, i get the follo

Re: [Tinyos-help] Fwd: Temperature, Humidity and Light formula.

2012-12-19 Thread Sarah John Mwariti
> once again, im sending this question, i haven't got the answer of how to > convert the light sensor raw data. > > can somebody send me the formula. i have searched on the previous messages > on the mailing list but still no luck. > > Regards, > > -

Re: [Tinyos-help] Temperature, Humidity and Light formula.

2012-12-19 Thread Sarah John Mwariti
far, it is unlikely > that someone knows what you are looking for. > > Best thing is to figure how to find this out for yourself. > > > On Thu, Dec 13, 2012 at 1:16 AM, Sarah John Mwariti > wrote: > >> Hi guys, >> >> once again, im sending this question,

[Tinyos-help] Fwd: Temperature, Humidity and Light formula.

2012-12-13 Thread Sarah John Mwariti
Sarah John Mwariti Date: Thu, Nov 29, 2012 at 3:42 PM Subject: Temperature, Humidity and Light formula. To: tinyos-help@millennium.berkeley.edu Hi guys, i have modified the Oscilloscope code to sense the temperature, Humidity and Light. What is the formula to calculate the Humidity and Light

[Tinyos-help] How to store data from telosb network

2012-12-04 Thread Sarah John Mwariti
Hi all, I have a modified the Oscilloscope program to sense Temperature. I want to calculate the minimum, average and maximum temperature after a period of time eg. after 30 minutes. How do i store data from the *telosb* network? Regards, Sara. ___

[Tinyos-help] Fwd: How to store data from the telosb network

2012-12-04 Thread Sarah John Mwariti
-- Forwarded message -- From: Sarah John Mwariti Date: Tue, Dec 4, 2012 at 4:54 PM Subject: How to store data from the telosb network To: tinyos-help@millennium.berkeley.edu Hi all, I have a modified the Oscilloscope program to sense Temperature. I want to calculate the minimum

[Tinyos-help] How to store data from the telosb network

2012-12-04 Thread Sarah John Mwariti
Hi all, I have a modified the Oscilloscope program to sense Temperature. I want to calculate the minimum, average and maximum temperature after a period of time eg. after 30 minutes. How do i store the data from the *telosb* network? Regards, Sara.

[Tinyos-help] Temperature, Humidity and Light formula.

2012-11-29 Thread Sarah John Mwariti
Hi guys, i have modified the Oscilloscope code to sense the temperature, Humidity and Light. What is the formula to calculate the Humidity and Light? For Temperature i used: 38.4 + 0.0098 * (data). Hope to get the reply soon Thanks Sara. ___ Tinyo

Re: [Tinyos-help] Programming the motes in the Tesbed.

2012-11-22 Thread Sarah John Mwariti
urce code > and run 'make' to compile for your system if you decide not to use the > WiFi routers, which by default are assumed to be part of the testbed > infrastructure. > > Best, > Marcin > > > On Mon, Nov 19, 2012 at 8:35 AM, Sarah John Mwariti > wrote:

[Tinyos-help] Linght >.>>>>>> Hamamatsu?

2012-11-22 Thread Sarah John Mwariti
Hi guys, How do you measure the light? i know for Temperature and humidity you use Sensirionsht11. What do you use for Light, Hamamastu? And which formula to use for the lightfor temperature i used this one 38.4 + 0.0098 Regards Sara. ___ Tinyos-h

[Tinyos-help] Programming the motes in the Tesbed.

2012-11-19 Thread Sarah John Mwariti
Dear All, I need some help Let say you have 20 motes on the test-bed.and you want to select 9 motes to program. How do you select them? by creating the interface where you click the motes you want to program? If you have to create the interface, how do you go about it? In need of enlig

Re: [Tinyos-help] How to program all the motes same time.

2012-11-18 Thread Sarah John Mwariti
motes to program. > > > > You can google how to create udev rules, and for the scripting/interface > > part you will have to start banging your keyboard and giving it a go. > > > > --Antonio > > > > On Fri, Nov 16, 2012 at 12:58 PM, Sarah John Mwariti < &

Re: [Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Sarah John Mwariti
i was able to do this by creating a bash file. Now how to create an interface where you can select which mote you want to program? On Fri, Nov 16, 2012 at 10:42 AM, Sarah John Mwariti wrote: > Hi guys, > > > i have a small test-bed using 6 motes, whenever i send data to the mot

[Tinyos-help] Fwd: How to program all the motes same time.

2012-11-16 Thread Sarah John Mwariti
-- Forwarded message -- From: Sarah John Mwariti Date: Fri, Nov 16, 2012 at 10:42 AM Subject: How to program all the motes same time. To: tinyos-help@millennium.berkeley.edu Hi guys, i have a small test-bed using 6 motes, whenever i send data to the motes, i send data to each

[Tinyos-help] How to program all the motes same time.

2012-11-16 Thread Sarah John Mwariti
Hi guys, i have a small test-bed using 6 motes, whenever i send data to the motes, i send data to each motes in a given time. How to program all the motes same time instead of programming them one by one? Looking forward to your reply. Regards Sara. __

Re: [Tinyos-help] Test-Bed

2012-11-16 Thread Sarah John Mwariti
u, Nov 15, 2012 at 3:21 AM, Sarah John Mwariti > wrote: > > Hi All, > > > > I have created a small test bed and its working fine BUT each an > every-time > > i send data to the nodes in the testbed, i have to program them one by > > one > > > > Is

Re: [Tinyos-help] Test-Bed

2012-11-15 Thread Sarah John Mwariti
On Thu, Nov 15, 2012 at 10:21 AM, Sarah John Mwariti wrote: > Hi All, > > I have created a small test bed and its working fine BUT each an > every-time i send data to the nodes in the testbed, i have to program them > one by one > > Is there anyway that i can send dat

[Tinyos-help] Test-Bed

2012-11-15 Thread Sarah John Mwariti
Hi All, I have created a small test bed and its working fine BUT each an every-time i send data to the nodes in the testbed, i have to program them one by one Is there anyway that i can send data to all of them once? And how to create the interface where i can select the nodes that i wa

[Tinyos-help] (no subject)

2012-11-14 Thread Sarah John Mwariti
Hi All, I have created a small test bed and its working fine BUT each an every-time i send data to the nodes in the testbed, i have to program them one by one Is there anyway that i can send data to all of them once? And how to create the interface where i can select the nodes that i wa

Re: [Tinyos-help] Fwd: Transmission Power

2012-11-13 Thread Sarah John Mwariti
sageC; > components new TimerMilliC(); > > App.Boot -> MainC.Boot; > > App.Receive -> ActiveMessageC.Receive[240]; > App.AMSend -> ActiveMessageC.AMSend[240]; > App.SplitControl -> ActiveMessageC; > App.Leds -> LedsC; > App.CC2420Packet->CC24

[Tinyos-help] Fwd: Transmission Power

2012-11-13 Thread Sarah John Mwariti
-- Forwarded message -- From: Sarah John Mwariti Date: Tue, Nov 13, 2012 at 12:23 PM Subject: Re: Transmission Power To: tinyos-help@millennium.berkeley.edu, Eric Decker And i am using telosb motes... On Tue, Nov 13, 2012 at 12:18 PM, Sarah John Mwariti wrote: > Hi g

Re: [Tinyos-help] Transmission Power

2012-11-13 Thread Sarah John Mwariti
And i am using telosb motes... On Tue, Nov 13, 2012 at 12:18 PM, Sarah John Mwariti wrote: > Hi guys, > > i am trying to modify the BlinkToRadio program to control the transmission > power. > > I have modified the BlinkToRadio Makefile code to this : > > OMPONENT=Bl

[Tinyos-help] Transmission Power

2012-11-13 Thread Sarah John Mwariti
Hi guys, i am trying to modify the BlinkToRadio program to control the transmission power. I have modified the BlinkToRadio Makefile code to this : OMPONENT=BlinkToRadioAppC include $(MAKERULES) PFLAGS+=-DCC2420_DEF_RFPOWER = 10; Can somebody PLEASE tell me of i am doing this correctly if not

Re: [Tinyos-help] Reading Temperature

2012-11-09 Thread Sarah John Mwariti
And im using only 3 motes , one as a base station Do i need serialboard to run the MultihopOscilloscope? On Fri, Nov 9, 2012 at 1:19 PM, Sarah John Mwariti wrote: > now i have a problem with the MultihopOscilloscope : > > im trying yo run the MultihopOscilloscope Application but the

Re: [Tinyos-help] Reading Temperature

2012-11-09 Thread Sarah John Mwariti
to test the multihop communication. On Fri, Nov 9, 2012 at 1:16 PM, Sarah John Mwariti wrote: > it was compiling but not giving me the result i was expecting which is > Temperature. > > It wasnt reading this formula: temp = -38.4 + 0.0098 *data > > because of the wher

Re: [Tinyos-help] Reading Temperature

2012-11-09 Thread Sarah John Mwariti
it? > > > On Thu, Nov 8, 2012 at 11:53 PM, Sarah John Mwariti > wrote: > >> Finally i it is workingThank you! >> >> >> On Fri, Nov 9, 2012 at 8:58 AM, Sarah John Mwariti >> wrote: >> >>> Hi All, >>> >>> I need help,

Re: [Tinyos-help] Reading Temperature

2012-11-08 Thread Sarah John Mwariti
Finally i it is workingThank you! On Fri, Nov 9, 2012 at 8:58 AM, Sarah John Mwariti wrote: > Hi All, > > I need help, i have modified the oscilloscope application but i cant seem > to get the code working. > > where to put : temp = -38.4 + 0.009*data? on the .h file or Os

[Tinyos-help] Reading Temperature

2012-11-08 Thread Sarah John Mwariti
Hi All, I need help, i have modified the oscilloscope application but i cant seem to get the code working. where to put : temp = -38.4 + 0.009*data? on the .h file or OscilloscopeC file Regards Sara. ___ Tinyos-help mailing list Tinyos-help@millenniu

Re: [Tinyos-help] TEOSB Bi-directional communication between 2 motes

2012-10-24 Thread Sarah John Mwariti
sure what you are asking. Not clear at all. > > > On Wed, Oct 24, 2012 at 12:06 AM, Sarah John Mwariti > wrote: > >> Hi guys, >> >> in need of some help with bi-directional communication between two motes, >> or a document that i can use. I have gone thro

[Tinyos-help] TEOSB Bi-directional communication between 2 motes

2012-10-24 Thread Sarah John Mwariti
Hi guys, in need of some help with bi-directional communication between two motes, or a document that i can use. I have gone through the mote-mote communication tutorial, and it works fine I want to have a BaseStation sending data to a mote then after 1muntes then the mote forward the data to th

[Tinyos-help] bi-directional communication between two motes

2012-10-23 Thread Sarah John Mwariti
Hi guys, in need of some help with bi-directional communication between two motes, or a document that i can use. i have gone through the mote-mote communication tutorial, and it works fine I want to have a BaseStation sending data to a mote then after 1muntes then the mote forward the data to th

[Tinyos-help] Help:Reading/Sending Temperature

2012-10-22 Thread Sarah John Mwariti
Hi All, I have a modified the Collection code from the tutorials, to Read the temperature value and transmit the temperature among the telosb motes (i have used 2 motes plus one as BaseStation). But it gives an error, which i am failing to fix, Please Help. there is an error: mkdir -p build/tel

[Tinyos-help] Toggling the LEDS

2012-10-12 Thread Sarah John Mwariti
Hi Everyone, I was able to send packets from one mote to another mote. I want to Toggle one LED on the mote, eg Toggle Blue LED in one mote and Toggle Red LED to another mote. How do i do this? Sorry for asking a primitive questions, im still new. Regards Sarah. _

Re: [Tinyos-help] Sending Packets

2012-10-12 Thread Sarah John Mwariti
quanto permanecerem lutando por alguma coisa, os homens estarĂ£o sempre > cometendo erros", Goethe > > > > > > On Wed, Oct 10, 2012 at 7:39 AM, Sarah John Mwariti > wrote: > >> Hi All, >> >> I followd the mote-mote communication tutoriali

Re: [Tinyos-help] Sending Packets

2012-10-10 Thread Sarah John Mwariti
;: BlinkToRadioAppC.nc:19: syntax error before `=' make: *** [exe0] Error 1 Please Help. Regards Sarah. On Wed, Oct 10, 2012 at 7:44 AM, Sarah John Mwariti wrote: > Hi Eric, > > Thank you fr replying, I'll follow the tutorial. > > > Regards > Sarah. > > On Wed,

Re: [Tinyos-help] Sending Packets

2012-10-09 Thread Sarah John Mwariti
.net/tinywiki/index.php/TinyOS_Tutorials > > in particular check out "mote-to-mote communication" > > On Tue, Oct 9, 2012 at 2:20 PM, Sarah John Mwariti > wrote: > >> Hi All, >> >> I am new on Tinyos, im still trying to understand it. >> >> I w

Re: [Tinyos-help] Sending Packets

2012-10-09 Thread Sarah John Mwariti
Hi All, > > I am new on Tinyos, im still trying to understand it. > > I was able to install Tinyos 2.1.2 version on Linux 12.04 and its working > fine. I have practised the Blink necCode and played around with it. Feels > good when the motes Blinks. > > Now i need help on how to send the packets e.

[Tinyos-help] Sending Packets

2012-10-09 Thread Sarah John Mwariti
Hi All, I am new on Tinyos, im still trying to understand it. I was able to install Tinyos 2.1.2 version on Linux 12.04 and its working fine. I have practised the Blink necCode and played around with it. Feels good when the motes Blinks. Now i need help on how to send the packets e.g sending 1 t