"Motor Band Kardo Oye!" — A Meme-Powered Water Tank Alarm Built with Arduino and a Non-Contact Water Level Sensor

WhatsApp Image 2026-08-26 at 3.47.08 PM.jpeg

When a Punjabi Meme Meets Electronics

If you've spent any time on Punjabi social media, you've probably run into the meme by now: someone yelling "O Motor Band Kardo Oye, Paani Hale Vi Chalda Peya Hai!" — roughly, "Hey, turn off the motor, the water is still running!" It's the kind of household chaos every South Asian family has lived through — someone starts the water pump to fill the overhead tank, gets distracted, and the tank overflows while the motor keeps running.

I decided that instead of just laughing at the meme, I'd build a project around it. The result is a tabletop water tank model that actually plays the meme audio the moment the water level gets high enough — a working, funny, and genuinely useful demonstration of a non-contact water level sensor paired with an Arduino and an MP3 playback module.

This article walks through the build: the 3D-printed enclosure, the electronics, the code, and the (slightly ridiculous but very satisfying) moment it all comes together.

The Concept

The idea was simple:

  • Build a small model water tank with a realistic look.
  • Mount a non-contact water level sensor on the outside of the tank so it can detect water level without touching the liquid.
  • When the sensor detects that water has reached a set level, trigger an MP3 playback module to blast the "Motor Band Kardo" audio clip through a speaker.
  • House everything in a clean, printed enclosure with the meme text — "ਮੋਟਰ ਬੰਦ ਕਰਦੋ" (Motor Band Kardo) — printed in Gurmukhi script right on the cover, so the joke reads clearly at a glance.

It's a playful project, but under the hood it uses the exact same building blocks you'd use in a real IoT-based tank overflow alert system — which makes it a fun teaching example too.

Designing and Printing the Enclosure

Justway-logo白底.jpg

Every good desk project needs to look like more than just a breadboard with wires hanging out of it, so the physical build got just as much attention as the code.

I designed:

  • An orange tank body, styled to actually look like a mini water tank.
  • A base to hold the tank, sensor wiring, and electronics steady.
  • A cover with the meme text embossed/printed directly onto it.

For manufacturing all three parts, I used JUSTWAY, an online platform for 3D printing and custom part manufacturing. I've used them for a few electronics projects now, and this was a good chance to put them to use again for a project that leaned heavily on how the final piece looked, not just how it functioned.

A few things about the process that made it easy:

  • I designed the parts in CAD and uploaded the models (STL files) straight through JUSTWAY's online quotation system — no back-and-forth emails needed.
  • The instant quote tool showed manufacturing cost, estimated delivery time, and part weight as soon as I picked my material and color, so I could compare a couple of options before committing.
  • For the tank body I went with a standard FDM print in orange PLA to get that bold "tank" look, and the cover came out with clean, legible text — the Gurmukhi lettering printed sharp enough to read from across the room.
  • Parts arrived well packed with good dimensional accuracy and barely needed any post-processing, so I could go straight from unboxing to assembly.

Because JUSTWAY isn't limited to FDM printing — they also offer SLA resin printing, CNC machining, sheet metal fabrication, injection molding, and silicone vacuum casting — it's a platform that scales with the project. For this build, plain 3D printing was more than enough, but it's reassuring to know that if I ever wanted to turn this into a small batch of "gag gift" desk tanks for friends, the same platform could support that too.

From Prototype to Production

One thing I particularly like about JUSTWAY is that it isn't limited to only 3D printing. The platform is designed...

Read more »