Arduino FR632 RSSI Antenna Tracker

by FlyerFpv in Circuits > Arduino

30977 Views, 20 Favorites, 0 Comments

Arduino FR632 RSSI Antenna Tracker

IMG_20180419_220600.jpg

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));

​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

Instructions

IMG_20180417_231054.jpg

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.

IMG_20180417_220616.jpg

Solder the power supply wires to stepdown, isolate the stepdown with some double side tape.

IMG_20180417_212640.jpg

Rssi pins in the FR632 receivers its the 4 pin from the right to left

IMG_20180417_222409.jpg

Isolate the arduino with some double side tape

IMG_20180417_222540.jpg

Put the arduino like a image.

IMG_20180417_224031.jpg

Solder the wires to

IMG_20180419_220610.jpg

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.

Test

Arduino RSSI FR632 Antenna Tracker

I use a 3S lipo to power FR632.

Turn on the FR632, choose your channel and you are ready to fly.

Good Flights!

Source

SUPER SIMPLE 5.8GHz RSSI ANTENNA TRACKER