nameless912
a day ago
I've been slowly (slowly....) working on an open source version of what the Seestar provides - a 3D printable shell, easily sourced mechanics and optics, open source electronics (3D printer controller boards are fabulous here). I love the idea of smart telescopes, but I also hope and believe that someday we'll have an open source equivalent to the easy entrypoint of, say, the S30.
Maybe I'm being too much of a purist because late model smart telescopes now allow you to grab the raw FITS files so the relative value of a fully open ecosystem is lower, but I'm trying to build towards the motivated teenager segment: someone who maybe has a Seestar or has seen one, and wants to have that experience, but wants to own it themselves and actually understand what's happening. I have the mechanics mostly working in Alt-Az mode, EQ mode is currently accomplished using a hinged plywood board fashioned into the world's shittiest polar alignment wedge, and now I'm working on figuring out how/where to source good enough optics. I have already learned a whack-ton designing the thing, and I hope that in the future the build will be interesting and informative enough for others to get a bunch of experience in Astrophotography for very little money.
You can buy the sensors used in a lot of these telescopes for <50USD on Aliexpress, the drive mechanics and electronics are ~80, and then all you should need (hopefully) is a cheapo Raspberry Pi 3 or equivalent, putting the total BOM at under 200 bucks. I'm hoping that by early next year I'll have something presentable and we can start building an open source ecosystem to compete with these very impressive but very heavily integrated instruments.
joshumax
a day ago
Ooh great timing! I've been working on a custom firmware replacement (Yocto base) + FOSS control app for existing smart telescopes with plans to release a beta in the next month or so. Currently I'm building out Support for the ZWO Seestars, Dwarf Mini/II/III, Vaonis Vespera, and Unistellar Odyssey (this one's very WIP though). Also working on a nice HAL and plugin system to make porting the CFW to new devices as simple as possible. To tie it all together the firmware also has an Alpaca server running on it.
Currently the state of software development for these smart scopes are...not good. I even wrote about the issues years ago when I "jailbroke" my Seestar S50[1]. With a proper open source solution + better quality gates, it's finally turning into something usable for us power users. I'll give ZWO credit for one thing though, at least they themselves finally admitted defeat and added native Alpaca support in the end.
If you do release your open source Seestar alternative, let me know and I'll write a HAL driver for it.
1: https://www.cloudynights.com/forums/topic/900861-seestar-s50...
throwaway219450
a day ago
It’s curious that this doesn’t exist really. All the components are there, location via GPS, the tracking mechanics are not particularly difficult once you know the orientation, and there are good open plate solvers.
Maybe good sensors suddenly became cheaper? Willingness to put a real computer in the control system? For a long time even potato quality CCDs were expensive and handset electronics have been awful.
There is https://observatorycontrolsystem.github.io/ on the scheduler side
RobotToaster
a day ago
How hard would it be to do the opposite? point a camera at the stars in multiple directions, recognise the angle of various constellations, and use that to work out your location?
throwaway219450
21 hours ago
Easy enough, since this is how celestial navigation works, especially as we have very accurate clocks. You can get latitude from image declination and longitude from time, provided your clock is set from a good reference. In theory you only need one image pointed straight up to estimate declination. You’ll probably have an uncertainty on the order of miles.
poulpy123
a day ago
In my knowledge there are several open source telescopes, and it's the same for all other parts, but I have yet to see a "all-in-one" design
abetusk
a day ago
Do you have a repo for this project? I would encourage you to work in the open, if you're not already.
Even a BOM would be helpful. Also understanding the post-processing/cleanup step would be interesting.