Hacking A Jack-in-the-Box To Be Extra Surprising

A Jack-In-The-Box is scary enough the first time. However, if you’ve seen the clown pop out before, it fails to have the same impact. [Franklinstein] decided that swapping out the clown for an alternative payload would deliver the fright he was after.

Inside the toy, an Arduino Nano runs the show. It’s paired with an airhorn, installed in a special frame along with an RC servo. When the time is right, the RC servo presses up against the airhorn, firing off an almighty noise. There’s also a confetti blaster, built with a small chamber full of compressed air. When a solenoid is released, the compressed air rushes out through a funnel full of confetti, spraying it into the room.

When the crank on the toy is turned, the typical song plays. When the lid of the box opens, it releases a switch, and the Arduino fires off the confetti and airhorn. It’s shocking enough for [Franklinstein] himself, and even more surprising for those expecting the toy’s typical bouncing clown instead.

We’d love to see an even more obnoxious version that doesn’t turn the airhorn off for at least a full minute. We’ve seen them employed in some great Halloween hacks before, too. Video after the break.

Continue reading “Hacking A Jack-in-the-Box To Be Extra Surprising”

Pop Goes The Haunted Jack-in-the-Box

Is Halloween sneaking up on you, too?  It’s less than two weeks away, but there is still plenty of time to build something that will scare the pants off trick-or-treaters and party guests alike. This year, Hackaday regular [Sean Hodgins] hacked his favorite holiday by taking something that ships with a base level of scariness and making it autonomous. What could be more frightening than a haunted toy?

The (decades-old) jack-in-the-box mechanism is simple. Turning the crank operates a mechanical music box that plays the traditional “Pop Goes the Weasel”. When the music box hits the high note, a jutting piece of plastic on the barrel of music box disturbs the other end of the latch, which frees the scary clown inside. [Sean] used a 100:1 DC motor to turn the crank from the inside, and a Pi camera to detect victims in the vicinity. Once the camera locks on to a face, the box cranks itself and eventually ejects the jester. Since most of the space inside is already taken up by the spring, [Sean] housed the electronics in a custom 3D-printed base with a hole cut out for the camera’s eye.

Many modifications are possible with a project like this. [Sean] is now in complete control of the latch operation, so he could make the clown pop appear instantly, or randomly, or sometimes not at all. Check out [Sean]’s entertaining build video after the break.

Want to make your own fright machine from scratch? We’ve got all the inspiration you need, from tabletop to trash can-sized monsters. Continue reading “Pop Goes The Haunted Jack-in-the-Box”

Halloween Props: Ghoul In The Box Puts On A Pretty Good Show

[Tim’s] ghoul in the box project has all the elements of a classic Halloween prop. He built it for last year’s display but we’re sure it will be a perennial favorite.

As the name implies, it’s modeled after a Jack-in-the-box toy. Fittingly, it’s decorated with bright, happy colors and includes a crank on the right side of the box. But you don’t need any man-power to make it work. Hidden in the red circle at the center of the front panel is a motion sensor. Walk in front of the box and one of two modes will be triggered. The crank may start up and a happy rendition of Pop Goes the Weasel plays. But as it nears the end of the song the tempo slows and the pitch drops as if running out of steam. It’s perfect foreshadowing for the vigorous bursting forth of the ghoul inside.

The demo after the break gives you a look at the operation, as well as the components used in the build.

Continue reading “Halloween Props: Ghoul In The Box Puts On A Pretty Good Show”

Halloween Props: Trash Can Jack-in-the-box

Last year [Bob] didn’t let the little kids get some candy and continue on their way without giving them quite a fright first. His modified trashcan lures you in and then scares the bejesus out of you.

He calls it Oscar the Trash-bot. The image on the left shows a ghoulish-looking head peeking out of the partially opened lid of the trash can. It has some movement, but is slow and quiet. The small, slow movements catch your eye and seem safe enough. Until you get a bit closer. A range finder triggers when the unsuspecting victim draws near, causing a much bigger, faster, and bloodier beast to pop up and stick out a claw. Check out the two videos after the break. One of them shows the claw mechanism, which is made with the help of a brake cable and shows very realistic and blazingly fast movement. The other is an overview of how the entire setup works.

Continue reading “Halloween Props: Trash Can Jack-in-the-box”

Beginner Concepts: Electronic Jack-in-the-box

Behold the electronic Jack-in-the-box. Open the lid or enter the wrong combination and you’ll set off an alarm.  But if you get the right 6 combination code entered using the three buttons you’ll be rewarded with a little ditty and the appearance of the Jack (who lives in the box). [Jeremy Blum] designed this as part of his introduction to rapid prototyping class at Cornell University. See his description of the project after the break.

When he shared the link with us he mentioned that this might be a fun project for beginners and we couldn’t agree more. The design is easy to wrap your mind around using the provided schematic. The source code package includes PDF files that contain well commented code segments along with their descriptions. You can use this to get comfortable with driving a speaker and servo motor using an Arduino, as well as to read from two different types of inputs. We are especially interested in the hardware debounce implemented for the switch that detects if the lid is closed. Software debouncing is pretty much the standard these days but because an external interrupt is used to read the switch that method won’t work here.

If you’ve got an Arduino and few of these components why not give this a try?

Continue reading “Beginner Concepts: Electronic Jack-in-the-box”