This document presents a method for wirelessly controlling Arduino using a mobile device via a laptop without dedicated hardware modules like ESP8266 or ESP32. It details a Python script that acts as a communication bridge, establishing a connection through serial communication and socket networking to exchange commands and responses, specifically demonstrated by controlling an LED. The project emphasizes cost-effectiveness and practicality for IoT applications by leveraging existing resources and offers flexibility for future expansions.