Re: [Tinyos-help] Connecting Tmotes by I2C bus

2006-12-15 Thread Matteo Andretto
Quoting R. Steve McKown [EMAIL PROTECTED]: If you want to post your code, I can take a look at it. The code is yours, I have changed only the salve address and add the address check reading three bit at a time with leds. #include I2C.h module SlaveI2CC { uses { interface Boot;

[Tinyos-help] MSP430 programming

2006-12-15 Thread Firat TARAKTAS
Hi to all, I am using TinyOS plugin for Eclipse. When i make and install jtag the simplest Blink application, i got the error MSP430mspgcc.dll not found. Can you help me about it? I am using mspgcc to program the mote. When i prompt on the command view, there is no error. Buıt in tinyos it fails.

[Tinyos-help] segmentation fault with running tossim

2006-12-15 Thread preeti k
Hi, I successfully compiled tossim for the Blink application. But i am now unable to run it. I get the error as follows when i run it using python $ python Python 2.3.4 (#1, Jun 13 2004, 11:21:03) [GCC 3.3.1 (cygming special)] on cygwin Type help, copyright, credits or

Re: [Tinyos-help] python version

2006-12-15 Thread preeti k
Hi, Finally my tossim compilation went through. The links you sent were useful. I added an empty main to one of the source files and the wierd unreferened [EMAIL PROTECTED] error was gone. I could not understand how exactly this rectified the error though. Thanks Preeti On 12/15/06, Mr.

[Tinyos-help] Re: segmentation fault with running tossim

2006-12-15 Thread preeti k
How do i find out where the segmentation fault occurs when i type from TOSSIM import * Segmentation fault (core dumped) Any suggestions? Does this have to do anything with the compilation process? Preeti On 12/15/06, preeti k [EMAIL PROTECTED] wrote: Hi, I successfully compiled tossim

[Tinyos-help] Re: segmentation fault with running tossim

2006-12-15 Thread preeti k
i changes 'from TOSSIM import *' to 'from tinyos.tossim import *' and it seems to work but t=tossim([]) doesn't. I tried various combinations of cases of Tossim but it doesn't seem to work * $ python Python 2.3.4 (#1, Jun 13 2004, 11:21:03) [GCC 3.3.1 (cygming special)] on cygwin

[Tinyos-help] Re: segmentation fault with running tossim

2006-12-15 Thread preeti k
I tried changing PYTHONPATH from *'/.././python'*to * /..//python/tinyos* Now i get the following error $ python Python 2.3.4 (#1, Jun 13 2004, 11:21:03) [GCC 3.3.1 (cygming special)] on cygwin Type help, copyright, credits or license for more information. *from tossim import **

[Tinyos-help] Instances

2006-12-15 Thread Lorenzo Mainardi
Hi, in my project I have several components that using the same interface, provided by a component that uses a Queue instance. I would to know hot to use everytime the same instance of Queue to using that to store some data. Cheers LORENZO ___

Re: [Tinyos-help] How to get the node-id just by Mote?

2006-12-15 Thread Sankar Gorthi
On Fri, 15 Dec 2006 01:56:00 -0800, [EMAIL PROTECTED] wrote: Hi: I am now working with the SurgeTelos application .And I know that the PC can set the Node ID ,and when we use the application , I can see the information by the Node-id. But that was just done by PC decoding the SurgeMsg

[Tinyos-help] CC2420 LQI in TinyOS 2.0

2006-12-15 Thread Paul Chiang
Hi, I have noticed that in TinyOS 2.0 the CC2420 LQI seems to be a function of RSSI. More specifically, LQI seems to be calculated from RSSI as follows: LQI = RSSI0 ? RSSI : 128 + RSSI This does not match the information given in the CC2420 datasheet where it states that the range of LQI is

Re: [Tinyos-help] Connecting Tmotes by I2C bus

2006-12-15 Thread R. Steve McKown
On Friday 15 December 2006 02:53 am, Matteo Andretto wrote: Quoting R. Steve McKown [EMAIL PROTECTED]: If you want to post your code, I can take a look at it. The code is yours, I have changed only the salve address and add the address check reading three bit at a time with leds. I just

[Tinyos-help] Events and Sub Modules

2006-12-15 Thread Ian Welch
I've created a module called PowerManagement that Turns On and Off certain devices on the mote including the radio. The module Wires to the CC1000ActiveMessageC module via the SplitControl interface. I then create a new module that uses my PowerManagment module. This module also uses the

[Tinyos-help] Help with MoteView

2006-12-15 Thread neliacatarina
Hello, I'm trying to see data from micas in MoteView. I can see it from the mica2 that communicates with gateway. However i can't see the link that should connect the mica2 node with the mica2 gateway. I'm using XSensorMTS400 with id 11 and TOSBase with id 0. Can you tell me why? Thanks

Re: [Tinyos-help] CC2420 LQI in TinyOS 2.0

2006-12-15 Thread Philip Levis
On Dec 15, 2006, at 7:47 AM, Paul Chiang wrote: Hi, I have noticed that in TinyOS 2.0 the CC2420 LQI seems to be a function of RSSI. More specifically, LQI seems to be calculated from RSSI as follows: LQI = RSSI0 ? RSSI : 128 + RSSI This does not match the information given in the

RE: [Tinyos-help] Help with MoteView

2006-12-15 Thread Giri Baleri
Try using XMeshBase and XMTS400 pre-compiled apps instead. These are provided in the MoteView installer and can be found under /Crossbow/MoteView/xmesh folder. Regards, Giri -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday,

Re: [Tinyos-help] java.net.ConnectException??

2006-12-15 Thread Michael Schippling
If you're still getting the can't find dll message then the getenv.dll from .../tools/java/jni didn't get installed correctly. I would just copy it to Windows/System32 and be done with it. The make install is trying to find your Java Runtime Environment (JRE) and may not get the right one. You