| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Fully 3D-printable robot for Arduino Mega/Uno/Due Controller Board. Designed to fit up to 2 pcs of Arduino shields on top of the controller board.
Usage of the skid steering algorithm:
#define MOTOR_SPEED_MAX 255 // Define max speed
#define MOTOR_SPEED_MIN -255 // Define min speed
SkidSteer skidSteer;
void loop() {
skidSteer.move(255, 100); // Move at speed 255 in x direction and 100 at y direction
}You can find precompiled apk in Android-App folder. With this app you can create "programs" that can be executed over Bluetooth connection. It also has a serial console and a "joystick" manual control.
| Back | FazBrowse Home | New Git URL |