Hi all!
I am a new to TinyOS. I am doing a simulation with one mote programmed with TOSBase and one mote programmmed with SimpleCmd. I use BcastIject to send radio packet from TOSBase to SimpleCmd. There is no problem with the simulation (because all are included in tutorial). However, I have some questions but I myself can not explain. They are:
- What component in TOSBase mote is responsible for converting digital signal (received from laptop) to analog signal?
-What component in TOSBase mote is responsible for coding? (because I see in the TOS_Msg structure, it has CRC field to check CRC, and many other fields), what kind of coding mechanism is used here?
- What untimate component in TOSBase mote is responsible for transmitting radio signal out to SimpleCmd mote
- What first component is responsible for receiving analog signal in SimpleCmd mote?
- What component is responsible for converting analog signal to digital signal in SimpleCmd mote?
Can you give me some answers for my questions?
Many thanks!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
In BcastInject, I modify it with destination address is received from command. After that, I put this address in the read_log_arg variable of SimpleCmd. Here are some structes in SimpleCmd


Blab-away for as little as 1ยข/min. Make PC-to-Phone Calls using Yahoo! Messenger with Voice.
_______________________________________________
Tinyos-help mailing list
Tinyos-help@Millennium.Berkeley.EDU
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to