[Tinyos-help] need help in tossim

2013-02-25 Thread rajesh mukherjee
Hi All, i am using tinyos 2.x for a while. i am actually analyzing performance of some algo in tossim. in tinyos 1.x, there is tinyviz what we can use to get d graphics. but tinyos 2.x does not support tinyviz . so, how i add graphics in tinyos 2.x. plz reply me soon. thanks in advance.

Re: [Tinyos-help] Printf in Basestation15.4

2013-02-25 Thread Martin Cerveny
Hello. Do you mean to redirect printf to other serial line ? (Platform serial is used to data communication?) You need to direct tos/lib/printf/SerialPrintfC.nc to another port. In my platform PlatformSerial is Atm1281Uart1C and DebugPrintf uses Atm1281Uart0C. I rebind printf to other serial

Re: [Tinyos-help] Battery lifetime experiences

2013-02-25 Thread Michiel Konstapel
If always on, the radio will consume about 20 mA in receive mode. The Sensirion sensor has a fairly high VCC requirement (2.4V) so you won't be able to use the full capacity of your batteries. Assuming you can get about 1500 mAh from your AA cells, they'll last about 3 days. If you use low

Re: [Tinyos-help] Tinyos-help Digest, Vol 118, Issue 81

2013-02-25 Thread An Feng
when receiving data over Basestation15.4? Thanks -- next part -- An HTML attachment was scrubbed... URL: https://www.millennium.berkeley.edu/pipermail/tinyos-help/attachments/20130225/1768379a/attachment-0001.htm -- Message: 2 Date: Mon, 25

Re: [Tinyos-help] Battery lifetime experiences

2013-02-25 Thread Jan Egil Vestbø
Hi Sending this to the list also ;) Thank you very much for a good answer. 25. feb. 2013 kl. 11:52 skrev Michiel Konstapel m.konsta...@sownet.nl: If always on, the radio will consume about 20 mA in receive mode. The Sensirion sensor has a fairly high VCC requirement (2.4V) so you won't be

Re: [Tinyos-help] Battery lifetime experiences

2013-02-25 Thread Michiel Konstapel
-Original Message- From: Jan Egil Vestbø [mailto:janeg...@gmail.com] Sent: Monday, February 25, 2013 16:25 To: Michiel Konstapel Subject: Re: [Tinyos-help] Battery lifetime experiences Hi Thank you very much for a good answer. You're welcome :-) 25. feb. 2013 kl. 11:52 skrev

[Tinyos-help] Alarm fire before expiration

2013-02-25 Thread Xiaohui Liu
Hi everyone, When I set an alarm at d0 to fire dt microseconds later, it quite often fires by tens or hundreds of microseconds earlier than *d0 + dt* (based on Alarm.fired() event). My understanding is that the underlying interrupt will be generated at (d0 + dt). But because of ISR handling

Re: [Tinyos-help] need help in tossim

2013-02-25 Thread Eric Decker
On Mon, Feb 25, 2013 at 12:17 AM, rajesh mukherjee rajeshmukherjee@gmail.com wrote: Hi All, i am using tinyos 2.x for a while. i am actually analyzing performance of some algo in tossim. in tinyos 1.x, there is tinyviz what we can use to get d graphics. but tinyos 2.x does not support