On 11/17/09 2:21 AM, David Conde wrote: > Hi, > > Is there any way to change either Node Addr or Group Addr in > programatically way? > > My problem is that I would like to provide Telosb motes with a firmware > already installed to the end users (who are not TinyOS developers and do > not know anything about TinyOS), and They maybe could be using other > motes which could have the same Node Addr as I set for my the Telosb > motes, so, There would be a problem because it would exist two motes > with the same node addr. > > I would like allowing the End user to change this Node Addr in easy way, > I mean, the End User should not have the Cygwin or TinyOS environment to > do that, I thought to do that via RF or plug-in the mote in USB conector > in some way. Is there any solution or any work around about this? > > Thank you in advance
Since you're using a CC2420 radio, look at the CC2420Config interface from the CC2420ControlC component. Greg Hackmann _______________________________________________ Tinyos-help mailing list [email protected] https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
