Skip to content

A modular Arduino program for a differential drive bot mounted with a robotic arm having 3 Degrees-of-Freedom, controlled wirelessly via Dabble App. This program was developed for Aaroh - the staircase climbing bot of DRC-SPIT's team Astra, who competed in Technice 14.O, IIT Guwhati.

License

Notifications You must be signed in to change notification settings

kar-Madhu/Aaroh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

About the mini-project

This is a simple-clean-modular Arduino program for a differential drive bot mounted with a robotic arm having 3 Degrees-of-Freedom, controlled wirelessly via Dabble App. This program was developed for Aaroh - the staircase climbing bot of DRC-SPIT's team Astra, who competed in Techniche 14.O, hosted at IIT Guwhati.

Motor Driver LN298N interfacing:

IN1 - GPIO18
IN2 - GPIO19
IN3 - GPIO21
IN4 - GPIO22
$EN_A$ - GPIO23
$EN_B$ - GPIO25
OUT1, OUT2 - 1st Motor's Terminals
OUT3, OUT4 - 2nd Motor's Terminals
Vcc - 5V
Vss - 12V [LiPo battery]
GND - Common Ground Terminal

Servo Interfacing:

Claw - GPIO 14
Elbow - GPIO26
Shoulder - GPIO27

Dabble App - GamePad mode

image

Note : The ledc-functions compiles only on ESP32's v2.0.17 Arduino Library. Any further versions don't work.

About

A modular Arduino program for a differential drive bot mounted with a robotic arm having 3 Degrees-of-Freedom, controlled wirelessly via Dabble App. This program was developed for Aaroh - the staircase climbing bot of DRC-SPIT's team Astra, who competed in Technice 14.O, IIT Guwhati.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages