3DPrinting
3DPrinting is a place where makers of all skill levels and walks of life can learn about and discuss 3D printing and development of 3D printed parts and devices.
The r/functionalprint community is now located at: !functionalprint@kbin.social or !functionalprint@fedia.io
There are CAD communities available at: !cad@lemmy.world or !freecad@lemmy.ml
Rules
-
No bigotry - including racism, sexism, ableism, homophobia, transphobia, or xenophobia. Code of Conduct.
-
Be respectful, especially when disagreeing. Everyone should feel welcome here.
-
No porn (NSFW prints are acceptable but must be marked NSFW)
-
No Ads / Spamming / Guerrilla Marketing
-
Do not create links to reddit
-
If you see an issue please flag it
-
No guns
-
No injury gore posts
If you need an easy way to host pictures, https://catbox.moe may be an option. Be ethical about what you post and donate if you are able or use this a lot. It is just an individual hosting content, not a company. The image embedding syntax for Lemmy is ![](URL)
Moderation policy: Light, mostly invisible
view the rest of the comments
My plan is to have it just run off of an esp32 and run a 2.5mm cable to my dslr to control the shutter. I'm sure that someone sells a shutter button for the iPad that you can rig up to something to trigger it. There might even be a way to use Bluetooth for it. The esp32 has Bluetooth, but I'm not sure if it's capable of sending Bluetooth requests like that (I haven't messed with that feature) so you might need an intermediate server like Home Assistant to handle the shutter if you go that route.
You don't even need to use a pi. Pretty much any SBC should be able to run it, but an esp32 should be sufficient for a simple scanner, especially if you're not uploading the pictures from the scanner.
If you go the esp32 route, I'd recommend https://esphome.io. That way you don't have to learn how to program in C.
Super! I actually have some unused esp32s laying around
It would be super simple to code. Basically just a nested for loop that moves the motor a few steps then presses a button a few hundred times.