I would set two Makefiles up. One on frequency A, and the other on frequency
B, as well as give each it's own group.

On Tue, January 30, 2007 2:32 pm, Hui Kang said:
> manu suryavansh :
>> hi friends,
>> i wanted to know that how can i have two different base station nodes
>> so that half of the remote nodes send their data to base1 and the
>> other half send their data to base2 and both these base stations will
>> be near by
>> thank you
>> manu
>
> Since wireless communication is broadcast. I think you can use different
> handler ID for
> two AM type so that they will not intervene each other. Hope it helps.
>
> Hui Kang

That would work, but then they'd be transmitting on the same frequency,
contending for transmission. Plus, it would be more complicated.

In your Makefile, you can specify both the Frequencies and Group types. If
you have one of the motes that can't hop (like the 315mhz) then go with just
the group.

The DEFAULT_LOCAL_GROUP is 125. Make your mote groups different using
LOCAL_GROUP = xx



-- 
The difference between the right word and the almost right word is really a
large matter- it's the difference between a lightning bug and the lightning.
-Twain

_______________________________________________
Tinyos-help mailing list
[email protected]
https://mail.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to