[Tinyos-help] Tmote Sky and LCD Panel

2007-06-05 Thread Preethi Naveen
Hello, I have been trying to connect a GPIO based LCD panel to Tmote sky but am not able to figure out how to do so. Can someone please give me pointers towards the same? Preethi ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU

[Tinyos-help] Connecting LCD Panel to TMote Sky

2007-05-22 Thread Preethi Naveen
Hello, I am planning to interface an LCD Panel to the expansion connectors of TMote Sky. Can someone suggest me how to go about connecting it and programming the mote to display some printf statements. Preethi ___ Tinyos-help mailing list

Re: [Tinyos-help] Connecting LCD Panel to TMote Sky

2007-05-22 Thread Preethi Naveen
. -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *Preethi Naveen *Sent:* dinsdag 22 mei 2007 16 javascript:void(0):35 *To:* tinyos-help@Millennium.Berkeley.EDU *Subject:* [Tinyos-help] Connecting LCD Panel to TMote Sky Hello, I am planning to interface

[Tinyos-help] Boomerang Help With TimeStamping.nc

2006-06-03 Thread Preethi Naveen
Hello, I am trying to use TimeStamping.nc in my application to timestamp all the received packets. I have wired this to CC2420TimeStampingC. However, while compiling, i get an error saying that component CC2420TimeStampingC not found. Can anyone help me Naveen

[Tinyos-help] How to Read System time in Tmote

2006-06-02 Thread Preethi Naveen
I want to read system on Tmote. How should i go about it? Thanks Naveen ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Connecting an External Antenna to TMote

2006-05-29 Thread Preethi Naveen
Hi, I am interested in connecting an external antenna to extend the range of tmote. I have been through the tmote data sheet which explains shifting of the capacitor for external connection. I would like to know if issues such as impedance matching of antenna is taken care of if i use the SMA

[Tinyos-help] Receive Power in Tmote Sky

2006-05-10 Thread Preethi Naveen
Hi, As per the data sheet of Tmote Sky, the power consumed during reception is more than the power consumed during transmission. Is it because Direct Sequence Spread Spectrum (DSSS)is used in the CC 2420 radio used in tmote? So does it mean that using a radio that uses DSSS consumes more power or

[Tinyos-help] Compiling problems with tinyos 1.1.15

2006-01-17 Thread Preethi Naveen
I have recently updated to tinyos version 1.1.15. There were no problems when i ran toscheck. I tried to compile TestMSP430DMA by using the command comp=ADC make telosb however, i get an error that goes like this:- Makefile:4: no file name for `include' make: *** No rule to make target

[Tinyos-help] Help on running TINYVIZ

2006-01-17 Thread Preethi Naveen
hi, i have tried to run tinyviz as given in chapter 5 of tutorial. I am getting the following errors Exception in thread main java.lang.NullPointerException at net.tinyos.sim.PluginManager.register(PluginManager.java:77) at net.tinyos.sim.SimDriver.init(SimDriver.java:258) at