Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 575 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 575 Bytes

MecanumArduino

Mecanum Robot Move Control based on Arduino.

Wireless Control

Based on APC220 Module.

Send (0 Speed Angle) for example "(0 10 0)" or (1 Speed_X Speed_Y Speed_Rotate) for example "(1 10 10 0)" via Serial to move the vehicle.

Send "(2)" to stop the moving.

Demo Images

Demo0

Demo1

Demo2