Re: [Tinyos-help] CTP with Low Power Listening

2009-03-31 Thread Manuel Fernandez Santo Tomas
Hi Om, Motes send a packet every 10 minutes. What should the low power listening duty cycle or sleep interval be for that rate? Any idea what the current draw should be in low power state? I switched from using duty cycle instruction to sleep interval yesterday and, although the current draw

Re: [Tinyos-help] CTP with Low Power Listening

2009-03-31 Thread Urs Hunkeler
Hi, That question is probably of more general interest. I'm sorry if I bother you here. I vaguely remember that somebody once said that CTP does not support LPL, so I have a couple of questions: Could you briefly explain what you did to get low-power listening to work? Did you just have to

Re: [Tinyos-help] Multihop got me confussed

2009-03-31 Thread Manuel Fernandez Santo Tomas
Hi, From what I've understood form CTP, yes, Receive.receive is in the Root node only, as this event only happens in the root node. Snoop I haven't used, but I understand it is used in the nodes. Remember that in the root node you have to set the node as root, usually at boot time: call

[Tinyos-help] Miracl Library

2009-03-31 Thread boujelben manel
Hello, Is there someone who used MIRACL library in a tinyOS application? How did you include this library in your code? Please, I am waiting for a response ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

Re: [Tinyos-help] MultihopOscilloscope - Ctp debug message parsing with perl script

2009-03-31 Thread Mehmet Akif Antepli
Hello Omprakash, As a remainder i used MultihopOscilloscope application.i have three nodes and data portion of the messages (readings[]) is filled with node id's as 0,1 or 2. AM_OSCILLOSCOPE = 0x93 AM_CTP_DEBUG = 0x72 (followed with CollectionDebugMsg structure... When i reset any remote node,

[Tinyos-help] Voltage Supervisor

2009-03-31 Thread Mohamed H. Seddik
I'm supplying my mote with DC voltage source, to be able to control the voltage. I've noticed that when the voltage or = 2 V the mote does not work.   My question is, is this means if i used a battery with 3.3 V the mote will work from 3.3 - 2 v and then will be shutdown, and can not use the

Re: [Tinyos-help] Voltage Supervisor

2009-03-31 Thread Janos Sallai
The mote will not work if the voltage is that low. Notice, however, that the voltage of the battery is not decreasing linearly with time when the battery is discharging. ( See charts for low current draws at http://www.powerstream.com/AA-tests.htm ) the mote will work from 3.3 - 2 v and then

Re: [Tinyos-help] Adjusting the Data Sampling Rate of MicaZ

2009-03-31 Thread Michael Schippling
Somewhere, something, probably uses a Timer.start() to set a sample period, and those defines _might_ have something to do with it. I'd search for them in the code and see what they are used for. It might be that APP_RATE is the thing you want and that you can set it in your main program file. As

Re: [Tinyos-help] Voltage Supervisor

2009-03-31 Thread Michael Schippling
If your meter is indeed measuring Amps -- or more appropriately milli-Amps -- the serial connection you describe should work. You may have the meter set to measure volts, in which case it's impedance will be very high and it will act more like an open circuit. MS Janos Sallai wrote: The mote

[Tinyos-help] Message garbled when received from multiple TelosB motes

2009-03-31 Thread Group
Hi All, I have three TelosB motes. One mote connected to PC, acts as a Base Station. Other two motes sends the messages (normal TOS header + one byte field for the TOS_LOCAL_ADDRESS) to base station. When base station receive the messages it displays on the PC (used Listen.java for this). When i

Re: [Tinyos-help] Message garbled when received from multiple TelosB motes

2009-03-31 Thread Michael Schippling
You might try using ListenRaw to see the whole byte stream and look at the checksums. I forget if the basestation code verifies the checksum. I know the Listen code rejects messages that fail the checksum, so it looks like you are getting good messages. Maybe try a longer, predictable, data packet

[Tinyos-help] Problem Compiling For TOSSIM

2009-03-31 Thread azzuwan
Hello everyone, I just started learning TinyOS and I'm having a problem compiling using *make micaz sim*. Compiling for Micaz and Telosb works. This is the output from *make micaz sim*: azzu...@greylab:/opt/tinyos-2.1.0/apps/current$ make micaz sim mkdir -p simbuild/micaz placing object

[Tinyos-help] Coding for a Topology Control Protocols test

2009-03-31 Thread Alessandro Stamatto
Good Night guys, Im studying middlewares, and Topology Control Protocols and i want to implement some ideas in TinyOS. I need to meausure Energy Use, Bandwith/Throughput and Energy Remaining. Looking through the TinyOS archive i discovered that its really hard to meausure Energy Remaining , and

[Tinyos-help] tinyos installation

2009-03-31 Thread pradnya ghare
hello, i want to work on tiny-os. but i have problem in installation .i am trying to install on fedora core 10.Is it because of that? Please help me in this regard. regards, pradnya ___ Tinyos-help mailing list Tinyos-help@millennium.berkeley.edu

[Tinyos-help] Need help about the Mote-PC serial communication

2009-03-31 Thread wendy guo
Dear All, I have encountered the following problems. Once I typed in $java net.tinyos.tools.Listen -comm ser...@com1:micaz my cygwin got stucked, only one message there: ser...@com1:57600:resynchronising, then no responses any more Then I tried another test, after downloaded testserial