Skip to content

jbac208/TUTUs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TUTUS

TUTUs is an autonomous delivery robot operating on Arduino UNO cpu.

Setup

Before use, ensure connecting Arduino components are correctly defined in software header. (ie below)

#define LEFT_LINE_SENSOR          8
#define MIDDLE_LINE_SENSOR        9
#define RIGHT_LINE_SENSOR         10

#define MOTOR_LEFT_DIRECTION      4
#define MOTOR_LEFT_SPEED          5
#define MOTOR_RIGHT_DIRECTION     7
#define MOTOR_RIGHT_SPEED         6

#define SERVO_LEFT                2
#define SERVO_RIGHT               3

Repo

Each module/funcionality of the full program was seperately written, then combined into single file for upload onto Arduino UNO.

TUTUs report slides TUTUs report slides TUTUs report slides TUTUs report slides TUTUs report slides

About

TUTUs on Arduino UNO for ICSR 2020 & HRI 2021

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages