[Tinyos-help] MIG:mesage generator with Tinyos 1.x

2007-02-15 Thread virginia estellers
Hello! Can someone send me the exact orders I must type to use MIG with an apps in order to get its messages parsed? I've been dealing with the tutorial example Oscope, but still I'm not succeding. Anything would be much appreciated(a silly example, one of your old codes, etc) Thanks in advance

[Tinyos-help] TinsOS 2.0 + Windows Mobile 5

2007-02-15 Thread Elias Weingärtner
Folks, I'm running into huge troubles accessing packets from a mote attached to a Pocket PC's USB host, and it's really painful to get things to work: Instead of using JavaComm TinyOS 2.0 relies on a JNI Implementation for serial port access. (I recall TinyOS 1.x used JavaComm, so why the change

Re: [Tinyos-help] TinsOS 2.0 + Windows Mobile 5

2007-02-15 Thread Urs Hunkeler
Hi Elias, I use J2ME from IBM (with the Personal Profile). I use the J2ME built-in access to the serial port (no JavaComm API and no TinyOS proprietary JNI implementation). I simply changed the TinyOS java implementation (mainly net.tinyos.comm.TOSSerial) to use the J2ME serial port interface

[Tinyos-help] Delays when receiving packets with Boomerang

2007-02-15 Thread Martin Jacobsson
Hi All, I would like to know if anybody here have experienced problems with T-mote sky and Boomerang 2.0.4 when receiving packets. The problem is that in rare occasions, when a packet is received on the radio, the event SPReceive.receive() or the event Receive.receive() are not called immediately.

[Tinyos-help] Problem in Mate VM

2007-02-15 Thread Shafiqul Amin
hi, I am trying to make a virtual machine using Mate for Telosb motes. I added two new instructions to access newly introduced stack. I have checked my MateConstants.h and MateTopLevel.nc files to ensure for the required codes. but when i try to compile my application, I get the following error:

[Tinyos-help] Oscilloscope with Multihop

2007-02-15 Thread manu suryavansh
Hi all, I am trying to modify oscilloscope so that it sends data using a multihop mechanism through BaseStation in MultiHop. I have wired the interfaces like shown below- OscillorouteM.RouteControl -> multihopM; OscillorouteM.Send -> multihopM.Send[AM_OSCRT]; And in OscillorouteM: [. . .] ta

Re: [Tinyos-help] Problem in Mate VM

2007-02-15 Thread Philip Levis
On Feb 15, 2007, at 8:33 AM, Shafiqul Amin wrote: hi, I am trying to make a virtual machine using Mate for Telosb motes. I added two new instructions to access newly introduced stack. I have checked my MateConstants.h and MateTopLevel.nc files to ensure for the required codes. but when i try

Re: [Tinyos-help] MIG:mesage generator with Tinyos 1.x

2007-02-15 Thread Philip Levis
On Feb 15, 2007, at 2:56 AM, virginia estellers wrote: Hello! Can someone send me the exact orders I must type to use MIG with an apps in order to get its messages parsed? I've been dealing with the tutorial example Oscope, but still I'm not succeding. Anything would be much appreciated(a silly

[Tinyos-help] Using Multihop with oscilloscope

2007-02-15 Thread Leslie les
Hi all, I am new to tinyos and I want to modify Oscilloscope so it sends using Multihop. I found this code on the mailing list as someone's question, I am trying to use it but it is not working, I understand that it is trying to use the Oscope library. code: OscillorouteM.RouteControl ->

[Tinyos-help] increasing sampling/packet rate

2007-02-15 Thread Chris Byers
Using the TestSensor Program for the MTS310 sensor board I have been able to send out a maximum of about ten packets a second with 38 bytes of data payload per packet. To do this I set the TimerRepeat to as low as I could and In AM.h I changed TINYSEC_MAC_LENGTH 4 to TINYSEC_MAC_LENGTH 1. Does an

[Tinyos-help] Tmote CPU clock speed

2007-02-15 Thread Szymon Fedor
Hi, Does anyone know how to increase the default speed of CPU clock in Tmote? I tried to enable the external Rosc by changing the Msp430ClockP.nc file BCSCTL2 = DIVS1 | DCOR; and the time of executing some code (long "for loop") doesn't change in comparison to the default configuration. I am

Re: [Tinyos-help] Tmote CPU clock speed

2007-02-15 Thread Steve McKown
On Thursday 15 February 2007 15:07, Szymon Fedor wrote: > Does anyone know how to increase the default speed of CPU clock in Tmote? I > tried to enable the external Rosc by changing the Msp430ClockP.nc file You should probably read the msp430 User's Guide too. Chapter 4 page 7 in revision 'f' of

Re: [Tinyos-help] Tmote CPU clock speed

2007-02-15 Thread Steve McKown
HI Syzmon, On Thursday 15 February 2007 15:07, Szymon Fedor wrote: > Does anyone know how to increase the default speed of CPU clock in Tmote? I > tried to enable the external Rosc by changing the Msp430ClockP.nc file > > BCSCTL2 = DIVS1 | DCOR; > > and the time of executing some code (long "for l

[Tinyos-help] What does SUCCESS refer to?

2007-02-15 Thread Muhammad Azhar
Hi, I know this is a rather basic question, but does SUCCESS in the return value of AMSend.send(x, y, sizeof(z)) refer to the fact that this node has successfully sent the packet (but may not have reached the receiver) or does it mean that the packet sent from this node has successfully reach