https://github.com/ahmedishraq/line-follower-robot
CSE461 - Introduction to Robotics [Project]
https://github.com/ahmedishraq/line-follower-robot
arduino bracucse461 ir-sensor line-follower-robot robotics
Last synced: 2 months ago
JSON representation
CSE461 - Introduction to Robotics [Project]
- Host: GitHub
- URL: https://github.com/ahmedishraq/line-follower-robot
- Owner: ahmedishraq
- Created: 2022-05-25T19:24:05.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-28T18:04:36.000Z (about 4 years ago)
- Last Synced: 2025-03-24T14:21:15.607Z (about 1 year ago)
- Topics: arduino, bracucse461, ir-sensor, line-follower-robot, robotics
- Language: C++
- Homepage:
- Size: 319 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSE461 - Introduction to Robotics
Project 2: `Line Follower Robot` of CSE461 Introduction to Robotics course of [BRAC University](https://www.bracu.ac.bd/) Dhaka, Bangladesh.
## Component Used
+ Microcontroller: `Arduino Nano R3`
+ Bluetooth Module: `HC-05`
+ Motor Driver: `L298n`
+ Power Supply Module: `MB102`
+ Battery Case: `18650`
+ Battery: `9v` & `3.7v 3800mAh`
+ Car Chassis: `2WD Smart Robot Car Chassis`
+ Start Switch: `4 pin switch button`
+ Reflectance Sensor: `QTR-8A`
## Language Used
+ C
+ C++
+ Python