Re: [Tinyos-help] Using Block application to test flash memory IO

2009-02-25 Thread JD
properly due to collisions with other perpherals ( radio chip) which might be in SPI master mode ... How could we set our flash memory in SPI mode ? Or disable the SPI mode for CC1100 (radio chip) ? 2009/2/24 JD > Hi guys, > > I'm using TinyOS 2.0 svn sources and I've adapted tel

[Tinyos-help] Using Block application to test flash memory IO

2009-02-24 Thread JD
elcome. Cheers, JD "If A is a success in life, then A equals x plus y plus z. Work is x; y is play; and z is keeping your mouth shut. " A.Einstein ___ Tinyos-help mailing list Tinyos-help@mill

Re: [Tinyos-help] [Tinyos-devel] DS2411 Driver development

2009-02-13 Thread JD
, P2DIR_, P2SEL_, 4) as P24, . . But we don't see any initialization of P2IN_, P2OUT_, P2DIR_, P2SEL_ parameters. Could it be the reason of the 0xFF values we keep getting for the ds2411's serial Id ? Cheers, JD 2009/2/12 JD > See below > > 2009/2/12 Janos Sallai &g

Re: [Tinyos-help] [Tinyos-devel] DS2411 Driver development

2009-02-12 Thread JD
][00][00][00][00][00][00][00][00]B[f2]~~E[00][ff][ff][00][00][1c][00]dTmote ID readError: 0 id: 0u[a4]~~E[00][ff][ff][00][0 0][1c][00]d 0 0 0 0 0 [0a] [00][00][00][00][00][00][00][00][00][00][00][00][00][00][00][00]B[f2]~ End of connexion Don't know what to conclude from this... J

[Tinyos-help] [Tinyos-devel] DS2411 Driver development

2009-02-12 Thread JD
> > As far as I can tell from what you write, you pretty much made the right > steps. OneWireMasterC is pretty much generic, so you probably don't need to > touch that. Since you're receiving 0xff all the time, I suspect an > initialization issue. Can you please check if OneWire.reset() indeed retu

Re: [Tinyos-help] How to declare a pointer to user defined structure

2008-12-11 Thread JD
Greetings Folks, Thanks a lot for the reply. I moved that declaration in to _implementation_ block instead of function and it worked fine. Thanks, JD --- Love All, Serve All Dwight L. Moody - "I have had more trouble with myself than

[Tinyos-help] How to declare a pointer to user defined structure

2008-12-11 Thread JD
pointer as follows, ActiveMessage *pMsg = NULL; Doing so, nesc gives me following error, "Syntax errorr before * " "pMsg undeclared" Nothing clicks me if what exactly I'm doing wrong out here. I sure its something really stupid, I guess. Please let me know if you fin

[Tinyos-help] can current task be pre-emptible by any _sync_ event?

2008-12-05 Thread JD
s non-preemptive in TinyOS, it will run to completion while other events (e.g. timer and message received) would be put pending (somehow). Once current event completes execution, other pending events (based on scheduling policy) would get executed." Please correct me if I'm wrong

[Tinyos-help] How to disable antenna on telosb mote

2008-12-02 Thread JD
Greetings, I need to place a Directional Antenna on the Telosb mote and disable the built-in omni-directional antenna. Would anybody please let me know if how I can do that. I did some digging into the mail archives, but could not hit on anything. Thanks in the anticipation. Thanks, JD

Re: [Tinyos-help] Re : java issues tinyos.jar

2008-12-02 Thread JD
/cygdrive/c/WINDOWS/system32/java -> /cygdrive/c/Program Files/Java/jdk1.6.0_10/bin/java.exe Hope it helps!! Thanks,JD --- Love All, Serve All On Fri, Nov 28, 2008 at 6:18 AM, Michael Schippling <[EMAIL PROTECTED]>wrote: > h