On Tue, 2012-09-18 at 14:09 +0200, Saeid Yazdani wrote: > Dear Friends, > > At the moment I am experimenting radio communication between 3 TelosB > motes. I have succesfully installed default BlinkToRadio app on these motes. > > My Question is, is it possible to address only a specific mote, so that > communication occurs between only 2 of these motes? If yes, can you tell > me where should I look for it please?
Instead of sending to AM_BROADCAST_ADDR, replace with the ID of the mote you wish to communicate, when compiling you can assign ID's to each mote: make telosb install,1 make telosb install,2 Start with the basics nevertheless, dig a little before asking :) i.e. http://www.keally.org/tinyosRadio.php Regards, --Antonio > Regards, > Saeid Yazdani. > _______________________________________________ > Tinyos-help mailing list > [email protected] > https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
