[Tinyos-help] how to make mica mote receiver / transmitter ?

2007-07-12 Thread Hossam El-Din Hassanein
Hello there , I am using a mica2 mote and facing a problem at some points . One of these points can be described as follows: I need for the mote to act as a receiver and a transmitter of data at the same time . I tried to refer to some modules that are ready like CntToLedsAndRfm and RfmToLeds

Re: [Tinyos-help] how to make mica mote receiver + transmitter ?

2007-07-04 Thread Hossam El-Din Hassanein
Thanx Bernardo for your reply , But my doubts are as follows I tried to combining between CntToLedsAndRfm and RfmToLeds but got lots of errors , these were the 2 components i used in order to establish communication between 2 motes . But in this case one mote will act as a transmitter( one with

Re: [Tinyos-help] how to make mica mote receiver + transmitter ?

2007-07-04 Thread Michael Schippling
See the SimpleCmd and OscilloscopeRF demo apps for examples of wiring up GenericComm's SendMsg and ReceiveMsg. MS Bernardo Avila Pires wrote: I don't remember about tinyos-1, but the basic idea is that you use an interface for sending data (SendMsg) and another for receiving (ReceiveMsg), and