[Tinyos-help] Floats and Arrays in NesC

2005-12-07 Thread upperman
by the NesC functions? If so, are there any resources that you could point us to for using floats and/or arrays? I am a beginner to NesC, so any help would be appreciated! Thank you very much, Gina Upperman ___ Tinyos-help mailing list Tinyos-help

[Tinyos-help] Micaz - memory limitation and multiplier function

2006-02-04 Thread upperman
e built-in multiplier function fixed-point or floating-point? Thank you, Gina Upperman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Multiple calls to radio

2006-03-01 Thread upperman
? What is the recommended way for sending multiple messages in succession? Thanks, Gina Upperman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Installing Deluge 2.0

2005-10-27 Thread Gina Upperman
micaz motes?   Thank you, Gina Upperman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Signal_Strength for Micaz

2005-10-27 Thread Gina Upperman
way to measure signal strength?   Thanks, Gina Upperman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Deluge Ping Java Error

2005-10-29 Thread Gina Upperman
FoundError: net/tinyos/tools/Deluge   We are running this from the correct path, and the file exists.  However, we are not able to get it to compile.  Any suggestions would be appreciated.     Thank you, Gina Upperman ___ Tinyos-help mailing list T

[Tinyos-help] Surge program for tinyos 1.1.10 has "start root beacon, " "send sleep" ...

2005-10-29 Thread Gina Upperman
tinyOS 1.1.14 is missing:  ie, “start root beacon,” “send sleep,” “send wakeup” …    Why does the current version of Surge not have these capabilities?  Is there a way to use this version?   Thank you, Gina Upperman ___ Tinyos-help mailing list

[Tinyos-help] Details for SurgeController

2005-11-08 Thread Gina Upperman
other tools working with Surge_Reliable? Thanks in advance for any help,Gina Upperman   ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Running SerialForwarder from a USB port

2005-11-08 Thread Gina Upperman
, Gina Upperman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Using Mote-View to send commands to micaz motes

2005-11-09 Thread Gina Upperman
you….   Thank you very much, Gina Upperman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

RE: [Tinyos-help] Using Mote-View to send commands to micaz motes

2005-11-10 Thread Gina Upperman
ay, November 10, 2005 2:53 AM To: Gina Upperman; tinyos-help@Millennium.Berkeley.EDU Cc: 'Aditya Nag'; 'Ben Weidman' Subject: Re: [Tinyos-help] Using Mote-View to send commands to micaz motes Another way of accomplishing this is to use the XMesh apps. They have the ability to a

[Tinyos-help] Using Mote-View - sending commands

2005-11-16 Thread Gina Upperman
to the motes (turning on/off the LED’s), I get the error messages:  “Note: write failed.  Safe-read: Resource temporarily unavailable.”  Does anyone know what might be causing this?   Any help would be appreciated!  Thank you,   Gina Upperman

[Tinyos-help] Compiling files in tos\lib

2005-11-29 Thread Gina Upperman
compile the files in tos\lib\Counters?   Thank you, Gina Upperman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

RE: [Tinyos-help] Compiling files in tos\lib

2005-11-30 Thread Gina Upperman
Phil - That was indeed the problem - thanks for your help! Gina -Original Message- From: Philip Levis [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 29, 2005 6:32 PM To: Gina Upperman Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Compiling files in tos\lib

[Tinyos-help] Sending Commands / Broadcasting - BcastM

2006-02-07 Thread Gina Upperman
Could it also be possible that multiple messages are already in the message queue before the mote is able to mark some of them as seen?  Has anyone had luck with a command broadcast program?  Any help would be appreciated!   Thank you very much,

[Tinyos-help] Dynamically uploading parameters to motes

2006-02-11 Thread Gina Upperman
Hi All –   We are using the micaz motes and would like to dynamically upload parameters to them.  Ie) We would like to send values to the mote after its program has already been compiled and loaded, and have it store these values and use them in the program.  Has anyone done this before a

[Tinyos-help] Calling RadioOut from inside a task

2006-02-21 Thread Gina Upperman
Hi All –   Our program seems to not be able to call the RadioOut() function from within a task in nesC, and we don’t know why.  Has anyone run into this problem or have an explanation?   Thanks! Gina ___ Tinyos-help mailing list Tinyos-

[Tinyos-help] Using multiple timers

2006-02-23 Thread Gina Upperman
Hi All –   We are trying to instantiate multiple timers in our nesC program and are wondering if anyone had done this before.  ie)  We would like to have multiple timers that each fire on different intervals.  Any advice would be appreciated.   Thanks, Gina Upperman

RE: [Tinyos-help] Multiple calls to radio

2006-03-01 Thread Gina Upperman
set so that the second call can happen?  What is the recommended way for sending multiple messages in succession? Thanks, Gina Upperman ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/li

[Tinyos-help] Sending messages at the same time using a queue in SendDone

2006-03-10 Thread Gina Upperman
We are trying to send messages at the same time.  To do this, we have built our own simple version of a queue.  When multiple messages are sent, one is transmitted and the others are added to the stack.  That is, the addresses of the nodes are added to an array of integers.  We tried using

[Tinyos-help] Changing the frequency on Micaz motes

2006-04-11 Thread Gina Upperman
)?  Has anyone tried to use the:   app/ make xbow local   command to try to change the frequency?  Crossbow tech support was unhelpful - we were hoping someone might have experience with changing the frequencies, and we would appreciate any advice.   Thank you very much, Gina Upperman Rice

[Tinyos-help] Sensing Temperature - getData() function

2006-04-12 Thread Gina Upperman
to temp.getData().  Does anyone have experience reading from the temperature sensor on these motes?  Is there something that you need to do differently from the light sensor?  Any advice would be appreciated!   Thank you very much, Gina Upperman Rice University

[Tinyos-help] Turning on the temperature sensor for Micaz motes

2006-04-16 Thread Gina Upperman
?  A few posts from several years ago mention this, but the files they reference seem to be obsolete.  Has anyone had luck with using the temperature sensor, and was there anything extra that you had to do?  Any advice would be appreciated!   Thank you, Gina Upperman Rice University

RE: [Tinyos-help] Turning on the temperature sensor for Micaz motes

2006-04-17 Thread Gina Upperman
code for our module is included below.)  Any advice would be greatly appreciated!   Thank you, Gina Upperman         module SenseToSensor{     provides {     interface StdControl;   }   uses {     interface StdControl as TimerControl;     interface StdControl as TempControl

[Tinyos-help] Problems receiving messages while temperature sensor is on

2006-04-19 Thread Gina Upperman
measurements cannot receive messages from the rest of the network.  It also seems that trying to take light and temperature measurements at the same time is problematic.  Has anyone experienced this or has any ideas?   Thank you very much, Gina Upperman

FW: [Tinyos-help] Turning on the temperature sensor for Micaz motes

2006-04-20 Thread Gina Upperman
-Original Message- From: Raghu Ganti [mailto:[EMAIL PROTECTED] Sent: Thursday, April 20, 2006 9:10 AM To: Ben Weidman Cc: Gina Conti Upperman; Aditya Nag Subject: Re: [Tinyos-help] Turning on the temperature sensor for Micaz motes hey ben, yeah, theres a problem with temp and receive

[Tinyos-help] Measuring battery voltage on micaz

2006-04-25 Thread Gina Upperman
this the correct module to use?  Is this the correct conversion formula?  Any advice would be greatly appreciated!   Thank you, Gina Upperman       ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https