S_H
22
I was hoping to make something that would auto track to the nearest satellite.
The thought was to have a X,Y axis servo holding the LNB, Have the system run on a Arduino Nano.
My hope was to get a GPS receiver and a compass module to send Longitude/ Latitude data to the Nano, and by using the magnetic compass, use that information to move the servos pointing the LNB in the correct position.
Another way I was thinking of is using a startup script from the host Raspberry Pi, that would run the servos through the max range, while doing this, the signal strength from the satellites would be used to almost auto focus on the specific point in the sky.
They both have various bad points to them. Its just how far do i want to be pushing it.
I want to make something that is efficient but also not complex, the least amount of complexity the better, less things to fail.
What do you think to the idea?