DirectionalTransceiver

Typically: "How do I... ", "How can I... " questions
Post Reply
erenes
Posts: 14
Joined: 16 Oct 2013, 09:36

DirectionalTransceiver

Post by erenes »

Hello,

I am trying to using DirectionalTransceiver. (Two)
This antenna can transmit and also can receive, I think.

Transmit have direction. But Receive doesn't have direction.
There is a way to set direction for receiver?

Thank you.

coppelia
Site Admin
Posts: 10505
Joined: 14 Dec 2012, 00:25

Re: DirectionalTransceiver

Post by coppelia »

Hello,

the built-in functionality will receive a signal from any direction. But what you can do is following: when you receive a message, check where the sender is relative to the receiver. If it is out of sight of the receiver's area, simply discard the message.

Cheers

erenes
Posts: 14
Joined: 16 Oct 2013, 09:36

Re: DirectionalTransceiver

Post by erenes »

Hello,

Thank you for your comment.
I solved simply like this...

Transceiver send Receiver's objectName.
and Receiver send itself objectName.
(When Receiver face to Transceiver, it can send data[objectName] )

It is like.. Transceiver tell "I can see you, objectName."
Then the Receiver know that Trasceiver is in the emmission range.
Only when two antenna face to each other.

Thank you.

Post Reply