Re: [Tinyos-help] ADC Readings and VoltageC

2011-01-28 Thread Francesco Ficarola
Michael Schippling ha scritto: > Did I ever ask what TOS version you are using? Yes, I'm using TinyOS 2.1.0. > The only work I did with Iris was using MoteWorks > which is the Xbow/Memsic system based on T1. > I didn't use any "regular" ADCs, so who knows... > > Presumably they would have ADCs w

[Tinyos-help] Compile Problem - Configuration File Being Ignored

2011-01-28 Thread Scott Corbin
Hello, I am having a compiler problem that I'm hoping someone can shed some light on. I have a configuration file that doesn't appear to be getting included in the build. This configuration file is in the same directory as a module file that is getting included in the build. I know the module

Re: [Tinyos-help] Compile Problem - Configuration File Being Ignored

2011-01-28 Thread Philip Levis
On Jan 28, 2011, at 6:38 AM, Scott Corbin wrote: > Hello, > > I am having a compiler problem that I’m hoping someone can shed some light > on. I have a configuration file that doesn’t appear to be getting included > in the build. This configuration file is in the same directory as a module

Re: [Tinyos-help] Question about IRIS mote using OC3A,OC3B,OC3C

2011-01-28 Thread Miklos Maroti
Hi Sofia! On Fri, Jan 28, 2011 at 1:31 PM, sofia aparicio wrote: > Hello, > > I finally I could see the output signal for OC3A, OC3B and OC3C. To do that > I have to remove the TimerMilliC from my main program, otherwise only OC3A > was working. Do you know why is that? OC3B and OC3C correspond t

Re: [Tinyos-help] largest valid value assigned to a variable of uint16_t type?

2011-01-28 Thread 崔晓宗
2^16 - 1 2011/1/27 Michael Schippling > What is 2^16? Oh, we aren't playing Jeopardy!? > 0x = 65535d > > MS > > Gary Lee wrote: > > Hi, > > > > What is the largest valid value assigned to a variable of uint16_t type? > > > > Thanks a lot, > > > > gary > > > > > > ---

[Tinyos-help] Reg:Read RSSI Value

2011-01-28 Thread SHIVASANKAR GANESAN
Hi I want to read RSSI Value(in CC2420radio). I am using Tinyos version1.x. Help me to get RSSI value.  With regards Sivasankar ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-

[Tinyos-help] moteworks help

2011-01-28 Thread pinolalavatric...@libero.it
hello! I'm using Moteworks 2.0. I wrote a pregram wich send some packets in 1 hop broadcast mode. With the sniffer I see that the program works, but the sequence number field (seqno) doesn't increment and remains egual at 0. How can I do? p.s.: I used the MhopInterface, provides by the componen

[Tinyos-help] TOSSIM simulation

2011-01-28 Thread somu
*Can you help me in this work ?* * * * Deployment of wireless sensor networks* * * *Wireless sensor networks (WSNs) have been identified as one of the most important technologies of the 21st century. The deployment of a sensor network can have a significant impact on its operational performance an

Re: [Tinyos-help] Reg:Read RSSI Value

2011-01-28 Thread Yasser Zahedi
Hello Shivasankar, You can read the RSSI by using the RSSI Demo application which is available in TinyOS. I am using TinyOS 2.1. However, I don't know about your version. But in my version, you can go to RSSI Demo from: tinyOS folder ---apps--tutorials---RssiDemo. In addition, you can learn about