Slowing A Bopit So The Littles Ones Can Play Too

[Johnny Halfmoon] wanted to help out his three-year-old who was fascinated by the Bopit electronic game. In its stock condition it’s a bit too fast for the young one, so he cracked it opened and added the option to slow things down.

Above you can see the Bopit Extreme with the top half of the case removed. Although not hard to get open (there’s just 12 screws to remove) the spring-loaded appendages will fly apart when you do. He warns to pay attention at how they go back together.

There’s one axial resistor which affects the running speed of the game. [Johnny] desoldered this, replacing it with a circuit that toggles between that original resistor and a potentiometer. Now, one switch position allows for normal play, the other allows for adjustable speed based on the potentiometer position. Check out the results in the clip after the break.

Looking for some other fun electronic toy hacks? Why not try out this cursing Simon Says?

Continue reading “Slowing A Bopit So The Littles Ones Can Play Too”

Eight-dollar Airplane For Really Bad Pilots

Have a habit of hitting the bottle before getting into the cockpit? Find that your mind wanders mid-flight? Lack the hand-eye coordination to keep that RC creation of yours in the air? Worry not, you can build this flyer and crash it with impunity.

[HammyDude] built the RC aircraft out of laminated foam board. He’s had it for years and it’s survived multiple crashes. You can see the one real injury suffered, a snapped fuselage at the leading edge of the wings. He repaired it with popsicle sticks and it’s been going strong ever since.

In addition to the wooden reinforcements he’s covered the fuselage with fibrous packing tape (you know, the stuff with the strings running in it). There’s also a carbon fiber tube at the leading edge of each wing. It’s light, strong, and robust (with the exception of the propeller of which he’s broken about 10).

Check out the video after the break for an explanation of the aircraft, list of materials, and HD images of the patterns you need to make them yourself. The only thing you won’t see is flight footage.

Continue reading “Eight-dollar Airplane For Really Bad Pilots”

Children’s Light Up Toy Is An Easy Hand-made Gift

light-and-switch-toy

While this year’s Christmas lists are dominated by electronic gadgets and other mass-produced toys, it wasn’t always like that. We’re not trying to sound like the old man yelling at the neighborhood kids to get off his lawn, but many of today’s gifts lack the personal touch found in old, hand-made toys.

[henlij’s] son is a budding electronics geek who loves playing with switches and lights, so he was inspired to build him a fun toy to pass the time. He constructed a simple box full of lights and switches that his son could toggle on and off to his heart’s content.

While there’s not a ton going on inside the box, we think that the idea is fantastic. With just a few dollars worth of simple components, anyone who knows their way around a soldering station can build something that will keep a child fascinated for hours.

There’s no reason to stop at buttons and lights either. If we were to build one, we would swap the bulbs out for LEDs, then add a wide variety of switches and dials along with speakers and any other components we could get our hands on.

The options are pretty limitless, so if you happen to know a child that gets a kick out of playing with buttons and switches, why not make him or her something special this year, much like [henlij] did for his son?

Adding Sound And Light To Your Radio Controlled Vehicles

[Nicholas] wanted to add some flair to his RC car. In addition to the headlights that you see above, there’s brake lights, and a horn that plays “Dixie” like the General Lee in the Dukes of Hazard. All of this is triggered by the wireless controller, but he figured out a way to monitor the servo signals in order to add the additional features.

The hack is driven by a Propeller chip. [Nicholas] patches into the servo lines by adding a servo-in and servo-out header to his prototyping shield. With that in place he’s able to tap into the voltage and ground pins to power the microcontroller. By attaching a 4k7 resistor to the control line, he can listen in on the servo signals using the Propeller.

This RC car has a throttle servo. So when the throttle is opened all the way up the Propeller chip flashes some white LEDs in the headlights, and uses an LM386 audio amplifier to play a tune. When the throttle is pulled all the way back the brake lights are activated. Don’t miss the test footage of this which is embedded after the break.

Continue reading “Adding Sound And Light To Your Radio Controlled Vehicles”

For The Trade Show Booth That Has Everything, A Blimp!

Trade shows are all about attracting attention and getting people to learn about your product, so what could be better than a custom-built RC blimp? Sure, you could just buy one, but what’s the fun in that? After several design iterations, [Tretton37] came up with a blimp known as the [LeetZeppelin] controlled by an Arduino, an XBee module, as well as a Wiimote controller connected to a computer.

The hack itself is a great example of repurposing off-the-shelf materials into something more interesting and unique. In addition to the components listed above, hobby servos were modded to allow for thrust motor control in conjunction with Legos for the gearing and “pillow-block bearings.” A list of the “important” parts used in this hack is furnished on their site as well as a video of it in action, which is also after the break.

As for the results of this hack as a trade-show attention grabber, Fredrik Leijon had this to say: “We think that all the gazing at the sky and half opened mouths proves that it was a huge success!”

[youtube http://www.youtube.com/watch?v=geMrAmBJsls&w=470&h=315%5D

TI Launchpad Adds Computer Control To A Robot Arm

[Eric Gregori] had an OWI535 toy robotic arm. Although cheap (coming it at around $30) the arm is only set up to be used via a wired control box. [Eric] knew he could do better by adding computer control via a TI Launchpad and motor driver peripheral.

The arm has shoulder, elbow, and wrist joints, a rotating base, and a gripper. All of these are actuated by 3V DC motors and have just two control wires. [Eric’s] motor driver add-on for the Launchpad works great in this case. It’s got three FAN8200 dual motor driver chips on board so it can control up to six motors. Once he made the hardware connections it’s just a matter of sending the commands to the Launchpad via its USB interface, but you will also need to use a larger microcontroller than comes with the Launchpad. Here he’s chosen an MSP430G2553.

In order to make things a little bit more fun he also wrote a GUI for controlling the arm from the computer. He used RobotSee, a programming language that lets you use an image of the hardware, and overlay the controls on top of it. Now he just needs to make this into a web interface and he can have a smartphone controlled crane game.

Don’t forget to check out the video after the break. Continue reading “TI Launchpad Adds Computer Control To A Robot Arm”

mykeepon-hacking

Reverse Engineering MyKeepon

[qDot] recently got his hands on a MyKeepon toy and after messing with it a bit, decided to tear it down to see what was inside. He had hopes of easily modding the toy, but like most adventures in hacking, things might take a while longer than he first imagined.

In his teardown you can see the various components that make up the MyKeepon, including a trio of motors for movement, along with a series of buttons and a microphone used to interact with the toy. Of course, the part that interested him the most was MyKeepon’s circuit board, since that’s where the real work would begin.

There, he discovered two main processor Padauk processor chips, described as “Field Programmable Processor Arrays” in their data sheets. He says that the brand is well known for lifting text verbatim from PIC data sheets, so he doesn’t have a ton of faith in what’s printed there. Sketchy documentation aside, he poked around on the I2C bus connecting the two chips and was able to sniff a bit of traffic. He is documenting his findings as he goes along, which you can see more of on his Github project site.

He has made a few simple modifications to the toy already, but there’s plenty more to do before he has complete control over it. His work is bound to make tons of MyKeepon fans happy, including our own [Caleb Kraft], whose love for the toy can be seen in the video below taken at last year’s CES.

Continue reading “Reverse Engineering MyKeepon”