Introduction: Arduino FR632 RSSI Antenna Tracker
This tracker not use any gps system.
This tracker use a diversity video receiver and a arduino pro mini, through the analog inputs arduino read the RSSI sinal percentage from receivers.
Sinal its compared and servo follow the stronger RSSI signal.
No pairing, no telemetry, no configuration.
Only you need adjust the value RSSI_MAX and RSSI_MIN in the arduino code about your receiver, to do that uncomment(removing the slashs) the debug code like this, turn on your drone and open the serial monitor on arduino IDE, you will see the MIN and MAX values, just insert it on code.
if (debug)
{
// Serial.print("RSSI%: ");
// Serial.print(map(avgLeft, RSSI_MIN, RSSI_MAX, 0, 100));
// Serial.print(", ");
// Serial.print(map(avgRight, RSSI_MIN, RSSI_MAX, 0, 100));
Step 1: What I Used
FR632 Video Receiver - https://bit.ly/2r9iW38
Arduino Pro Mini - https://bit.ly/2r3WA2X
Note: In the images you can see the arduino pro micro, burned after two tests, its clone!
In the last image you can see the arduino pro mini that I use.
Adjustable Step Down - https://bit.ly/2r3WA2X
Servo Extension - https://bit.ly/2r3WA2X
Two directional antennas
Some wires
Solder Station
1mm solder tip
Solder
Step 2: Instructions
With multimeter check the polarity of DC jack pins and solder two wires, positive and negative.
Be careful solder the wires in the correct pin if you dont do it you can burn the step down.
Step 3:
Solder the power supply wires to stepdown, isolate the stepdown with some double side tape.
Step 4:
Rssi pins in the FR632 receivers its the 4 pin from the right to left
Step 5:
Isolate the arduino with some double side tape
Step 6:
Put the arduino like a image.
Step 7:
Solder the wires to
Step 8:
Solder the RSSI pins to A0 and A1 analog pins.
Solder the RSSI pins to A0 and A1 analog pins.
Solder the servo signal wire to pin 5(PWM), ground wire to arduino gnd and positive servo wire to arduino raw pin.
Be careful, you need to adjust the stepdown voltage to 5V or 6V, attention to max servo voltage.
Step 9: Test
I use a 3S lipo to power FR632.
Turn on the FR632, choose your channel and you are ready to fly.
Good Flights!