[Tinyos-help] tinyOs vs Kontiki..

2006-06-28 Thread nazrul hazeri
Hi verybody here...i'm new here and tinyOs is very new for me. What is the difference in using TinyOs compared to kontiki? Inbox full of spam? Get leading spam protection and 1GB storage with All New Yahoo! Mail.___ Tinyos-help mailing list

Re: [Tinyos-help] tinyOs vs Kontiki..

2006-06-28 Thread [EMAIL PROTECTED]
Hi, Have a look at the following paper: http://www.ece.iisc.ernet.in/network_labs/manjunath/commag.pdf Manjunath -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. ___

[Tinyos-help] difference between events and async events

2006-06-28 Thread Hari Hara Sudhan
Hi every one I am new to tiny os and nesC. I want to know the diference between the following two stmts. Event void timer.fired() and Async void timer.fired(). Thank you in advance. ___ Tinyos-help mailing list

Re: [Tinyos-help] Help me with power range and signal strength!

2006-06-28 Thread Aditya Bhave
Many users (including me) have had no success using the CC1000Control interface and the setRFPower commands. The way I did it was to edit the CC1000Control.h file in /tos/system/platforms/mica2. Ive forgotten the excat location now but there is a 2-D array called PARAM..something somewhere. In the

[Tinyos-help] Mica2 VS MICAz

2006-06-28 Thread Sumit
Hi, I am using Xlisten program to interact with data from XSensorMDA300 and XSensorMTS300 programmed in Mica2 motes. I have used both mica2 and micaz to recieve data from MDA300 and MTS310 boards. I am trying to figure out which one of these motes is better for collecting the data from the motes

[Tinyos-help] How to log Messages ?

2006-06-28 Thread bhushan bhatt
Hi all, I have an application in which all the motes send data to base station once in every 10 seconds. At the base station i want to log the data in a file so that i can analyze the data later. Which is the best way i can do it ? I read through BcastInject.JAVA but i dont think it is useful for

RE: [Tinyos-help] current consumption on MicaZ in tinyos-2.x

2006-06-28 Thread Martin Turon
Hi Razvan, If you put the ATmega128L to extended standby, you should measure ~20uA. If the cc2420 radio oscillator is still on (but radio is in standby) you should measure a total system power of ~50uA. Martin __ Martin Turon | Crossbow

[Tinyos-help] Mate GUI Patch for Saving Files

2006-06-28 Thread Ben Kelley
The gui lacked an option to explicitly save the file currently selected. Diff against tos cvs. cd to $TOSROOT/tools/java/net/tinyos/script/ patch patchfilename make MateGuiSaveOption.patch Description: Binary data ___ Tinyos-help mailing list

Re: [Tinyos-help] tinyOs vs Kontiki..

2006-06-28 Thread Philip Levis
On Jun 28, 2006, at 1:40 AM, [EMAIL PROTECTED] wrote: Hi, Have a look at the following paper: http://www.ece.iisc.ernet.in/network_labs/manjunath/commag.pdf Manjunath This is a very useful paper! Phil ___ Tinyos-help mailing

[Tinyos-help] how to use tmote sky sensors in VM

2006-06-28 Thread song guo
Hi All,Currently, I am program the tmote sky with mate'(version 2.2.1) under TOS 1.1.11.The problem I met is that the mate' do not recognize the sense function: tlightt(), tlightp(), ttemp(),and remind me that the functions do not exist. I opened the telos.vmsf file and there exactly exists such

[Tinyos-help] Constants writed on the flash

2006-06-28 Thread jose m
Can I declare with nesc a constant structure allocated on the flash? (static or something). José. ___ 1GB gratis, Antivirus y Antispam Correo Yahoo!, el mejor correo web del mundo

RE: [Tinyos-help] current consumption on MicaZ in tinyos-2.x

2006-06-28 Thread Razvan Musaloiu-E.
Hi! On Wed, 28 Jun 2006, Martin Turon wrote: Hi Razvan, If you put the ATmega128L to extended standby, you should measure ~20uA. If the cc2420 radio oscillator is still on (but radio is in standby) you should measure a total system power of ~50uA. Thank you Martin! :-) So the values I'm

[Tinyos-help] Surge_Reliable

2006-06-28 Thread sazure
Hi, all, I am testing Surge_Reliable program using Mica2 motes. I directly read raw data. However, by comparing the uint16_t sourceaddr bytes uint16_t originaddr bytes, I didn't find a multihop happened even I deploy one mote out of base range and put another mote in the middle between

Re: [Tinyos-help] how to use tmote sky sensors in VM

2006-06-28 Thread Philip Levis
On Jun 28, 2006, at 11:27 AM, song guo wrote: Hi All, Currently, I am program the tmote sky with mate'(version 2.2.1) under TOS 1.1.11.The problem I met is that the mate' do not recognize the sense function: tlightt(), tlightp(), ttemp(),and remind me that the functions do not exist. I

Re: [Tinyos-help] difference between events and async events

2006-06-28 Thread Philip Levis
On Jun 28, 2006, at 1:43 AM, Hari Hara Sudhan wrote: Hi every one I am new to tiny os and nesC. I want to know the diference between the following two stmts. Event void timer.fired() and Async void timer.fired(). Thank you in advance. The TinyOS programming manual goes into the difference

Re: [Tinyos-help] how to use tmote sky sensors in VM

2006-06-28 Thread Philip Levis
On Jun 28, 2006, at 2:08 PM, song guo wrote: Hi Phil, Thank you for your reply, I exactly used the bombilla-telosb.vmsf. The telos.vmsf file under directory of sensorboard told me there should exist such functions. Then I looked up the folder of sensors under the directory of

[Tinyos-help] Rv: Constants writed on the flash

2006-06-28 Thread jose m
Hello, There is any way that a string can be declared allocated (at compilation time) on flash or EEPROM? Because I need to save RAM. Thanks in advance. José ___ 1GB gratis, Antivirus y Antispam

[Tinyos-help] how to implement NST-AODV routing protocol in the TelosB

2006-06-28 Thread Muddesar Iqbal
Hello every one i am wondering if some one could help me with implementation of AODV routing protocol in the telosb platform. i have downloaded the NST-AODV from http://www.i2cat.net/i2cat/servlet/I2CAT.MainServlet?seccio=13_6_2 i am completely beginer and had tried delta and some other sample

[Tinyos-help] Mate and send_lqi on Telosb/tmote

2006-06-28 Thread Ben Kelley
Hi, I'm going through the tutorial on Mate and having some issues with send_lqi (or maybe not) on T-Sky/telosb. If I am reading the documentation right, send_lqi acts as a drop-in for send, and thus the packets forwarded via send_lqi would be output at the root node as the data. I have run the

Re: [Tinyos-help] Mate and send_lqi on Telosb/tmote

2006-06-28 Thread Philip Levis
On Jun 28, 2006, at 3:51 PM, Ben Kelley wrote: Hi, I'm going through the tutorial on Mate and having some issues with send_lqi (or maybe not) on T-Sky/telosb. If I am reading the documentation right, send_lqi acts as a drop-in for send, and thus the packets forwarded via send_lqi would

Re: [Tinyos-help] generate docs

2006-06-28 Thread Rahul Sawant
hi i think this is because ur comp already has a file dot.exe and the version of that is old. u can search where it is on ur comp . in my comp it was in \Matlab7\bin\win32 folder as matlab also uses it. i guess if u rename this file in matlab folder everthing will work fine. or i guess change the

[Tinyos-help] component documentation

2006-06-28 Thread Tehn Yit Chin
Hi, I was wondering if there are any documentation on what components are standard in the tinyos 1.1.0, other than browsing through the source? many thanks -- Tehn Yit Chin Embedded System Engineer, Grey Innovation Pty. Ltd. ___ Tinyos-help mailing

[Tinyos-help] where to find TEP104 and TEP105 for tinyos-2.x

2006-06-28 Thread Liu Haibin
Hi,Any idea where I can find TEP104 and TEP105 for tinyos-2.x? They're refered to in other TEP's but are nowhere to be found.Regards,Haibin ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Re: Tinyos-help Digest, Vol 38, Issue 88

2006-06-28 Thread suzet war
-stream Size: 2534 bytes Desc: not available Url : http://mail.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20060628/8df758a9/MateGuiSaveOption-0001.obj -- Message: 3 Date: Wed, 28 Jun 2006 11:20:13 -0700 From: Philip Levis [EMAIL PROTECTED

Re: [Tinyos-help] where to find TEP104 and TEP105 for tinyos-2.x

2006-06-28 Thread Philip Levis
On Jun 28, 2006, at 7:41 PM, Liu Haibin wrote: Hi, Any idea where I can find TEP104 and TEP105 for tinyos-2.x? They're refered to in other TEP's but are nowhere to be found. Those two have pretty much timed out (haven't been discussed in almost two years); they might be revisited at

Fwd: [Tinyos-help] Help me with power range and signal strength!

2006-06-28 Thread Aditya Bhave
-- Forwarded message --From: Aditya Bhave [EMAIL PROTECTED]Date: Jun 29, 2006 12:42 AM Subject: Re: [Tinyos-help] Help me with power range and signal strength!To: bhushan bhatt [EMAIL PROTECTED]You need to modify the CC1000Control.h file in tos/system/platforms/mica2.Im assuming

[Tinyos-help] About Events and Commands

2006-06-28 Thread saadia khan
While going through the tutorials and apps in tinyOS, i found that the events of an interface are implemented in the modules that "use" them and the commands are "called" but not implemented in those modules, e.g., in Surge Application, the SurgeM.nc (the module) "uses" Send interface and