I'm thinking about an IoT Polar Aligner. The main idea is to use a Raspberry Pi W with the camera module to find and detect the North Star and display it on the mobile phone. The final goal is to connect it with servos so that it can automatically align itself. Does anyone know of a similar open source project?
There are already several software solutions for polar alignment; NINA, ASI Air, SharpCap, StellarMate etc. Of those I think only NINA is open source. They all use the primary imaging camera and the mount to calculate the polar error and display that for the user to manually correct. So the alignment part is already solved.
You'd need to figure out a good mounting solution for whatever servo/motor used (and this will likely be very mount dependant) and then just translating NINA's (or whatever's) output into actions for the motors.