Earlier quoted context omitted.
So do you think that complex mechanism ended up no better than the normal mounts? It could be execution too, I am no good at experiments and sometimes even "proven" designs end up a bit subpar, so it could be the design was alright.
Not sure what you mean with complex mechanism. The mount has a similar architecture to other commercially available mounts like the HEM15 iPolar for example.
Custom telescope mount using harmonic drives and ESP32
51–60 of 118 posts
Re: Custom telescope mount using harmonic drives and ESP32
#52Earlier quoted context omitted.
So do you think that complex mechanism ended up no better than the normal mounts? It could be execution too, I am no good at experiments and sometimes even "proven" designs end up a bit subpar, so it could be the design was alright.
Not sure what you mean with complex mechanism. The mount has a similar architecture to other commercially available mounts like the HEM15 iPolar for example.
Re: Custom telescope mount using harmonic drives and ESP32
#53Earlier quoted context omitted.
It looks like you have a typical OTA attached, what camera are you using with that? I've only ever used my DLSR attached to the OTA for prime photography, but it is heavy. I've learned to test the position by hand of the camera through the full rotation to see how the orientation of the camera will change throughout the night to prevent hanging situations and so it has forward tension. I noticed more backlash type is…
I switch between the cheap Byomic 76/700 newton and my Sigma 600mm lens (Canon EF but using an adapter to fit the Olympus body). I tried to get the DSLR looking into the newtonian but it was just too heavy, causing the plastic focuser to simply bend way off axis. I've since bought a dedicated astro camera (Neptune C II) which fits alright on the newtonian. I'm keeping the Byomic 76 only for visual observations now. L…
Maybe I missed it, but where in Europe are you? Are the temps part of your softness issue? I'm in Texas, and during the summer when it's prime time for central part of the Milky Way the seeing is horrible from the extreme high temps and the disturbance it causes in the air.
I've been looking at getting a dedicated astro camera as well to reduce that weight as well as free up the camera body to go back to its primary mission of time lapse. I've already gone down the rabbit hole deep enough to have a secondary scope and camera to use as a guide scope to overcome any of the slight mis-alignments during polar alignment. The hole is deep and easy to fall into. Be careful when looking down that hole wondering how far you'd be willing to go as you'll be deeper than you expected before you realize you've left the edge.
Re: Custom telescope mount using harmonic drives and ESP32
#54One thing that I'd be interested in is having telescope mount suitable for doing quantitative measurements, basically doing astrometry from first principles. To me solving the orbits of planets (etc) based solely on my own measurements sounds very compelling. It would be like retracing the steps Kepler etc did.
Kepler did it without a telescope, using Tycho's naked-eye observations.
Not to take away from Brahes exceptional ability at naked eye observations, but the key here is having some sort of instrument that enables precise measurements, be it telescope on a mount or huge mural quadrant.
Re: Custom telescope mount using harmonic drives and ESP32
#55Earlier quoted context omitted.
Though very grateful for projects like FreeCAD, I did encounter a fair bit of frustration while designing this. Especially random crashes, which only got worse as the project got more complex. As far as usage goes, it's mostly a matter of knowing how to do things in FreeCAD. I haven't encountered anything I could not achieve in FreeCAD. Having no experience in other CAD software probably helped sticking to it.
I came to FreeCad with some years background in Inventor, NX and SolidWorks. The jump from any of these to FreeCAD is not very big; you're doing a lot of the same things. But, most of the problems FreeCad has are solved in those, so you can sort of do anything in them and be none the wiser. In FreeCAD, you need to think a little bit more on how it's going to do things. But most people don't learn the big CADs first,…
Re: Custom telescope mount using harmonic drives and ESP32
#56Loved the write up, well done to the author. I get the same feeling building stuff with freecad and then printing it. Feels like there is no limit to what can be done. After going through the growing pains of designing stuff that was just poor and difficult to print I’m now confident enough to send it to be printed by jlcpcb or pcbway. And when they tell me to accept the risk of a failed print then I think, “I feel y…
Re: Custom telescope mount using harmonic drives and ESP32
#57Earlier quoted context omitted.
I came to FreeCad with some years background in Inventor, NX and SolidWorks. The jump from any of these to FreeCAD is not very big; you're doing a lot of the same things. But, most of the problems FreeCad has are solved in those, so you can sort of do anything in them and be none the wiser. In FreeCAD, you need to think a little bit more on how it's going to do things. But most people don't learn the big CADs first,…
OpenSCAD is genuinely great for the right kind of user. If you’re familiar with CSS and have experience with animations in the past, you already possess the skills to be productive with OpenSCAD. In my opinion, the most challenging aspect is getting accustomed to the disconnect between visualizing something and manipulating it, as it’s done through code.
Re: Custom telescope mount using harmonic drives and ESP32
#58I've been using freeCAD for about 3 years now. Looking at what he was able to make with it blows my mind. I love freeCAD, but I don't think I've ever been so continuously frustrated by a piece of software
I think it’s great that we have FreeCAD as an option and I’m excited to see it mature. That said, I recommend Autodesk Fusion free tier for anyone who just wants to get quality work done quickly. Some will refuse to use it on principle and that’s fine for them, but it really is quality software free for hobbyist use with trivial restrictions. EDIT: Getting downvoted, presumably for suggesting a non-OSS software to ge…
Re: Custom telescope mount using harmonic drives and ESP32
#59Earlier quoted context omitted.
I switch between the cheap Byomic 76/700 newton and my Sigma 600mm lens (Canon EF but using an adapter to fit the Olympus body). I tried to get the DSLR looking into the newtonian but it was just too heavy, causing the plastic focuser to simply bend way off axis. I've since bought a dedicated astro camera (Neptune C II) which fits alright on the newtonian. I'm keeping the Byomic 76 only for visual observations now. L…
Yeah, in astro, the quality of the lens shows in much more disappointing ways that regular photography. Any softness from the lens can be part of the art in regular photography, but in astro is a lesser image. Maybe I missed it, but where in Europe are you? Are the temps part of your softness issue? I'm in Texas, and during the summer when it's prime time for central part of the Milky Way the seeing is horrible from…
Re: Custom telescope mount using harmonic drives and ESP32
#60This is great! I never understood how people learn how to make solid PCBs, I've made a few things but I think I must be missing some decoupling capacitors or resistors or whatever, because my microcontrollers aren't very stable. How do you all just know what stuff to put on the PCB? Do you read the datasheet for the component and add whatever is there?