This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Direction finding with RSSI

I want to make a robot that can track the direction of the transmitter that is controlling it, for example to aim a camera at the transmitter. The robot vehicle will be controlled by a 2.4ghz NRF24L01+ link from within about 40 meters away.

I have seen some fairly simple methods to do similar kinds of tracking by comparing the RSSI from two directional antennas, for example here: www.rcgroups.com/.../showthread.php

It seems that I might be able to do this with a pair of nRF51822 modules, because they have RSSI available. If so, is it possible for the nRF51822's to just listen for the RSSI of the NRF24L01+, without interfering with the controller link in any way? I know the NRF24L01+ can transmit to multiple receivers, but could the nRF51822 make use of the same signal?

  • I think you are both right :) I should have mentioned that this will be an open air, always in line-of-sight application with no obstructions, so RSSI should be reliable enough. Also, it does not need to be super-accurate - just good enough to keep the transmitter in the camera frame most of the time.

Related