Pimp My Zoomobil using Arduino

I recently put together the Playmobil Zoomobil for my kids. As I was busy snapping all the pieces together, I became more and more convinced that this cart had been made to have lights. It’s hard for me to believe the original product designers at Playmobil created this without lights in mind.

A lot of the Playmobil vehicles are like this, but the Zoomobil is a perfect example of what I mean: all the places which would be lights on a real car are actually made from clear plastic, as opposed to decals or opaque plastic, and even had spaces behind or within them. Why would Playmobil do this if they weren’t actually thinking about putting an LED there? So, I decided to dress it up a little. And, while I was at it, I thought I’d also add a motor, a servo and remote control to move it around. And, no, I didn’t take my kids’ toy away from them: I bought my own.

Pimp My Zoomobil using Arduino

This was my first project using an Arduino, really my first electronics project ever, so be nice in the comments.

The finished product is pictured above.

Read on to find out how I did it.

Step 1: Parts List

Most of the following parts can be found very easily on Amazon or Adafruit as well as many other electronics parts websites: other than the Zoomobil itself all the parts are “off the shelf” and almost certainly could be replaced by other, equivalent parts. If you want to modify a Zoomobil, buy it wherever you can find it since it’s been discontinued by Playmobil.

Step 2: Body/Chassis Prep

The first thing I had to do was modify some of the click-tabs which held the body to the chassis. I left the tab itself, but used a knife to shave off the small piece at the end which click-locked the tab into place. This allowed the two pieces to stay together, but without locking. It’s a real pain to pull the two pieces apart if you don’t do this. They actually stay together fairly well even without the lock pieces.
I also hot-glued the clear plastic of the headlights-piece and the red plastic of the taillights-piece into place. The pieces kept falling out as I played with the body of the cart and were in constant danger of loss or damage.

Step 3: The Motor and Gearbox

So, let’s get started with the motor and gearbox. The most easily-available gearbox I could find was the Tamya “Single Gearbox (4-Speed)”. It’s really cheap (about $7) and easy to order over Amazon as well as many other places. It allows you to assemble the gearbox in 4 different ways, varying from slow-but-powerful to super-fast-but-weak. I originally used the slowest setting (the “A” option in the instructions), but eventually removed and rebuilt it in the next-faster configuration (“B”): the cart didn’t need all that power, and at the slowest speed it wouldn’t impress anyone. That change tripled the top speed, which was enough for this cart.
The biggest problem I faced with this gearbox was that the axle comes out of the middle of the gearbox. In order for the wheels to fit into the wheel wells in the Zoomobil easily, I needed a gearbox where the axle is at the bottom of the gearbox; this would allow me to secure the gearbox to the bottom of the chassis, and extend the axle out the sides. At the time I wasn’t able to find a gearbox like this (although since then I’ve been made aware of one: Tamya Universal Gearbox Assembly. I can’t actually say how well this would work, but it looks like it would).

Pimp My Zoomobil using Arduino circuit

In order to use the 4-speed Tamya gearbox, I considered a number of different configurations, including

  • set the gearbox above the back of the cart, with its wheels driving the the Zoomobil’s wheels by friction,
  • set the gearbox with the motor “in the air” above the back of the mobile,
  • attach the gearbox to the underside of the chassis, making the cart look “jacked up”,
  • as well as a number of others.

None of these configurations worked for me. In the end, it was clear that, in order to get the axle in the right place, I had to cut a gearbox-shaped hole in the bottom of the cart’s chassis and set the gearbox into it. I cut the bottom of the chassis using my trusty Dremel cutter. I used sheet metal (to secure it from below) and narrow, long screws (from above) to “suspend” the gearbox in the correct place, so that the wheels fit into the wheel-well of the vehicle. The sheet metal below the gearbox had the added benefit of protecting the motor and gears.

I couldn’t figure out any easy way to attach the original wheel hubs to the new axle. So, instead I used some hubs and wheels which were made for the Tamya gearbox. I didn’t like that the hubs’ rubber wheels didn’t match the front wheels of the cart, though, so I popped them off and replaced them with the rubber from the original cart’s wheels. The fit was a little sloppy at first, but never caused any problems. I thought also about painting the hubs white, to match the front (original) hubs, but never got around to it.

All this left about 1mm clearance under the cart. As long as the cart is only driven on hard surfaces, this isn’t a problem.

One other very important point. In my prototype circuit, with my full-sized Arduino Uno and breadboard, whenever I got the motor up to a higher speed, the circuit would “freeze” in a particular state. In essence, it shut down or reset the Arduino. After some research on-line, I realized this was actually a rather well-known problem: motor noise. At higher speeds, the cheap motor’s brushes were feeding so much electronic noise back into the circuit that it was shutting down the Arduino. The solution was to solder a set of very low-value capacitors across the motor terminals and housing. I followed these instructions at Beam-Wiki and my troubles went away. I needed to use the 3-capacitor solution.

 

For more detail: Pimp My Zoomobil using Arduino


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top