[Tinyos-help] (no subject)

2006-05-24 Thread #NG YEONG SHENG,JOHNSON#
Hi Does anyone knows how to implemeant multi-hop in our own applications? I need a direction to begin in.How can we use thosethat are provided in the lib folder eg mint route and route. I need to copy the codes and fit it into my application?

[Tinyos-help] How to compute packets received using Genericbase

2006-05-24 Thread reizel casaquite
Hi,I would like to compute the packets received by the mica2 motes using the Genericbase application. However, I am using MIB600 (eprb) as the gateway. I know I should modify the genericbase application to tally the packets but as of now I am still lost and confused.Could anybody help me how to

[Tinyos-help] Can we reduce transmit bit rate in tmotes

2006-05-24 Thread jagan nath
Hi all, is there a way to reduce the transmit bit rate in tmotes. -jagan ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] MICA2 power calculation

2006-05-24 Thread chandresh parekh
Hi all,I have MICA2+MDA300CA. I have 4 resistors of 120 ohm each arranged in a wheastone bridge fashionbetween pins A7+,A7-, E2.5 and GND of MDA300CAAnd two cases:1. One mica2 is programmed with TOSBase the other with XSensorMDA300 2. Both are programmed with XMDA300 (version 1.4).

[Tinyos-help] tmote batteries lifetime

2006-05-24 Thread serbaumo
I have one doubt about tmote batteries duration. I'm using tmote sky with 2 AA 1500 mhA batteries. If i not use any LPL on cc2420 the rx consumption would be about 18.8m A. So the energy in one second would be E = 3V · 18.8 mA · 1 s = 56.4 mJ I have read the joe paper about b-mac where says

[Tinyos-help] Listening and Computing packet delivery rate of Mica2 using MIB600

2006-05-24 Thread reizel casaquite
Hi,Lesson 6 of TinyOS tutorial integrates the sensor network with a PC by displaying the readings on the PC, as well as communicate from PC back to the motes. However, this tutorial introduce basic tools of communication using a serial port only.In this regard, I would like to ask how can I listen

Re: [Tinyos-help] Can we reduce transmit bit rate in tmotes

2006-05-24 Thread Joe Polastre
No. On 5/24/06, jagan nath [EMAIL PROTECTED] wrote: Hi all, is there a way to reduce the transmit bit rate in tmotes. -jagan ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] fan-in in Sense application in tutorial lesson 2

2006-05-24 Thread Liu Haibin
Hi,I have a question on the Sense application in tutorial lesson 2. Why does SenseM want to use StdControl interface which is connected to DemoSensorC, since Main's StdControl is already connected to DemoSensorC's StdControl. I went through the code and couldn't understand this fan-in. The