Palm-Sized Gatling Gun Has 32 Mini Elastics With Your Name On Them

One thing 3D printers excel at is being able to easily create objects that would be daunting by other methods, something that also allows for rapid design iteration. That’s apparent in [Canino]’s palm-sized, gatling-style, motorized 32-elastic launcher.

The cannon has a rotary barrel driven by a small motor, and a clever sear design uses the rotation of the barrels like a worm gear. The rotating barrel has a spiral formation of hooks which anchor the stretched elastic bands. A small ramp rides that spiral gap, lifting ends of stretched bands one at a time as the assembly turns. This movement (and therefore the firing control) is done with a small continuous rotation servo. While in theory any motor would do, using a servo has the advantage of being a standardized shape, and therefore easy to integrate into the design. A video is embedded below in which you can see it work, along with some close-ups of the action.

Continue reading “Palm-Sized Gatling Gun Has 32 Mini Elastics With Your Name On Them”

Save A Few Steps On Your Next Build With These Easy Linear Actuators

A lot of projects require linear motion, but not all of them require high-accuracy linear slides and expensive ball screws. When just a little shove for a door or the ability to pop something up out of an enclosure is all you need, finding just the right actuator can be a chore.

Unless someone has done the work for you, of course. That’s what [Ali] from PotentPrintables did with these 3D-printed linear actuators. It’s a simple rack-and-pinion design that’s suitable for light loads and comes in two sizes, supporting both the 9-g micro servos and the larger, more powerful version. Each design has a pinion that has to be glued to a servo horn, and a selection of rack lengths to suit your needs. The printed parts are nothing fancy, but seem to have material in the right places to bear the loads these actuators will encounter. [Ali] has included parts lists and build instructions in with the STL files, as well as sample Arduino code to get you started. The video below shows the actuators in action.

We’re heartened to learn that [Ali] was at least partly inspired to undertake this design by a previous Hackaday post. And we’re glad he decided to share his version; it might save us a few steps on our next build.

Continue reading “Save A Few Steps On Your Next Build With These Easy Linear Actuators”

Modified Servo Adds Focus Control To Telescope

Scanning the heavens with a telescope is a great way to spend long, clear winter nights, but using a manual telescope can get to be a drag. A motorized mount with altitude and azimuth control is basic equipment for the serious observer, but adding a servo to control the focus of your telescope is one step beyond your average off-the-shelf instrument.

Having already motorized the two axes of the equatorial mount of his modest telescope as a senior project, [Eric Seifert] decided to motorize the focus rack as well. His first inclination was to use a stepper motor like he did on the other two axes, but with a spare high-torque servo at hand, he hacked a quick proof-of-concept. The servo was modified for continuous rotation in the usual way, but with the added twist of replacing the internal potentiometer with an external linear pot. Attached to the focus tube, the linear pot allows [Eric] to control the position and speed of the modified servo. Sounds like controlling the focus will be important to [Eric]’s planned web interface for his scope; we’ll be looking for details on that project soon.

We like the simplicity of this solution, and it’s a trick worth keeping in mind for other projects.  But if fancy steppers and servos aren’t your thing, fear not — astrophotography is as easy as slapping a couple of boards together with a hinge.

Continue reading “Modified Servo Adds Focus Control To Telescope”

Primer On Servos Hits All The Basics

Servos are pretty basic fare for the seasoned hacker. But everyone has to start somewhere, and there’s sure to be someone who’ll benefit from this primer on servo internals. Who knows – maybe even the old hands will pick up something from a fresh perspective.

[GreatScott!] has been building a comprehensive library of basic electronics videos over the last few years that covers everything from using a multimeter to programming an Arduino. The last two installments delve into the electromechanical realm with a treatment of stepper motors along with the servo video below. He covers the essentials of the modern RC-type servo in a clear and engaging style that makes it easy for the newbie to understand how a PWM signal can translate into positional changes over a 180° sweep. He shows how to control a servo directly with an Arduino, with bonus points for including a simple 555-based controller circuit too. A quick look at the mods needed to convert any servo to continuous rotation wraps up the video.

If [GreatScott!]’s video whets your appetite for more, be sure to check out [Richard Baguley]’s deeper dive into servos. And when you’re ready to put your new-found knowledge into practice, maybe a nice project would be to convert a hobby servo into a linear actuator.

Continue reading “Primer On Servos Hits All The Basics”

Clever Stair Climbing Robot

[youtube=http://www.youtube.com/watch?v=QReb1hLfdbE]

Stairs are one of the most commonly faced mobility challenges for a robot. This robot’s design eliminates the need for a complex drive train or computer, and instead uses a clever mechanical design to climb stairs. Version three of the robot uses five servos modified for continuous rotation, a Picaxe28, sharp IR sensors, and bump sensors.

[via BotJunkie]