Antenna Tracker Build Thread

Hi all.

I’ve started this thread because I’m going to build an antenna tracker and I will document the steps as best I can in case anyone else wants to build one. If someone here has built one from scratch, all advice is welcome

I will be using an arduino, a wifi module, a tango 2 configured for wifi mavlink, a gps and magnetometer, 2 servos, a 3d printer and nice big patches and helical antennas to pick up the hdzero signal.

Hopefully when its finished it should work similar to the below clip.

3 Likes

Been looking forward to this thread :star_struck:

2 Likes

Firstly, after a little bit of reading, I wont be using my arduino and a wifi board, I’ll use the below. It is an Esp32 development board with integrated wifi. There are sketches on github to load into it so that it can convert the mavlink data from my uav from my tx to useable information to calculate the crafts position in 3d space. Hopefully!

2 Likes

I received my esp32 pcb.

My logic is that as its like an Arduino with wifi, I can use 2 servos with a bec for pan and tilt, a gps with mag, connect these up to the esp32, upload a sketch that I will find on github and the whole lot will receive mavlink gps from my rc transmitter via wifi, do some calculations and adjust the servos so my antennas point to the uav.

That’s the plan anyway

2 Likes

Sounds good mate. :clap:

2 Likes

Sounds a great project. Still need to use my esp32s!! You’ll inspire me if got time inbetween breaking quads that’s the issue!

1 Like

I received my esp32 board from Amazon. I have managed to get it to talk to the pc and upload a simple program to test.
All went well until I unplugged the usb cable. The socket decided it wanted to leave the circuit board too. So it has gone back to amazon.
I’ve ordered an upgraded one with a tiny screen for debugging. Hopefully I can get something working for the big meet

4 Likes

My ttgo esp32 board arrived today. Very easy to setup with the below yt video.
Just as a test, I’ve put tetris on it. The board is tiny, but has more than enough computing power for what I need :grin:
Next step is to wire 2 servos to a bec then to the board, a gps and mag too, upload a suitable pre-written antenna tracker sketch to the board and test.

2 Likes

Snap on all them, if you need out let me know

Looks like a cool project

2 Likes

Nice little board. Not expensive either!

1 Like

I’ve found a build thread that I can use which has suitable software for multiple esp32 boards, including the one I have.
It’s a bit of a learning curve, but not too difficult.
I have uploaded a sketch which has a configurable text file and so far so good.
The lcd display is very useful.

https://www.rcgroups.com/forums/showthread.php?2942118-Build-a-Reliable-and-Cheap-Antenna-Tracker-this-Weekend-–-by-zs6buj

3 Likes

Hi Wayne. On the ttgo esp32, the psu is 1s lipo at the back. Can I power it with 5v on the 5v pin?
image

Not sure as I have always powered it from the USB, I will have a look

I’ll try it. I’ve seen that the usb will charge the lipo, but 5v will not. That’s the only catch.

Yeah. It’s fine :grin:

That 5v pad is more than likely an output of a 5v regulator, check it has a blocking diode (or series resistor) after it or it might object to having a strong 5v shoved up it’s arse :scream:

Is it an open source board? if yes then you should be able to get the circuit for it.

I’ll have a quick look :+1:

1 Like

[ES

ESP32-TFT(6-26).pdf (375.8 KB)

Also, beware if a lipo is connected when powered via the 5v pin the lipo connection is 5v

1 Like

It’s powered through here, without a VBAT no problem, but as Wayne says above DOn’t connect anything to VBAT when you’re 5v is there.

image

2 Likes

After a day and a half trying to figure out the software and set it up, I have finally been able to get the tracker working.
I have set the tango 2 as the hotspot on TCP. The tracker connects to the tango 2.
The tracker has a gps and mag for dynamic tracking (the tracker can be moved and it will still lock onto the craft.
It communicates the telemetry via Mavlink Emulation, used by crossfire to get the telemetry from the crossfire serial link.
The next stage is to design and print a case to put onto a tripod that I’ll buy.

4 Likes

just incase you are interested… but it might be a bit big for your system