Re: [Tinyos-help] MoteIF Question

2009-12-16 Thread David Conde
Hi, Thank you for your reply. The problem was the kind of Telosb mote, I mean, If I use as BaseStation a Telosb without integrated sensor everything works fine, but if I use a Telosb mote with integrated sensor , this mote is not able to received the second message that sensor nodes send.

Re: [Tinyos-help] Incompatibility between Sensirion sensor and GeneriComm Components

2009-12-16 Thread David Conde
Hi, I found the problem for this issue. The capability to get Humidity or Temperature messages depends on the Operative System in the host where BaseStation is installed. I mean, I have been trying in previous days to get PAR, TSR, HUMIDITY AND TEMPERATURE measures from Telosb to

[Tinyos-help] Interfacing Phidget Sensors on to Telosb

2009-12-16 Thread dmanjunath D
Hi, Have anybody tried interfacing Phidget sensors (http://www.phidgets.com) onto Telosb motes? If so the related links will be of great use to us. Thanking You, D. Manjunath ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] nesc 1.3 tutorial

2009-12-16 Thread wafa jaballah
Hi all, Is there a good tutorial for tinyos2.1 programming especially nesc1.3.0? -- Wafa Ben Jaballah ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

[Tinyos-help] Disable / Enable Transmit module periodically

2009-12-16 Thread Vikram vik76
Hello, How do I Disable / Enable Transmit module periodically for Telosb / MicaZ motes? Thanks and regards Vikram ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Re: [Tinyos-help] Disable / Enable Transmit module periodically

2009-12-16 Thread Arik Sapojnik
Hi, I'm not sure you need to Disable / Enable Transmit module, because CC2420 datasheet states: -- Voltage regulator off (OFF) 0.02 *u*A Power Down mode (PD) 20 *u*A Idle mode (IDLE) 426 *u*A

[Tinyos-help] Cannot program mote (bsl timeout)

2009-12-16 Thread Muhip Tezcan
Hi, I don't know what causes the problem but when I program a mote, it doesn't run and stucks in a nonprogrammable state. Whenever I try to program it with tos-bsl it says: An error occoured: Timeout Does anybody have an idea about what may be causing this, and/or how to solve it? Or are the

Re: [Tinyos-help] Cannot program mote (bsl timeout)

2009-12-16 Thread Arik Sapojnik
Make sure you are not using this USB port in other applications. Such as PrintClient, Listen or SerialForwarder. Arik On Wed, Dec 16, 2009 at 14:47, Muhip Tezcan imtez...@gmail.com wrote: Hi, I don't know what causes the problem but when I program a mote, it doesn't run and stucks in a

Re: [Tinyos-help] Cannot program mote (bsl timeout)

2009-12-16 Thread Muhip Tezcan
I'm sure it's not a USB problem. The motes don't work on other USB ports or other computers either. I loaded an empty program without even wiring MainC.Boot, but I don't think that's the problem since same thing happened when loading another program too. That was one of the changes before this

[Tinyos-help] Bad packet and packet too long error

2009-12-16 Thread Kartik Siddhabathula
Hi All, I am trying to display a message on the screen using Listen tool but am always getting Bad packet or Packet too long error. I have tried out several things but couldn't figure out what to do?The message I want to display is simply an uint8_t number. I am using tinyos1.x and telosb

Re: [Tinyos-help] tossim link gain value

2009-12-16 Thread Paul Johnson
Viktor, You should look up some resources on free space loss/propagation models. They will give you a starting place on modeling gain or in reality, attenuation as a result of distance. The basic calculations will be something like this: Gain(dB) = TX Antenna/Power Gain(dB) + DistanceLoss(in

Re: [Tinyos-help] MTS400 sensor board

2009-12-16 Thread Paul Johnson
Faisal, When possible, please search the archives of the mailing list before posting a question. It is very likely that someone has already asked that question and gotten a response back. See http://old.nabble.com/Fwd:-Need-Help-With-TInyos2.0-in-MTS400-Sensorboard-td23702024.html for more

Re: [Tinyos-help] Disable / Enable Transmit module periodically

2009-12-16 Thread Paul Johnson
Vikram, I did a brief search through the nesdoc, and I don't believe this is currently implemented (being able to temporarily disable transmissions and re-enable them for any module interfacing with the radio). If you wanted this functionality, you would need to implement it yourself.

Re: [Tinyos-help] MTS400 sensor board

2009-12-16 Thread Faisal Aslam
Paul, The old answer is old and pretty useless. Next time please read achieve yourself before posting your advice. Faisal Faisal, When possible, please search the archives of the mailing list before posting a question. It is very likely that someone has already asked that question and

Re: [Tinyos-help] MTS400 sensor board

2009-12-16 Thread Faisal Aslam
Thank you. That is a very helpful reply. Faisal There's an implementation in tinyos-2.x-contrib/mts4x0. Janos On Wed, Dec 16, 2009 at 6:58 AM, Faisal Aslam as...@informatik.uni-freiburg.de wrote: Hi, In the directory

Re: [Tinyos-help] nesc 1.3 tutorial

2009-12-16 Thread sissou
Hello, The TinyOS wiki: http://docs.tinyos.net/index.php/Main_Page is a good starting point with a link to the NesC reference manual: http://nescc.sourceforge.net/papers/nesc-ref.pdf I hope it could help you. Sylvain On Wed, 2009-12-16 at 12:15 +0100, wafa jaballah wrote: nesc 1.3 tutorial

[Tinyos-help] Queries Regarding Test Ftsp

2009-12-16 Thread Aditya Prasad
I was introduced to TinyOS and nesC a few months back and currently I'm working on time synchronization of TelosB motes. In this regard, I've been trying to understand the implementation of FTSP via the TestFTSP application. Being a beginner, I am facing a few hiccups and would be really glad if

Re: [Tinyos-help] blip performance - how blip deals with buffers

2009-12-16 Thread Arik Sapojnik
Hi, I'm currently investigating the same issue - RTT, delay, throughput... Can you please post your results and the results of blip? Thanks, Arik On Wed, Dec 16, 2009 at 22:06, Giuseppe Cardone giuseppe.card...@studio.unibo.it wrote: Hi all, to get acquainted with TinyOS I'm writing a