This project is about an Arduino based line following robot with a gripper in front of it. It's pins are easily customizable. It works best with 2 wheels being controlled by the Arduino, while the other wheels provide support.
- Clone this repository to your local machine using:
or download the .ino file directly.
git clone https://github.com/SulaimanNiazi/Arduino-line-following-car.git
- Navigate to the project folder and follow individual project instructions.
To upload the .ino file to an Arduino UNO:
-
Install the Arduino IDE:
- Download the latest version of the Arduino IDE from Arduino's official website.
- Install it on your computer.
-
Connect Your Arduino UNO:
- Use a USB cable to connect your Arduino UNO to your computer.
-
Open the
.inoFile:- Launch the Arduino IDE.
- Open the
.inofile by selectingFile > Openand navigating to the file location.
-
Select the Correct Board and Port:
- Go to
Tools > Boardand select Arduino UNO. - Go to
Tools > Portand select the port corresponding to your Arduino UNO.
- Go to
-
Upload the Code:
- Click the upload button (a right-pointing arrow in the toolbar) to compile and upload the code to the Arduino UNO.
- Ensure there are no errors in the code; the IDE will notify you if there are any issues.
-
Verify the Setup:
- Once uploaded, the code will run on the Arduino UNO. Verify the functionality based on the project's requirements.
Feel free to reach out for collaboration or if you have any questions!