PLACEHOLDER First chassis print

  • chassis
  • 3d-printing

PLACEHOLDER Sample post. Replace this text with your own write-up of the first chassis print.

CAD drawing

PLACEHOLDER Top view drawing of the chassis with two wheels and a sensor mount
PLACEHOLDER Top view of the chassis.

Motor test code

const int LEFT_PWM = 5;
const int RIGHT_PWM = 6;

void setup() {
  pinMode(LEFT_PWM, OUTPUT);
  pinMode(RIGHT_PWM, OUTPUT);
}

void loop() {
  analogWrite(LEFT_PWM, 128);
  analogWrite(RIGHT_PWM, 128);
}

Photos

Video

Video coming soon