Re: [Tinyos-help] MIB520 on Ubuntu

2006-05-13 Thread Kan Cai
Great! Linking ttyS6 to ttyUSB1 works. Thanks a bunch for you help, August! cheers, --ken On Fri, 12 May 2006, August Joki wrote: The mib520 appears as two ttyUSB ports, the lower numbered one is for programming and the higher numbered one is for UART communication. If you try connecting

Re: [Tinyos-help] compilation error

2006-05-13 Thread Cory Sharp
You did not include Main in your application component list. - Cory On 5/12/06, jagan nath [EMAIL PROTECTED] wrote: Hi all can any body tell what does this error mean. 1. I'm trying to use TimerjiffyAsync interface, to sample at 3KHz. 2. i have made a copy of TimerJiffyAsyncC.nc and changed

[Tinyos-help] Sending Data to gatway from pc

2006-05-13 Thread prajakta choudhari
hi all i am a new TinyOS programmer. I have written a programm i javax.comm that directly sends data to serial port ... i havw installed TOSBase as gateway . Whenever i send any data from the pc, nothin happpens. I have checked that the data is being sent to serial port. I have used a sample

Re: [Tinyos-help] compilation error

2006-05-13 Thread jagan nath
I have included that , I think this error is due to some thing else, my configuration file is like this includes MyADC; configuration Sampling{} implementation { components Main,SamplingM,TimerJiffyAsyncNewC,LedsC,ADCC,FramerM,UART,TimerC;

Re: [Tinyos-help] Help me with type of struct!

2006-05-13 Thread Hieu Tran
Thank you so much. However, in my case, if I add LogMsg into "args" union. I am not sure for 2 possibilities: - Can I still use BcastInject since this program is written to support old SImpleCmd struct? For me, it is really complecated to make change to some java programes. - Since "args" is

Fwd: [Tinyos-help] compilation error

2006-05-13 Thread jagan nath
-- Forwarded message -- From: jagan nath [EMAIL PROTECTED] Date: May 13, 2006 3:31 PM Subject: Re: [Tinyos-help] compilation error To: Cory Sharp [EMAIL PROTECTED] Ok I got it, there was some problem in my make file. jagan On 5/13/06, jagan nath [EMAIL PROTECTED] wrote: I

[Tinyos-help] How can I search all the sent emails!

2006-05-13 Thread Hieu Tran
Hi all! How can I search some information in all the email sent before? Because, I have many unclear thing and I want to search it before sending email to ask you. I registered the tinyos-help one month before, so Ido not havemany thing to search. Regards! Love cheap thrills? Enjoy

Re: [Tinyos-help] How can I search all the sent emails!

2006-05-13 Thread Robert Taylor
There's a Google search box at the bottom of this page: http://tinyos.net/scoop/special/support#mailing-lists Robert On 5/13/06, Hieu Tran [EMAIL PROTECTED] wrote: Hi all! How can I search some information in all the email sent before? Because, I have many unclear thing and I want to search

[Tinyos-help] extracting RSSI value for mica2

2006-05-13 Thread tejasw
hi all, I am using mica2 and I need to extract the RSSI value from a received packet..however the current apps dont seem to support extracting RSSI value..Also, in TOSSIM the strength value always shows up '0'.. Any help..? Thanx in advance tejasw ___

Re: [Tinyos-help] extracting RSSI value for mica2

2006-05-13 Thread Aditya Bhave
The RSSI value is captured by the MICA2 motes on ADC channel 0. In the new tinyos, msg - strength does give the RSSI value directly. Otherwise youll have to read from the ADC channel 0 to get it. Roberto posted something on this a few days back. Youll have to do some conversion on the value

Re: [Tinyos-help] Sending Data to gatway from pc

2006-05-13 Thread Michael Schippling
probably you haven't calculated the CRC correctly... For an example of a simple java program to send and receive TOS_Msg packets using Packetizer.java see: http://www.etantdonnes.com/Motes/robocode.tar.gz MS prajakta choudhari wrote: hi all i am a new TinyOS programmer. I have written a

Re: [Tinyos-help] Help me with type of struct!

2006-05-13 Thread Michael Schippling
You will have to, at minimum, recompile and reload all programs that use the message structure. I haven't used/looked at BcastInject so I don't know if it even has facility for receiving messages, but certainly it would need to be modified to interpret your new message. As to changing structs,

Re: [Tinyos-help] extracting RSSI value for mica2

2006-05-13 Thread Michael Schippling
Just to beat the dead horse...the msg.strength field is only available on the Motes themselves. It is not passed over the UART to the host, so other arrangements need to be made to see the RSSI from TOSBase itself. MS Aditya Bhave wrote: The RSSI value is captured by the MICA2 motes on ADC

[Tinyos-help] Boomerang installation problems

2006-05-13 Thread jagan nath
hello all, I have installed boomerang on my comp which was already having tinyos1.x installed on it. There was no problem during the installation but when i'm trying to install any application it is giving the following error : This application has failed to start because MSVCR71.dll was not