Project 01 — Drawbots

PROMPT

Make a wheeled robot that completes a challenge on a whiteboard table.

CHALLENGES

  • Solve a Maze
    • BONUS: draw the maze first
  • Draw an algorithmic pattern [A + J]
    • BONUS: make a multi-color marker changer
  • Keep the table clean of marks and debris
    • BONUS: do it with CV and an external camera
  • Trace objects placed on the table [E + O]
    • BONUS: color them in when the object is removed
  • Battle Sumo Bots [Y + C]
    • BONUS: make them controllable by a phone/remote control
  • Draw a Clock
    • BONUS: make it a digital clock

DETAILS

You will design and build your own robots by utilizing distributed parts, materials in the classroom, and the IDeATe facilities. You will form teams of two to accomplish one of the above challenges. Some are more difficult than others, so choose carefully. For an extra challenge, try completing the BONUS for your challenge. You only have a couple of weeks, and a lot to learn, so the focus of your time should be on ideation, not perfection.   This project starts to build your skills in rapid prototyping, basic electronics, kinematics, and basic microcontroller programming.

SKILLS

  • How to program an Arduino
  • Basic Electronics
  • Motors

PARTS

DELIVERABLES

  • A robot (or robots) that complete the Challenge
  • Documentation
    • A well-documented Git repo of all your code on GitHub
    • Photos of your process work (take these throughout)
    • Photos of your robots both stationary and in action
    • A 30-second video of your robot completing the challenge

Welcome to Physical Computing Studio!

Welcome to the first day of PhysComp!

First things first, fill out this form for me, so I can gain a better understanding of everyone’s backgrounds, skills and desires.

Next, we’ll go over the Syllabus.

Then, we’ll go around and introduce ourselves (it’s a very small class, after all).

Finally, we’ll do a mini-project about getting our Arduinos up and running:

  • Find a sensor
  • Connect the sensor
  • Graph the output (if you have experience with Processing, do it in Max; if you have experience in Max, do it in Processing; if you have experience in both, do it in something else)