Re: [Tinyos-help] TOSSIM Hangs

2007-11-02 Thread Alban Hessler
Hi, Sorry for the spamming. In fact it works alright. I have revisited the tutorial, updated my script (I wasn't using this "heavy-meyer" and noise model before) and now it works fine.. Maybe there were some changes in TOSSIM since 2.0.0. Best regards, Alban 2007/11/2, Chad Metcalf <[EMAIL PR

RE: [Tinyos-help] CTP with and without LPL enabled on MicaZ

2007-11-02 Thread David Moss
Although the "LOW_POWER_LISTENING" compiler flag will add in the low power listening layer into the radio stack, some other functionality needs to exist to tell it what to do. Currently, CTP does not instruct the radio stack to use low power listening. To make it happen, right now developers have

[Tinyos-help] RSSI value interpretation

2007-11-02 Thread RamKishore
Hi all, I use mica2,tinyos 1.1.10.I receive the following RSSI values in Hex for Max and Min Transmitter power : 00 4f(Tx power =5dBm) and 01 31(Tx power=-20dBm) When 2's complement is taken we have:-79 and -305 To these values,-45 should be added.So, we have -124 and -350 respectiv

[Tinyos-help] CTP with and without LPL enabled on MicaZ

2007-11-02 Thread Xiaofan Jiang
Hi, I'm trying to run some power measurements of motes running CTP collection with and without LPL enabled (on the MicaZ). However, I don't seem to see any difference. In this picture - http://buzzing.cs.berkeley.edu/~xjiang/webfiles/NOLPLvsLPL.png , the left is without LPL and the right is

[Tinyos-help] queue parameters

2007-11-02 Thread Jitender ahuja
I request help regarding the below stated structure fields 'address' and 'id' in File: QueuedSendM.nc. I am confused about their roles. Kindly help. struct _msgq_entry { uint16_t address; uint8_t length; uint8_t id; uint8_t xmit_count; TOS_MsgPtr pMsg

[Tinyos-help] queue parameters

2007-11-02 Thread Jitender ahuja
I request help regarding the below stated structure fields 'address' and 'id' in File: QueuedSendM.nc. I am confused about their roles. Kindly help. struct _msgq_entry { uint16_t address; uint8_t length; uint8_t id; uint8_t xmit_count; TOS_MsgPtr pMsg

Re: [Tinyos-help] TOSSIM Hangs

2007-11-02 Thread Chad Metcalf
Right. But I think this is that memory problem I ran into. Cutting the trace down just to identify if its the same problem. Chad On 11/2/07, Philip Levis <[EMAIL PROTECTED]> wrote: > > On Nov 2, 2007, at 9:58 AM, Chad Metcalf wrote: > > > I think I've seen this problem. Try cutting your noise tra

[Tinyos-help] reading rssi on Micaz gives incorrect values (-135 dBm)

2007-11-02 Thread Mayur Maheshwari
Hi, I am trying to read rssi values for my application (on basestation). The algorithm I use calculates ambient noise by reading the rssi value just after the packet is received at basestation. This seems to work fine on telosb, but on micaz 3-4/10 times I get a strange reading of -135 dBm. (at

[Tinyos-help] About the XMDA320 sensor application

2007-11-02 Thread SS C
Hi all, I'm using Crossbow's MDA320 as my sensor and trying to modify the code"XMDA320" with "SenseToLeds" code so this code can send signals to toggle my LED at the receiver mote. Then the receiver mote will receive the toggling signal by "RfmToLeds". But when I'm compiling it, I don't know which

Re: [Tinyos-help] TOSSIM Hangs

2007-11-02 Thread Chieh-Jan (Mike) Liang
That brings up another question. I believe TOSSIM stores the noise trace for each node even after the noise model is generated. This is because you can use sim_real_noise(...) to recall the noise trace later. However, (maybe I am missing something here) is anyone actually using sim_real_noise(.

Re: [Tinyos-help] TOSSIM Hangs

2007-11-02 Thread Philip Levis
On Nov 2, 2007, at 9:58 AM, Chad Metcalf wrote: I think I've seen this problem. Try cutting your noise trace size to a couple hundred maybe a thousand lines and see if that helps. Let me know how it goes. If you make the trace 100 lines long, it's pretty meaningless. Phil _

Re: [Tinyos-help] TOSSIM Hangs

2007-11-02 Thread Philip Levis
On Nov 2, 2007, at 4:09 AM, Alban Hessler wrote: Hi again, I have the last cvs update of T2 and Python 2.5 on Ubuntu 7.10. I have a problem with TOSSIM. If I run a test, TOSSIM loads a lot of data, which eats up the RAM and finally the swap, which makes the PC very slow.. The execution of

Re: [Tinyos-help] TOSSIM Hangs

2007-11-02 Thread Chad Metcalf
I think I've seen this problem. Try cutting your noise trace size to a couple hundred maybe a thousand lines and see if that helps. Let me know how it goes. Chad On 11/2/07, Alban Hessler <[EMAIL PROTECTED]> wrote: > > Hi again, > > I have the last cvs update of T2 and Python 2.5 on Ubuntu 7.10.

[Tinyos-help] Inline AES on Tmote

2007-11-02 Thread Sye Loong Keoh
Hi, I have been trying to implement the in-line AES encryption/decryption on Tmote using Tinyos 1.x. I managed to use the stand-alone encyption. However, according to the notes from Kun Sun, I have to perform the following: //Set the register, I set it to 0x30E to use CTR mode call HPLChipcon.wri

[Tinyos-help] ADC Sequence-of-Channels mode in 1.x

2007-11-02 Thread Sandip Bapat
Hi I wish to sample a 2-axes sensor that is mapped to channels 6 and 7 of the TMote ADC. I think that the MSP430ADC12Multiple component lets me do that but I am not sure how exactly I should use it. In particular 1. How do I specify the precise sequence of channels that I need to convert (shou

[Tinyos-help] QoS support in TinyOS

2007-11-02 Thread Wassim Masri
Hi all, Is there any ongoing work or research on QoS support in TinyOS? Or is there any QoS routing protocols implemented on TOS? I would like to know if there is anything implemented on TOS that is related to QoS support. Thanks a lot. Wassim M. _

Re: URGENT: The same prob with Re: [Tinyos-help] Problem in running tos-install-jni

2007-11-02 Thread John Filion
I am running the Cygwin installation, and am having the same problem with the TestSerial tutorial. I dug into the scripts a little, and it appears to be looking for .dll files in the /usr/lib/tinyos directory that match '*-32.dll', but there are no files in that directory that meet that criteria.

[Tinyos-help] TOSSIM Hangs

2007-11-02 Thread Alban Hessler
Hi again, I have the last cvs update of T2 and Python 2.5 on Ubuntu 7.10. I have a problem with TOSSIM. If I run a test, TOSSIM loads a lot of data, which eats up the RAM and finally the swap, which makes the PC very slow.. The execution of the test seems to never happen.. With the verbose, I do

[Tinyos-help] SysTime in TOSSIM?

2007-11-02 Thread rodolfo de paz
Can SysTime be used from TOSSIM? Is there any way to use the SysTime for compiling the application for PC? I can not achieve to compile one application for pc. D:/tinyos/cygwin/opt/tinyos-1.x/tos/platform/pc/SysTimeC.nc:25: expected component `SysTimeC', but got component 'SysTimeM' make: *** [e

Re: [Tinyos-help] Bug in CC2420 timestamp

2007-11-02 Thread Jan Hauer
I've also seen issues with incorrect timestamps. Like David says, a problem may be how a packet can be identified as dropped (by the address recognition), because currently this is done by calculating the time between rising and falling SFD (which may not be a 100% reliable approach). I have two ad

Re : [Tinyos-help] Compiling problems with the Null application !!!!

2007-11-02 Thread mejda chouaieb
Hello, yes I have it for my compiler under "C:\jennic\cygwin\ba-elf\libexec\gcc\ba-elf\4.1.2" and I can compile Null for msp and avr normaly. and with this compiler I can copile jennic programs normaly so I want to understand what's wrong ? are the libraries used the correct ones ? Thanks - M