Toobers
Home Icon
Home
Home Icon
toobers!
Electronics
electronics
library
Casting
casting
library
Check out the Toobers of 2023!
1. Introduction > Overview

Introduction to Toobers!

Hello 2.00ber!

What's Due Before Lab 1

Read through all of the introduction (3 pages) and familiarize yourself with the terms used when talking about the Toober
Gain a rough understanding of the Toober architecture (the components inside that make up the Toober)
Install the Arduino IDE 2.0.3 on your laptop

Here are the step-by-step instructions for building and testing a simon-esque toy called "Toobers!". If you're not familiar with the classic 'simon' toy game, here's a video of it! This is an introductory activity designed to get your hands wet in building and assembling your own toy. Below is an example of what you might end up with- of course, once you've gone through this activity, you're always free to customize and modify as you see fit!

Toobers ExampleIt's the "Textbook Example" Toober

These instructions assume no prior experience with building electronics or using a microcontroller. The explanatory sections will be very basic since it is not our goal in this project to teach programming or electronics. Initially, we'd like everyone to be able to follow the step-by-step instructions and get the project to work!

Parts of this activity should be done before coming to lab, and some will happen during lab. We will provide you with all tools and resources needed complete this activity. Please note when various parts are due/will be happening!

Getting Help

If you're in lab, please feel free to reach out to any of the lab instructors or lab mentors on your team. There may also be extra lab staff floating around (you'll see them in white lab coats.)

Need help outside of lab time? Just post in the #ask-the-tas Slack channel! There's usually someone available, even late at night. Also, if you know the answer to a question that has been asked, please feel free to pitch in and answer. We're all in this together!

Asking for help on Slack

Electronics-related questions: (e.g., wiring & electronics) it is often helpful to post a picture of your wiring so that we can check that everything has been wired correctly. It may take multiple pictures from different angles to show all the wiring clearly. Sometimes a second set of eyes is all you need.

Software-related questions: it is often helpful to post a picture of the error message, or if you've modified the code to do something different, posting the code you modified is helpful. Tip: In Slack, you can post a code block by surrounding your text with ```.

CAD-related questions: Be sure to describe what you're trying to do, and what you've tried so far. As with the above, screenshots are helpful! It's also sometimes advised to sketch on paper and take a photo of what you're trying to CAD if you're getting stuck!

Not sure what kind of an issue it is? Post information on anything you have! Avoid just saying something "just doesn't work". Here's a checklist for points that are good to cover in your question:

  • What is happening (or not happening)?
  • What you were expecting to happen?
  • Anything you may have tried so far to fix the problem
Proceed to The Components Inside