[Tinyos-help] regarding exciting a relay

2010-11-02 Thread NeLzZzZ..... .
I'm a M.E student from Velammal Engineering College doing project work using MDA300 & MICAz motes. I'm having a doubt about exciting a water sprinkler using the relay pins in MDA300 when a analog values exceeds a threshold.[the analog value will be the values from soil moisture sensor]i.e during wa

[Tinyos-help] Tiny os

2010-11-02 Thread Paul Leons
hi I would like to read analog values from MDA 320, and convert it to digital values using mote MPR2400CA. Can you help me with sampple codes for TinyOs with proper documentation. Thank You. regards, Paul Leons ___

[Tinyos-help] (no subject)

2010-11-02 Thread Omar Bouzid
Hi Miklos, I'm just wondering if you could help me please. I've tried to implement a similar scenario to the TestFtsp application where three TestFtsp motes should send to the base station the local rather than the global reception timestamps of messages broadcast by a dedicated beacon mote pr

Re: [Tinyos-help] Damaged IEEE 802.15.4 header in TinyOS 2.x

2010-11-02 Thread Stephen Dawson-Haggerty
I think the problem is that I changed where the fcf is set in the stack, in order to support both short and long (EUI64) addresses, however not all entry points of the stack know this. fcf should be initialized to (at least) to: ( 1 << IEEE154_FCF_INTRAPAN ) | ( IEEE154_ADDR_S

Re: [Tinyos-help] Problems with TinyOS install on Ubuntu 10.10

2010-11-02 Thread Eric Decker
what exactly does it say? On Tue, Nov 2, 2010 at 3:22 PM, Joey Wilson wrote: > All, > > I am having a problem installing TinyOS 2.1.1 on Ubuntu 10.10. I run into > conflicts when it tries to install the avrdude, avr-gcc, and avr-binutils > tinyos packages. Has anyone else had this problem? Does

[Tinyos-help] Problems with TinyOS install on Ubuntu 10.10

2010-11-02 Thread Joey Wilson
All, I am having a problem installing TinyOS 2.1.1 on Ubuntu 10.10. I run into conflicts when it tries to install the avrdude, avr-gcc, and avr-binutils tinyos packages. Has anyone else had this problem? Does anyone know when Ubuntu 10.10 will be included in supported distributions? Are there any

Re: [Tinyos-help] how to distinguish between packets received at base station

2010-11-02 Thread Michael Schippling
The received RSSI value is not sent over the serial connection between a base-station and the host. You will need to modify the base-station code to extract the rssi from the message trailer and insert it into the message body before it forwards the message. Long ago I remember some discussion of

[Tinyos-help] The output power of mica2grid.txt

2010-11-02 Thread Xue fei
Hello everybody Does any body know the radio output power of mica2grid.txt? Are 15-15-tight-mica2-grid.txt, 15-15-medium-mica2-grid.txt and 15-15-sparse-mica2-grid.txt generated by mica2grid.txt? Thank you in advance Fei Xue Northumria university ___ Ti

Re: [Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-02 Thread Michael Schippling
Are you sure your CLASSPATH is correct? If there a directory named net/tinyos/util I think you may be missing the "." in CLASSPATH. If the util directory is not there then something is wrong with the install and you could try redoing it. If there is a good tinyos.jar in CVS someplace you should b

Re: [Tinyos-help] Synchronous LPL or Synchronous Duty Cycling MAC

2010-11-02 Thread wasif masood
contact wise-mac guys. On Tue, Nov 2, 2010 at 4:12 PM, Paul Joonhwa Shin wrote: > Hi All, > > I have developed a synchronous LPL protocol based on the current LPL > protocol in TinyOS 2.1. It is working fine in a network of several Imote2 > nodes. > > My implementation of a synchronous LPL prot

[Tinyos-help] Synchronous LPL or Synchronous Duty Cycling MAC

2010-11-02 Thread Paul Joonhwa Shin
Hi All, I have developed a synchronous LPL protocol based on the current LPL protocol in TinyOS 2.1. It is working fine in a network of several Imote2 nodes. My implementation of a synchronous LPL protocol can be thought of as SMAC with CCA support as in BMAC. Since I haven't seen any syn

[Tinyos-help] FW: message received

2010-11-02 Thread lucky eyes
when I tested it on leds then broadcast value is 0.3 but at receiving node it is any -ve value. From: engr_aqans...@hotmail.com To: urs.hunke...@epfl.ch CC: tinyos-help@millennium.berkeley.edu Subject: RE: [Tinyos-help] message received Date: Tue, 2 Nov 2010 07:26:11 + Dear Sir, A

[Tinyos-help] Compiler does not take file in platform directory

2010-11-02 Thread tjacob
Hello, I want to create a new platform based on the msp430 and CC2420 chip. Therefore I have modified some files of the directory /tos/chips/msp430/usart and copied them into my platform directory. My problem is that the compiler does not use my local copy of msp430usart.h, but the original

[Tinyos-help] Help getting tinyos working in MacOS Snow Leopard

2010-11-02 Thread Pablo Marcos Oltra
Hi all, I have tried following the official tutorial http://docs.tinyos.net/index.php/Installing_TinyOS-2.x_on_Mac_OS_X_(Snow_Leopard), and have tried that as well http://docs.tinyos.net/index.php/Installing_tinyos-2.x_on_Mac_OS_X_(Tiger_&_Leopard)and http://research-machine.blogspot.com/2010/01/h

[Tinyos-help] Collection Protocol

2010-11-02 Thread ¯`•._.•Lance•._.•´¯
HI all, I would like to implement the collection Protocol. What is the setting and arrangement of the network? Can i use tinyos 1.x ? Do i need to update to 2.x ? regards, steve ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu htt

[Tinyos-help] Broken Java SDK in Cygwin RPM

2010-11-02 Thread Romain Bornet
Hi all, I'm new in TOS world and just installed a TOS environment on my Cygwin environment. I could compile some basic application such as Blink but fail to compile applications involving the tinyos.jar Java archive (e.g. apps/MViz). I installed from RPMs as described at http://docs.tinyos.net/in

Re: [Tinyos-help] message received

2010-11-02 Thread lucky eyes
Dear Sir, After making changes there is nothing displayed in result except Random seed is 290003. event TOS_MsgPtr ReceiveMsg.receive(TOS_MsgPtr m) { SenseMessage *message = (SenseMessage*)m->data; d1 = message->Pos1; dbg(DBG_TEMP, "x11 Value is %i\n",(int) d1);