A wifi controlled GoKart
Go Dry is a WiFi controlled car powered with Arduino UNO
. This is my first arduino project
- Arduino Uno
- Common Anode RGB Led
- L239D IC and Circuit
- ESP 01 Wifi Module
- 100 Rotation DC Geared Motor
- Solderless Breadboard
- Jump Wires
- 9V Battery
- Connect the circuit as shown in Circuit Diagram Section
- Upload the
wifiCar.ino
code. Note : Make sure you have entered correct AP and Password in 6 & 7 line
String AP = ""; // your AP SSID
String Password = ""; // your AP Password
- Press CTRL+U to upload the code
- Wait untill Green LED i.e Ready To Use
- Choose any driver in
Driver/
directory