[Tinyos-help] Problem with mspgcc code generation for nested if-else blocks?

2007-08-30 Thread Harish Prabhu
Hi All, I had sent this mail to mspgcc mailing list but did not get any response. I use TinyOS 1.x on a Tmote Sky. I wrote a function which has a set of nested if-else blocks. Ultimately, the function returns a result. After many months of successful operation, the code stopped working as intended

[Tinyos-help] TinyOS 1.x and higher versions of mspgcc

2008-05-08 Thread Harish Prabhu
Hi All, I use TinyOS 1.x ( I have some valid reasons to use it still ) on Tmote Sky. I ran into trouble due to a bug in mspgcc, possibly related to pointers to an array of structures. A similar bug is mentioned here: http://sourceforge.net/mailarchive/message.php?msg_id=43C428A6.9040209%40aa

[Tinyos-help] Packet loss on Tmote (using TinyOS 1.x)

2006-10-16 Thread harish prabhu
Hi folks,  I find that on Tmotes (tinyos 1.x - latest CVS files for CC2420RadioM.nc and CC2420RadioC.nc)  there is significant packet loss (while sending) under the following conditions :  a) There is only one mote on the channel   b) Multiple packets are sent one after the other.  c) The packets a

Re: [Tinyos-help] Re: Packet loss on Tmote (using TinyOS 1.x)

2006-10-18 Thread harish prabhu
eep up with the radio operating up to >     250kbps.  You could>  > try chaning the UART baudrate:>  > http://www.moteiv.com/community/Change_the_default_UART_baud_rate .>  >>  > Cory>  >>  > On 10/16/06, *harish prabhu* < [

Re: [Tinyos-help] Re: Packet loss on Tmote (using TinyOS 1.x)

2006-10-18 Thread harish prabhu
Hi All,   Is the same behaviour observed by anyone on TinyOS 2.x or Boomerang ?Regards,HarishOn 10/18/06, harish prabhu < [EMAIL PROTECTED]> wrote:Hi Cory and Michael,  The problem I am facing does not seem to be about the UART or TOSBase.   I changed the baud rate of TOSBase to 262144. 

[Tinyos-help] CC2420 Errata Note 003, rev 0.3 : Setting RXCTRL1.RXBPF_LOCUR

2006-12-07 Thread harish prabhu
Hi All, One of the Chipcon errata notes suggests setting the RXCTRL1.RXBPF_LOCURbit. This is a fix for a problem that occurs when the VDD pins are supplied with voltage less than 1.8 V. Importantly, it also notes that setting this bit will also reduce Rx current consumption by 1.2 mA ! I do not

[Tinyos-help] Duty cycling with FTSP

2006-12-18 Thread harish prabhu
Hi All, Has anyone tried duty cycling with FTSP on Tmotes (and TOS 1.x) ? I am getting a lot of fake timestamps. Sometimes the time field is full of zeroes. Regards, Harish ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail

[Tinyos-help] Configuring Tmote Connect

2007-04-10 Thread harish prabhu
running? Regards Harish Prabhu ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] debugging using UART for Tmote

2007-04-10 Thread harish prabhu
Hi Chris Hope this helps : http://www.moteiv.com/community/Debugging_Tmote_Sky_with_GDB Regards, Harish On 4/11/07, Chris Merlin <[EMAIL PROTECTED]> wrote: Hi, I'm looking for a way to debug the MAC layer for Tmote using the USB / Com ports. I've seen that such debuggers exist, but I can't f

Re: [Tinyos-help] Configuring Tmote Connect

2007-04-10 Thread harish prabhu
192.168.1.2, gateway of 192.168.1.1, and invalid DNS addresses. -Joe On 4/10/07, harish prabhu <[EMAIL PROTECTED]> wrote: > > > Hi, > > We have recently purchased a TMOTE CONNECT. However we are unable to get it > working. > > Our Environment setup is : > >

Re: [Tinyos-help] Configuring Tmote Connect

2007-04-12 Thread harish prabhu
broadcasts as those packets are not IP packets. So the TMote Connect could still have assumed the IP address 192.168.1.77. You could try to reach the TMote Connect by just assuming that it has the IP address 192.168.1.77. If you try a ping, the device should at least answer the ARP request. Chee

[Tinyos-help] TinyOS 1.1.15 on Tmote Sky : UART0/Radio bug due to clock source setting

2007-05-14 Thread Harish Prabhu
Hi All, This is regarding usage of UART0 and radio on Tmote Sky under TinyOS 1.1.15. I was using UART(at 9600 baud) on USART0 and the radio in sequence, periodically. I observed the following quirky behaviour : Once we transition from UART mode to radio mode, if we call a Send.send , Send.sen

[Tinyos-help] Questions on Routing protocols with downstream message support

2007-05-22 Thread Harish Prabhu
Hi Folks, Is there a routing protocol with support for sending downstream messages (from base-station to a particular node) on TinyOS 1.x ? In other words, is there an implementation of MultiHopLQI with downstream message support that works on Tmote SKy ? [ On the lines of Xbow's Xmesh in tinyo

[Tinyos-help] Radio implementation on Tmotes

2006-05-10 Thread Harish Prabhu
Hi Joe or Cory,  I have two queries about the CC2420 Radio implementation in TinyOS : a) Timer component is stopped when Radio is stopped      Imagine an application which needs to stop the radio for some amount of

[Tinyos-help] Re: Tinyos-help Digest, Vol 37, Issue 48

2006-05-11 Thread Harish Prabhu
Joe, Can you tell us what those two bugs are ?Roberto, Have you turned off the radio?Regards,Harish  Date: Wed, 10 May 2006 11:56:14 -0700From: "Joe Polastre" <[EMAIL PROTECTED]>Subject: Re: [Tinyos-help] Delta/Trawler lowpower power consumption ontmote   sky To: "Roberto Garcia" <[EMAIL PR

[Tinyos-help] Duplicate packets while listening using TOSBase

2006-08-02 Thread Harish Prabhu
Hi All,  During heavy load conditions, net.tinyos.tools.Listen repeats packets too many times.  I am using a Tmote Sky.  Does anyone know the reason for this ?  Is it due to the FTDI driver on the PC ( I use Windows XP) ?   Or is it a hardware problem related to the FT232BM chip on the Tmote or CC2

[Tinyos-help] Tmote static profiler

2006-08-24 Thread harish prabhu
Hi   Is there are a static profiler/analyzer for Tmotes ?  I need to find how much RAM is used by each nesC component.Regards,Harish ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/list

Re: [Tinyos-help] Tmote static profiler

2006-08-24 Thread harish prabhu
t from theTinyOS CVS repository if you do not have it.)  Note this does notreport anything about stack usage.CoryOn 8/24/06, harish prabhu < [EMAIL PROTECTED]> wrote:> Hi>   Is there are a static profiler/analyzer for Tmotes ?>   I need to find how much RAM is used by each nesC

Re: [Tinyos-help] Watchdog for tmote

2006-09-19 Thread harish prabhu
Hi folks,  Here is a watchdog implementation that I use, in the form of two files.  /* The WDTWrapperM module implements a watchdog timer for TinyOS.    It provides a single watchdog operating at 1 sec. The watchdog behaves thus:    unless a component resets the watchdog within a   specified period

[Tinyos-help] FTSP on Tmotes

2006-09-19 Thread harish prabhu
Hi All,  Has anyone tried FTSP on Tmotes ?  If yes, what was the accuracy obtained ? Is it of the order of micro-seconds ?  I was trying it but I cannot see better than millisecond accuracy.Regards,Harish ___ Tinyos-help mailing list Tinyos-help@Millenni

Re: [Tinyos-help] FTSP on Tmotes

2006-09-20 Thread harish prabhu
Hi Omprakash,I was using a wrong method to calculate accuracy.After correcting my method, I find that the time sync accuracy with FTSP is indeed of the order of 2-4 clock ticks on Tmote. I used just two nodes in the experiment.Thanks and Regards,HarishOn 9/20/06, Omprakash Gnawali <[EMAIL PROTECTED

Re: [Tinyos-help] FTSP on Tmotes

2006-09-25 Thread harish prabhu
Hi Cory,   This is with reference to the volcano monitoring paper of Matt Welsh and his team  (mentioned below).  In this paper, two problems have been mentioned with regards to FTSP.  1) The problem with the clock driver (apparently seen only on Tmotes) that seems   to return bogus timestamps.

Re: [Tinyos-help] FTSP on Tmotes

2006-09-26 Thread harish prabhu
seems like there is still an infinitesimal chance getting of a corrupt reading, though a corrupt reading is at least significantly less likely than before.  Asserting anything stronger than that would require a longer study which I have not performed. CoryOn 9/25/06, harish prabhu < [EMAIL PROTECTE