[Tinyos-help] CntToRfmAndLeds

2007-11-06 Thread Abdullah Kadri
I downloaded the application on the first micaz mote and it worked fine. The leds go on according to the counter. I need now to see how the message is transmitted to another mote using Rfm. I need to download the program on another mote. What is the method to change the address of the second mote?

Re: [Tinyos-help] CntToRfmAndLeds

2007-11-06 Thread Michael Schippling
You may be able to use the same TOSish mechanism to set IDs. Here's an example from a recent tmote build: /opt/tinyos-1.x/tools/make/msp/set-mote-id --objcopy msp430-objcopy --objdump msp430-objdump --target ihex build/tmote/main.ihex build/tmote/main.ihex.out-0 0 There is a similar version