Pisolaris is a 3d printed telescope platform designed specifically for the Celestron "First Scope" http://a.co/4xyHqx0

Although I have not released the STL files, I am planning on doing so in the near future once my iterations become more stable.
In addition to making a motorized telescope base, I also wanted to write my own star finding software... which I have done, in theory :) You can find the math library I made on this github page: https://github.com/pisolaris/astro-math
The general concept for star finding is to first develop firmware which can accept destination angles and translate those into motor steps. Then develop the software which can take the current time + gps coordinates + target celestial body and translate that information into angles for the firmware.
At this time, my firmware is not public because it uses AWS IoT and I do not have a good way to provision new telescopes with the current software stack. Making a version of the firmware easily accessible is on my to-do list though.
Stay tuned as I plan to release files soon! I'm nearing a stable iteration which should be good enough to begin sharing complete build instructions :)
@JoshCole
not sure why follow-up reply has been disabled
==
@manta103g I took a peek at my astronomical algorithms book, and it does have a chapter on solar coordinates. The algorithm is pretty complicated, but the astronomy math library I wrote already has most of the components necessary to implement it. Perhaps I'll give a go at updating my library to see if I can add sun tracking to it :) I will let you know if I get around to doing that!
All that aside, it looks like there is actually an algorithm with quite reasonable accuracy. But it has 10 separate variables you have to calculate in order to derive the correct position.
==
Maths is not a problem.
Concentrated PV solar panel should be controlled by solar tracker at one degree accuracy since CPV is built like a waffer, incorporating volume Fresnel lens.
So if not directed "directly" to the sun, you get efficiency lost as a side effect.
Since solar tracker is controlled by micro computer like Arduino, heavy computations should be done in advance, generating database of solar coordinates for the given geolocation.
I have to check how pro telescopes, tracking the sun a controlled.