Re: Fw: [Tinyos-help] sending command to mica2 to start a counter.

2007-04-16 Thread Dipti
Dear Sir, I finally succeded in implementing the application by modifying the SimpleCmd, Bcast Configurations and wiring module Counter aptly along with the other configurations. I also edited the BcastInject java file. Thanks a lot for your valuable help. - Original Message - From:

Re: Fw: [Tinyos-help] sending command to mica2 to start a counter.

2007-04-13 Thread Michael Schippling
Yes it is entirely possible, but you'll probably need a little glue code to connect the command reception to the counter module. Read through the doc/tutorial to get a feel for building TOS programs. MS Dipti wrote: - Original Message - *From:* Dipti mailto:[EMAIL PROTECTED] *To:*

Re: [Tinyos-help] sending command to mica2 to start a counter.

2007-04-13 Thread Hui KANG
I did a similar think several weeks ago. I think you can achieve this way. 1: Add a data type in the command message that represents Start Leds 2: Modify the Java program of sending Command 3: Modify SimpleCmd that can handle this command. Hope it helps. Hui Kang On 4/12/2007, Dipti [EMAIL

[Tinyos-help] sending command to mica2 to start a counter.

2007-04-12 Thread Dipti
Hi all, I have to implement an application wherin when i send a command to mica2 motes from the base mote it should start a 3 bit counter. What modifications need to be done to the SimpleCmd configuration. Is it possible to wire the Counter configuration and the IntToLeds configuration along