[Tinyos-help] not getting the entire packet of data

2006-10-24 Thread primalfear 69
helloeverybody, i changed the TOSH_DATA_LENGTH in the Am.h file from 29 to 55 (first i changed to 39 instead of 55, then i am not even able to receive the packets via the radio..but with 55packets r being received and transmitted.why is it so ?) Now the other

[Tinyos-help] Need help in running BcastInject.java from Lesson 7

2006-10-24 Thread cruz emilda
Hai, While learning Lesson in the Tutorial TinyOS 1.x ,I tried to run BcastInject.java.. But I got Exception that the Class file not found..So I tried to compile that BcastInject Java file..I got 5 errors saying that cannot resolve symbol SimpleCmdMsg.. and ...LogMsg..Need help...

Re: [Tinyos-help] SerialForwarder can't read from /dev/ttyUSB0

2006-10-24 Thread Fabrizio Stefani
I've had the same problem on my Ubuntu 6.06. Twice. The first time I solved reinstalling Java (the JDK 5.0 from Sun, Ubuntu packages). After some tweaking and playing around with the code and the system the problem reappeared and this time I solved reinstalling only the TOScomm (and maybe the

[Tinyos-help] From Mica2 to Tmote

2006-10-24 Thread Ee Foong Lee
Hi guys, I'm having problem with tmote. The app works this way. The sender send out a packet when the timer is fired up each second. The receiver will receive the packet anf forward it to the pc through serial for displaying the data. The receiver will collect 10 packets and stop the timer. This

Re: [Tinyos-help] not getting the entire packet of data

2006-10-24 Thread Benjamin Madore
Whomever, I hate to complain, but English is my first language and I have trouble understanding this. There are many people here who have difficulty with English and they are not going to be able to help you at all. If you require assistance, please try punctuation, grammar, and whole words. --

[Tinyos-help] Re: Make pc - missing components and interfaces

2006-10-24 Thread Andreas Wapf
Philip Levis pal at cs.stanford.edu writes: There are several services and abstractions which exist on TinyOS platforms but not in simulation. You are undoubtedly encountering some of these. Are these abstractions, which exists for the simulator, all in the tos/platform/pc directory? Or is

Re: [Tinyos-help] From Mica2 to Tmote

2006-10-24 Thread Joe Polastre
You have to wait for the radio to finish starting up before sending the first packet. -Joe On 10/24/06, Ee Foong Lee [EMAIL PROTECTED] wrote: Hi guys, I'm having problem with tmote. The app works this way. The sender send out a packet when the timer is fired up each second. The receiver will

Re: [Tinyos-help] Receiving Delta Messages

2006-10-24 Thread Joe Polastre
Multihop is for forwarding messages up a multihop tree, it is not for dissemination down the tree. Thus, there is no Receive interface, because the destination is the base station. Multihop does provide Snoop and Intercept which allow you to monitor messages as they traverse the tree towards a

[Tinyos-help] Surge Reliable

2006-10-24 Thread [EMAIL PROTECTED]
I would like to know if the preinstalled program in mica2 is surge_reliable and if the program Surge-View works with this this mica2 program. Prueba el Nuevo Correo Terra; Seguro, rpido, fiable. ___ Tinyos-help mailing list

[Tinyos-help] LowPoerListening

2006-10-24 Thread Ian Welch
I would like to use LowPowerListening to help save power while my Motes are inactive and waiting for commands. I found the Interface in /chips/cc1000/LowPowerListening.nc what module does this interface wire to??Thanks ___ Tinyos-help mailing list

Re: [Tinyos-help] Need help in running BcastInject.java from Lesson 7

2006-10-24 Thread Michael Schippling
I believe the missing files are generated by mig from TOS header files. Try building the whole tools/java tree from the top makefile. If that doesn't work I would then search for the file names in the app dirs and makefiles to see if I could figure out how to run mig by hand. MS cruz emilda

[Tinyos-help] mote transmission distance

2006-10-24 Thread Tony Han
Hi All, I have a question about the transmission distance among different types of motes. For 900MHz mica2, the max distance is around 60m, Is that for lower frequency such as 433MHz or 315Mhz will have longer transmission distance than 900MHz? what about micz? Any suggestions will be appreciate.

[Tinyos-help] which component will be used?

2006-10-24 Thread Zhao Stephen
I found there are many files named as RadioCRCPacket.nc in TOS dir. Thus I am puzzled which RadioCRCPacket.nc will be invoked in an application program? Actually, I want to know what criteria should be used when invoking system component. Thanks SZ