[Tinyos-help] TOSSIM error

2010-03-04 Thread Gauresh Rane
Hey Kartik you have not installed or added the Pythin development library. If using UBUNTU, Go to synaptic packet manager and add insatll the python-devel something like library. That will remove the error. ___ Tinyos-help mailing list

[Tinyos-help] where can I find tinyos updated version?

2010-03-04 Thread Alfred NOBEL
Hello, As tinyos is being updated every day, so please from where can I download the lasted version of this embedded operating system? Thanks! -- Best regards, Alfred.Nooobel ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] Failed to enter programming mode

2010-03-04 Thread Isabelle Hang
Finally, I have reinstalled the system, but still I get the same error. The device manager seems to show quite normal results: Com3 and Com4 are recognized, so the driver is installed. Could it be a driver-problem? Has anybody an idea? Thank you for the information about the motelist command.

[Tinyos-help] MIB600 Xsocket no response

2010-03-04 Thread Lee Joe
Hello I use MIB600, IRIS, and PC I can successfully ping MIB600. And I can download program into MIB600 also. But I can not use Xserve to read data from MIB600 like what i do with MIB520. The error mesage is Xsocket: No response from 192.168.1.3: 1002 I already ajust MIB600

Re: [Tinyos-help] where can I find tinyos updated version?

2010-03-04 Thread Jordi Soucheiron
You should download the cvs version: cvs -z3 -d:pserver:anonym...@tinyos.cvs.sourceforge.net:/cvsroot/tinyos co -P tinyos-2.x *Jordi Soucheiron* Software Engineer *DEXMA* Parc Tecnològic la Salle Sant Joan de la Salle, 42 08022 Barcelona t/f: [+34] 93 181 01 95 www.dexmatech.com

[Tinyos-help] Invitation to connect on LinkedIn

2010-03-04 Thread song guo
LinkedIn song guo requested to add you as a connection on LinkedIn: -- Davide, I'd like to add you to my professional network on LinkedIn. - song Accept invitation from song guo

Re: [Tinyos-help] Failed to enter programming mode

2010-03-04 Thread Michael Schippling
I think the MIB520 has two ports, one for programming and one for data I/O. I of course forget which is which, have you tried both? Do you have any motes already programmed to send data to the PC that you can try as well? I could be wrong about motelist. It might work in some fashion with the 520

Re: [Tinyos-help] Failed to enter programming mode

2010-03-04 Thread Isabelle Hang
Using the first port, I get the described error, using the second port, I get the message 'Programmer is not responding'. I guess the latter is the data port. Really weird is, that the uploading sometimes works.(Perhaps one time out of fifty). I have really no idea! Have anybody a clue? Best

[Tinyos-help] low power listening in tossim under TinyOS-2.1

2010-03-04 Thread Yang Peng
Hi all, Is it possible to simulate low power listening in tossim under T2? It seems like lpl implementation in T2 only works for testbed, please correct me if I'm wrong :) Or does someone has a beta version of low power listening component for T2's tossim? I would be very happy to help you

[Tinyos-help] TinyLD

2010-03-04 Thread ranal fernando
Dear all, As far as i know TinyLD is implemented only in msp430. Do you have an implementation in atmega(micaz) platform? thanks ranal _ Hotmail: Trusted email with powerful SPAM

[Tinyos-help] tosthreads

2010-03-04 Thread Nimal Giya
Hi, i'm new to tosthreads. i have a question. once you create a tosthread application do we have to explicitly create the tinyos thread to handle to tasks posted by other application threads? any help will be appreciated! nimal ___

Re: [Tinyos-help] Failed to enter programming mode

2010-03-04 Thread Michael Schippling
Yes, I went and looked. The low port # is the programmer, high # is for MOTECOM. Perhaps you can try your programmer on a different host machine? Or different USB jack/hub/etc? MS Isabelle Hang wrote: Using the first port, I get the described error, using the second port, I get the message

Re: [Tinyos-help] tosthreads

2010-03-04 Thread Kevin Klues
No, that is taken care of for you. Take a look at the examples in tinyos-2.x/apps/tosthreads to see how to construct an application. Kevin On Thu, Mar 4, 2010 at 12:07 PM, Nimal Giya nimalg...@yahoo.com wrote: Hi, i'm new to tosthreads. i have a question. once you create a tosthread

[Tinyos-help] (no subject)

2010-03-04 Thread ranal fernando
Dear all, I have implemented AMSend.send command in my program. But i see there is no AMSend.sendDone signalled. Can somebody tell me why this is happening?i ran the application in TOSSIM Thanks in advance. Ranal

[Tinyos-help] AMSend.sendDone not signalled

2010-03-04 Thread ranal fernando
Dear all, sorry for multiple posts i did not include the subject in the previous post.I have implemented AMSend.send command in my program. But i see there is no AMSend.sendDone signalled. Can somebody tell me why this is happening?i ran the application in TOSSIM Thanks in advance. Ranal

[Tinyos-help] Adding tosthreads support in tossim

2010-03-04 Thread ranal fernando
Dear all, Is it possible for us to add support for TOSThreads in TOSSIM? If yes can anyone let us know some documentation related to the structure of the TOSSIM implementation so that we have a clear idea what files need to be updated? Thanks in advance ranal

[Tinyos-help] Unable to receive Serial Message

2010-03-04 Thread Kartik Siddhabathula
Hi All, I have made some changes to TestSerial.java to display some messages that I send serially.  I am sending messages serially but not able to display it on screen.  I have checked my configuration files but everything is fine there. I am attaching the Serial.java, can anyone kindly go

[Tinyos-help] passing parameters

2010-03-04 Thread Peng Du
Dear all, This might sound naive - how to send parameters, say channels, to the motes that are not plugged to the desktop? Would something like the IPBaseStation provided with tinyOS do the job? Many thanks! ___ Tinyos-help mailing list

Re: [Tinyos-help] TinyLD

2010-03-04 Thread Chieh-Jan (Mike) Liang
Hi Ranal, You are right, TinyLD is available on Telosb only, and it doesn't support MicaZ now. Mike On Mar 4, 2010, at 2:37 PM, ranal fernando wrote: Dear all, As far as i know TinyLD is implemented only in msp430. Do you have an implementation in atmega(micaz) platform? thanks

Re: [Tinyos-help] AMSend.sendDone not signalled

2010-03-04 Thread Mojtaba Raznahan
Hi Ranal, Have you loaded any noise model to your motes ? I had a problem like this ,you should use a noise model and load it in everynode you want to be simulated. Have a look at this : http://docs.tinyos.net/index.php/TOSSIM and read Configuring a Netwrok. Good luck. Mojtaba Raznahan.

Re: [Tinyos-help] TinyLD

2010-03-04 Thread subaashini krishnamoorthy
Hi all Can some one tell me how to get the power of the battery and transmit it to base station.Iam using TinyOS1.x and Iris motes Thanking you K.Subaashini ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu