We have build car using many transmission technologies. But what about a WiFi Controlled Car?
Actually speaking..Wifi is till now the most promising technology and engineers are using that tech to improve it more and more. This tech is most popular today and will remain for decades.Low power WiFi have also been developed.So let us focus today on this technology.

Step 1: Parts Required
1. NodeMCU
2. Breadboard
3. Wires
4. L293D or L298 Motor Driver (I used L293, L298 is better option)
5. Chassis,Motor(200-500 rpm),Wheels
6. Castor wheel 1pc
7. 5-9V power supply
Step 2: About the NodeMCU and the Car

Now here in this case…the MCU connects with my router and it creates a local IP and we can enter that IP in our Mobile or computer( connected to the same router) and can see a webpage coming and there will be certain buttons by which we can control the car.Now you can host that IP and then you can control it from anywhere over the world.
Step 3: Connections and Uploading Code

See the figure above and connect. Connect your motors as per your configuration. If you are connecting your motor for first time with the L293 driver then at first run a code for moving forward with the UNO. Then give a try to the right and then left.Backward will follow it. It will be just a case of digitalWrite(). Comment freely if you are not okay.
Power is required for the Nodemcu as well as the L293D. It will be better by using a different supply for the two things. Give 5V from powerbank at the Vin and GND of NodeMCU. You can use 9V or 12Vfor L293. The whole process is rather easy. See the pic given here and refer it with the pinout pic of nodeMCU. You will understand it better.
Install the driver given here before connecting MCU to your PC
http://www.arduined.eu/ch340-windows-8-driver-down…
OR
https://www.silabs.com/products/development-tools/…
before uploading code see the tutorial here..
Now upload the code the given here.Change the password and SSID at the beginning.Enter that of yours.Then upload it.
Attachments
Step 4: Opening Browser

Read more: WiFi Car Using NodeMCU