[Tinyos-help] RE: Tinyos-help Digest, Vol 41, Issue 76

2006-09-15 Thread Adesola Omotayo
Sumit, TOSBase and Surge are not compatible. You need to install Surge on all your motes with each one having a unique ID and the base station should be configured with an ID of 0. Adesola -Original Message- Message: 3 Date: Fri, 15 Sep 2006 15:31:50 +0200 From: Ole Bischoff [EMAIL

[Tinyos-help] RE: setting node to sleep in TinyOS

2006-06-17 Thread Adesola Omotayo
The following steps will put a node to sleep for a specified time: 1) stop the activities the node performs (this puts the node to sleep) 2) set a timer to fire after a specified time interval (this is the wake-up time) 3) in the fired() event of the timer, start the node's activities that you

RE: [Tinyos-help] Programmer is not responding problem with MIB510

2006-06-05 Thread omotayo
This problem can be caused by the mote not sitting well on the programmer. You may need to exert some pressure to make sure the mote is well connected to the programming board. Adesola -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tsenka Stoyanova

[Tinyos-help] A Timer Interval of Zero

2006-06-01 Thread Adesola Omotayo
Hello, After allowing my network topology to stabilize (i.e. parent child relationships have been established), I want to stop the automatic update of the NeighborTbl in MultiHopLEPSM. I issued the following statement with the purpose of causing the timer never to fire again: call

[Tinyos-help] RE: Tinyos-help Digest, Vol 37, Issue 105

2006-05-26 Thread Adesola Omotayo
, although it is slow. raghu -- Message: 1 Date: Thu, 25 May 2006 13:19:00 -0600 From: Adesola Omotayo [EMAIL PROTECTED] Subject: [Tinyos-help] Floating Point Calculation To: tinyos-help@millennium.berkeley.edu Message-ID

[Tinyos-help] Floating Point Calculation

2006-05-25 Thread Adesola Omotayo
Hello, Does nesC support floating point arithmetic? Can I successfully execute the following statements in nesC: float j; j = 1.2 * 0.37; Thanks, Adesola ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

RE: [Tinyos-help] Differences Between Receive and ReceiveMsg Interfaces

2006-05-16 Thread Adesola Omotayo
Thank you for the explanation! Adesola -Original Message- From: Philip Levis [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 16, 2006 8:45 AM To: Adesola Omotayo Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] Differences Between Receive and ReceiveMsg Interfaces On May

[Tinyos-help] Differences Between Receive and ReceiveMsg Interfaces

2006-05-15 Thread Adesola Omotayo
Hello, Kindly enlighten me about the differences between the Receive and ReceiveMsg interfaces. When can I use the Receive interface and when can I use the ReceiveMsg interface? What indicates which one to use? Thanks, Adesola ___

RE: [Tinyos-help] Sending Commands to Mica2 Motes From a PC

2006-04-26 Thread Adesola Omotayo
: Adesola Omotayo Sent: Saturday, April 22, 2006 10:52 PM To: Venkat Manoj; tinyos-help@millennium.berkeley.edu Subject: RE: [Tinyos-help] Sending Commands to Mica2 Motes From a PC Hello Venkat, I really appreciate that you responded to my mail. Radio communication is not the problem, but UART

[Tinyos-help] Sending Commands to Mica2 Motes From a PC

2006-04-22 Thread Adesola Omotayo
Hello All, Please help! The problem I have is in sending commands to motes from a PC. These were the steps I took: 1. programmed three mica2 motes with Surge_Reliable and designated one of them as the base node (ID of 0). 2. started serial forwarder 3. ran the java program,

[Tinyos-help] Size of Available EEPROM

2006-04-11 Thread Adesola Omotayo
Hi All, I want to write a program to determine how much of a motes EEPROM is available for use, but I do not know what to check for and where to do the checking. Any help will be appreciated. Adesola ___ Tinyos-help mailing list

[Tinyos-help] [nesC] Date Time Functions

2006-01-25 Thread Adesola Omotayo
Hello, I need all the help I can get on this seemingly trivia issue. I want to determine the date and time that a particular event occurs (e.g. ADC.dataReady), but I dont know how to do this in nesC. I tried including time.h, the C standard library, in my nesC module. The module

[Tinyos-help] [nesC] Date Time Functions

2006-01-25 Thread Adesola Omotayo
Janos, If the 32kH timer rolls over in fourty-something minutes, then it is worthless to synchronize the base station time with the computers time as it will roll over in less than an hour. I am just being curious here: I think most computers use crystals of 32KHz to provide real-time