Skip to content

asepnh/Arduino-Line-Follower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

Arduino-Line-Follower

NOT WORKING ON THIS ANYMORE. REFER TO ARDUINO ROBOT

Arduino based line follower robot

This is my first arduino based line follower. I'm using this to learn how the motor works, the IR works and overall system works. I've made several tests to allow step by step understanding on how this works. By breaking down into small pieces, I hope this can be understood by someone who is really new to Arduino.

I'm trying to avoid using library in the code to make it as simple as possible. And the fact that I don't understand them as well.

Parts list:

  1. Arduino UNO R3
  2. L298N motor driver
  3. 5 in 1 infra red sensors
  4. 2 ea DC motors
  5. Battery pack and switch
  6. Robotic base kits to attach the motors and the parts

Steps:

  1. Assemble the parts Assemble the robotics base kit & motors. Connect the battery pack to L298N motor driver. Refer to below illustration.

    // Insert picture here

  2. Code Refer to code placed in repository.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors