| 3 min
| 480 words
I have many projects in mind for telescope upgrades. Since the last list I’ve completed one and added one. Here’s what I want to do this year telescope wise:
#1: Sliced Pifinder (complete!) Complete! I built a Pifinder for 1/5 of the list price by using a different cheaper camera, secondhand older pi and battery pack, and printing and soldering parts myself. It’s been very helpful when it works, and let me take pictures of M33 even without seeing it!
Read More
| 2 min
| 239 words
Oops. NOW my Sliced PiFinder is done.
The original PiFinder uses a $50 USB GPS module. To avoid spending $50, I wrote some code to fake a GPS. Eventually the dev brickbots switched PiFinders to a $10 solderable GPS module that uses UART instead of USB, and $10 felt reasonable, so I bought one and soldered it in. I thought I was done and that all I had to do was edit the software to remove my fake GPS code and use the regular GPS code!
Read More
| 2 min
| 265 words
I’m building the Sliced PiFinder, a device to help my telescope find things! Previously, I tried using a cheaper IMU but gave up and bought a $30 fancy chip.
Originally I didn’t want to buy a $50 GPS USB stick but the PiFinder creator found a $10 solderable GPS unit for a v2, so I bought one and soldered it in.
After soldering in the GPS chip, dubiously electrical taping it in place, dropping it and cracking my 3D printed parts, printing new parts, using a soldering iron to remove heat inserts out of the old parts so I can place them into the new parts, printing the case, discovering the case wasn’t designed for my battery and blocks access to the on/off switch and USB ports, melting holes in case with soldering iron, putting on a cover plate over the screen and LEDs… I finally put it on my telescope!
Read More
| 10 min
| 2107 words
I’m building a PiFinder! It uses a camera to take pictures of the sky, connected to a raspberry pi which uses a database of stars to tell you where in the sky your telescope is pointing. But a PiFinder is $550 new. A stock pifinder uses the newest and most expensive options for pis and cameras, and when I looked at the parts list, I thought: I can build something similar for a fifth of the price!
Read More
| 2 min
| 357 words
The pifinder is a tool to help you aim a telescope. It uses a camera to take pictures of the sky, connected to a raspberry pi which uses a database of stars to tell you where in the sky your telescope is pointing. Then, if you want to find a specific object, it tells you what direction to move your telescope in.
I’m building a janky pifinder with some nonstandard parts: instead of a $60 raspi 4 and $50 HQ camera and $25 lens and $30 IMU, I’m using a $10 lens, a secondhand raspi 3, and a cheap “pi camera module v1” from 2013 that was attached to the raspi, and a $20 IMU with unpronounceable name I found lying around in a drawer of sensors.
Read More
| 1 min
| 136 words
Pifinder update: the new $33 camera arrived! But it’s slightly bigger than my previous camera, so I had to design a new part to hold it. While the pifinder was designed with M2.5 screws, this camera only accepts smaller M2 screws. I had to go to the hardware store yet again.
The pifinder is designed for a raspberry pi HQ camera ($50). Originally instead I wanted to use a pi camera module V1 ($10, from 2013) because I recycled it from another project, but it didn’t work too well.
Read More
| 1 min
| 71 words
I built enough of a pifinder to test it! This pifinder is using a pi camera v1 because I salvaged an old secondhand pi project… and it was able to see one or two stars, but not much more because of light pollution. Not enough to see the stars and plate solve to see where in the sky it was aimed at. I ordered a better $33 camera, maybe that’ll work
| 1 min
| 55 words
The code’s open source, so I looked through it. Turns out every time it tries to draw a map of the sky, it loops through every single star in the sky down to magnitude 7.5. Every frame. Sigh
At least it’s open source, so I can probably add some caching and massively speed it up.
| 4 min
| 649 words
The sky is too big. I went out telescoping looking for M13 and there were too many stars and it’s too big and I don’t know where I’m aimed. When you’re so zoomed in, there’s so many stars you don’t know where you are or where to look.
Enter the pifinder! I’m going to make one.
I went to my local makerspace, known for having too many donated bits and bobs they actively try to get rid of (what a wonderful problem to have).
Read More