Re: [Tinyos-help] Help in handling UartStream.Receive timeout

2018-01-01 Thread Jobish John
Thanks Xiaoyang for the help and suggestions. Will go through the mentioned documentations and try "*byte-by-byte" * handling. Regards Jobish john On Mon, Jan 1, 2018 at 9:18 PM, Xiaoyang Zhong <xiaoz...@umail.iu.edu> wrote: > The idea is to use "*async event void

[Tinyos-help] Help in handling UartStream.Receive timeout

2018-01-01 Thread Jobish John
y new year 2018.. Jobish John ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Doubt in FTSP

2017-10-04 Thread Jobish John
something is missed. Thanks Jobish John On Wed, Oct 4, 2017 at 9:05 PM, Vlado Handziski <handzi...@tkn.tu-berlin.de> wrote: > It will not hurt, but I don't see why it is strictly necessary. The first > operand of the % (more a rest than a modulo) operation is already int32_t,

[Tinyos-help] Doubt in FTSP

2017-10-02 Thread Jobish John
ast (int32_t) for the localAverageRest calculation line also, That is, something like localAverageRest += (int32_t) (table[i].localTime - newLocalAverage) % tableEntries; Kindly suggest.. Thanks for your valuable time Regards Jobish John IIT Bombay ___ Tinyos-h

[Tinyos-help] DAC on telosb motes

2015-09-21 Thread JOBISH JOHN
. Regards Jobish John Research Scholar Indian Institute of Technology, Bombay. ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Availability of a particular interface/Modules/Components

2015-06-19 Thread JOBISH JOHN
, the total payload size is within the *maximum* AM payload *length*). Are there some standard interfaces/Modules/Components, already available which I can use for this purpose? Thanks for your valuable time Regards Jobish John Research Scholar IIT Bombay

Re: [Tinyos-help] Rssi convert to dBm in TelosB

2015-05-13 Thread JOBISH JOHN
Dear Alex, The max. output power of CC2420 is 0dBm. Therefore the max. power which can be received at the receiver mote is 0dBm ( very difficult in practice). You are getting -3dBm, which I believe is right, considering the losses (eventhough, you have kept them very close). Thanks Jobish John

Re: [Tinyos-help] Rssi convert to dBm in TelosB

2015-05-09 Thread JOBISH JOHN
subtracting -45 is enough. Thanks Jobish John On Sat, May 9, 2015 at 10:37 AM, Alex Cp cpa9...@gmail.com wrote: Hi all. Im trying to convert in dBm the values obtained from the app: http://tinyos.stanford.edu/tinyos-wiki/index.php/Rssi_Demo In my case appears the next values: Rssi Message