[Tinyos-help] Difference between ActiveMessageC and Ieee154MessageC

2010-07-14 Thread Hari Hara Sudhan R
Hi All, I'm trying to use IPBaseStation code available in apps/IPBaseStation I find that RadioSend of IPBaseStation is wired to Ieee154MessageC. Why ActiveMessageC is not used here? What is the difference between ActiveMessageC and Ieee154MessageC. Thanks and Regards, Hari Hara Sudhan R

[Tinyos-help] able to get the first packet but not the rest..........

2006-10-03 Thread Hari Hara Sudhan
I believe that the problem is with your TOS message Buffer. Try this the code which resides in MOTE1 will be having this event   event TOS_MsgPtr ReceiveMsg.receive(TOS_MsgPtr m) { } This event returns a TOS_MsgPtr which is used to receive the next message. event

[Tinyos-help] RE: Tinyos-help Digest, Vol 41, Issue 74

2006-09-18 Thread Hari Hara Sudhan
Hello every one, I want to do Byte level radio transmission and reception. My receiver application receives some junk data and I could not check whether my transmitter is sending the data correctly. Please help me if any one has done this before. Hari Hara Sudhan

[Tinyos-help] Help regarding the CC1000RadioM module

2006-09-18 Thread Hari Hara Sudhan
Hello Everyone, I went through the cc1000RadioM module. In that module I could find statements like call SpiByteFifo.enableIntr(); call SpiByteFifo.disableIntr(); Why are these interrupts disabled? In what situations we have to disable the interrupts? Please help me

[Tinyos-help] Help regarding the Transmission of data

2006-09-15 Thread Hari Hara Sudhan
some data is missing. Is this because there is some mismatch in baud rate. Please help me regarding this Hari Hara Sudhan       ___ Tinyos-help mailing list Tinyos-help@Millennium.Berkeley.EDU https

[Tinyos-help] Swapping TOS message buffer Problem

2006-09-06 Thread Hari Hara Sudhan
Hi every one, I have a problem with swapping tos message buffer I have to develop an application which has to receive a TOS Message through air and then Broad cast the message. The code is       TOS_MsgPtr msg_buff;     event TOS_MsgPtr

[Tinyos-help] PROGRAMMER NOT RESPONDING ERROR

2006-07-19 Thread Hari Hara Sudhan
flash memory, I get an error PROGRAMMER NOT RESPONDING. when I tried with different mica2 motes, I get the error DEVICE NOT RESPONDING. Please help me get out of this problem Thank you in advance. Hari Hara Sudhan. ___ Tinyos-help

RE: [Tinyos-help] difference between events and async events

2006-06-29 Thread Hari Hara Sudhan
- From: Philip Levis [mailto:[EMAIL PROTECTED] Sent: Thursday, June 29, 2006 2:25 AM To: [EMAIL PROTECTED] Cc: tinyos-help@Millennium.Berkeley.EDU Subject: Re: [Tinyos-help] difference between events and async events On Jun 28, 2006, at 1:43 AM, Hari Hara Sudhan wrote: Hi every one I am new

[Tinyos-help] difference between events and async events

2006-06-28 Thread Hari Hara Sudhan
Hi every one I am new to tiny os and nesC. I want to know the diference between the following two stmts. Event void timer.fired() and Async void timer.fired(). Thank you in advance. ___ Tinyos-help mailing list