Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

104 Vehicle interface with ultrasonic sensor #149

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions vehicle_interface/main/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# PropBot

## Function Library

An I2C library is necessary for this project.

Please download the SoftI2CMaster.h from the following github link: https://github.com/felias-fogg/SoftI2CMaster

And install the library onto Arduino IDE.

For how to install library on Arduino IDE: https://www.arduino.cc/en/Guide/Libraries

Please also download UCMotor.h library file and UCMotor.cpp file from https://github.com/UCTRONICS/Smart-Robot-Car-Arduino/tree/master/UCTRONICS_Smart_Robot_Car

## Remote Controller (FS-T6)

### Left Joystick

Forward: Left sets of wheels rotate forward

Backward: Left sets of wheels rotate backward

### Right Joystick

Forward: Right sets of wheels rotate forward

Backward: Right sets of wheels rotate backward

### Switch A

0: E-stop deactivated

1: E-stop activated, the car will shut down

### Switch B

0: Manual control mode

1: Autonomy mode

## Binding RC receiver with transmitter

Plesae refer to this tutorial video: https://www.youtube.com/watch?v=7bX7M6E8U0M
Loading