Back to early work

Mobile App Controlled Water Pump — Arduino Bluetooth Prototype

An early mobile app and Arduino project where a water pump was controlled from a phone through Bluetooth commands.

Early project demo

Watch the demo directly on this page.

Open on YouTube

Overview

Mobile App Controlled Water Pump was one of Parth's early practical automation projects from 2018. The project demonstrated how a mobile app could be used to control a physical water pump through Bluetooth and Arduino. The video shows the mobile app installed on a phone and controlling the pump. The app was made using MIT App Inventor / MIT App Developer, while the Arduino code handled Bluetooth-style serial commands and controlled the pump output. This is an important early project because it shows Parth connecting three layers at a young age: mobile app interface, wireless communication, and physical hardware control. This project is important because it is from 2018 and already shows a complete automation idea: mobile app, Bluetooth communication, Arduino control, and a real physical device. It reflects early practical thinking, not only theory or classroom coding.

Problem solved

The project explored how a water pump could be controlled remotely from a mobile phone. This is useful for people who use water pumps and want a simple app-based control method instead of manual switching.

What it does

The mobile app sends command values through Bluetooth. The Arduino receives those command values through serial input and switches outputs such as LED indicators and the water pump pin. The project demonstrates a basic phone-to-hardware control flow.

Contribution

Parth built the mobile-app-controlled automation concept, worked with the Arduino control code, connected Bluetooth-style command input to physical pump output, and demonstrated the working setup on video.