Hi,

I suggest you to define a AM_CONFIG and an appropriate struct:

typedef nx_struct configuration
{
   nx_uint8_t   channel;
   nx_uint8_t   power;
}configuration;

Then you can send it from PC via BaseStation application to your network.
Or you can write your own simple program that forwards the serial messages
to radio.

Best,
Arik



On Thu, Mar 4, 2010 at 16:55, Peng Du <[email protected]> wrote:

> Dear all,
>
> This might sound naive - how to send parameters, say channels, to the motes
> that are not plugged to the desktop? Would something like the IPBaseStation
> provided with tinyOS do the job?
>
> Many thanks!
>
>
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>



-- 
Best Regards,
Arik Sapojnik
_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to