RE: [Tinyos-help] Compile Error

2006-10-03 Thread Bryn Smith
I installed TinyOS direct from CVS (post 1.1.15) and I am getting these messages too. They seem to be from the TOSSIM core (nido) - my simulations still seem to run fine though. Bryn -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Anuradha Eragani Sent: W

[Tinyos-help] PowerTOSSIM with CC1000 radio and profiling

2006-10-06 Thread Bryn Smith
ofiling as well. Thanks in advance, Bryn Smith Honours Student Department of Computer Science and Computer Engineering La Trobe University ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailma

[Tinyos-help] MicaZ PowerTOSSIM Model?

2006-08-31 Thread Bryn Smith
asured the power consumption of a MicaZ mote? Thanks in advance, Bryn Smith Department of Computer Science and Computer Engineering La Trobe University ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.e

RE: [Tinyos-help] Temperature sensor for micaz, tinyos-1.x

2006-09-24 Thread Bryn Smith
Title: Message If you look at the operation manual: http://www.xbow.com/Support/Support_pdf_files/MTS-MDA_Series_Users_Manual.pdf The bottom of page 7 has the formula to convert to degrees Kelvin.   --Bryn -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

[Tinyos-help] TOSSIM Radio problems...

2006-09-25 Thread Bryn Smith
the send() and sendDone() calls both return SUCCESS. Can anyone make any suggestions as to how I would fix this problem? Thanks, Bryn Smith Honours Student Department of Computer Science and Computer Engineering La Trobe University ___ Tinyos-help mailing l

RE: [Tinyos-help] make mica2 (error).

2006-09-26 Thread Bryn Smith
through the installation procedures carefully. Regards, Bryn Smith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of sundaresh sundaralingam Sent: Tuesday, 26 September 2006 10:26 PM To: tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] make mica2

RE: [Tinyos-help] Serial In-Programming or Ethernet In-programming

2006-09-26 Thread Bryn Smith
rcase!) Hope this helps, Bryn Smith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of walid hamdi Sent: Tuesday, 26 September 2006 11:32 PM To: tinyos-help@Millennium.Berkeley.EDU Subject: [Tinyos-help] Serial In-Programming or Ethernet In-programming Could an

RE: [Tinyos-help] make mica2 (error).

2006-09-27 Thread Bryn Smith
ed to install other stuff from the CD (including the nesC rpm and the other AVR Tools rpm files) - see the listing at the bottom of page 13 here -> http://www.xbow.com/Support/Support_pdf_files/Getting_Started_Guide.pdf   Hope this helps!   Bryn Smith -Original Message-From: s

RE: [Tinyos-help] make mica2 (error).

2006-09-27 Thread Bryn Smith
section under "Installing and Updating Packages") Let us know how you go! Bryn Smith -Original Message- From: sundaresh sundaralingam [mailto:[EMAIL PROTECTED] Sent: Wednesday, 27 September 2006 8:28 PM To: Bryn Smith Subject: Re: [Tinyos-help] make mica2 (error). Bryn, Yes the

RE: [Tinyos-help] ACK in TOSSM

2006-09-29 Thread Bryn Smith
sendDone will signal SUCCESS if the message TRANSMITS successfully, not necessarily if it is RECEIVED successfully. If you want to check if the ACK has been received, you need to check that (msg->ack == 1). Hope this helps, Bryn Smith -Original Message- From: [EMAIL PROTECTED] [mai

RE: [Tinyos-help] ACK in TOSSM

2006-09-29 Thread Bryn Smith
In the radio stack code that I've seen (mainly the CC1000 TOSSIM code) ACKs are not required for broadcast traffic. It might be worth your while looking closely at the debug messages (if you turn them all on) - they might have more detail. Bryn -Original Message- From: [EMAIL PROTECTED] [

RE: [Tinyos-help] taking ascii value instead the literal value....

2006-09-30 Thread Bryn Smith
convert an array of characters to the corresponding decimal integer. Hope this helps, Bryn Smith -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of primalfear 69 Sent: Saturday, 30 September 2006 6:01 PM To: tinyos-help Subject: [Tinyos-help] taking asci