An open API service indexing awesome lists of open source software.

https://github.com/adamedgett/robotics

🤖 Solutions to NEU EECE 4630 lab projects
https://github.com/adamedgett/robotics

Last synced: 4 months ago
JSON representation

🤖 Solutions to NEU EECE 4630 lab projects

Awesome Lists containing this project

README

          

# Robotics

## Projects
### Wall Follow
Robot follows a wall and turns appropriately around and in corners
Uses ultrasonic sensors to determine distances to walls

### Line Follow
Robot follows a line of tape around corners and loops
Uses an IR LED array to determine where tape is

### Light Follow
Robot follows a flashlight shone in front of it
Uses an IR receiver array to determine where light is

## Variables
### Motors
M1 = Right
M2 = Left

### Speed
SR = Right Motor speed
SL = Left Motor speed
Values from 0 - 255

### Direction
DR = Right motor direction
DL = Left motor direction
Low value = forward
High value = backward