Fall 2020 Weekly Schedule

Week 1 (Sept. 7 & 9)

Primitive shapes, Programming concepts

Install Processing on your computer before Wed. (Sept. 9): https://processing.org/download/

Assignments:

    • Production:
      • Due Sept. 14 (post documentation on blog): Make a self-portrait using Processing.
        • The portrait must be entirely created by your code i.e. you must not interact with your computer while the portrait is being made (e.g. no drawing using the mouse)
        • The portrait does not need to be dynamic (i.e. it does not need to change while we look at it)
        • The portrait does not need to be realistic. The purpose is to practice using the simple drawing functions.
    •  Reading:
Week 2 (Sept. 14 & 16)

Animation, Conditionals, Loops

Assignments:

Week 3 ( Sept. 21 & 23)

Functions, Arrays, and Object-Oriented Programming

Assignments:

  • Production:
    • Due Sept. 28th (post documentation on blog): Create either an artwork or a game using Object-Oriented Programming. You may use arrays if you wish. Pay attention to the structure, clarity, and organization of your program. As always, document your project:
      • Well commented code, especially for any confusing or tricky parts
      • References to any examples or inspiration
      • Functions as needed to organize your program
      • Excellent names for variables and functions
      • Post code and one or more images
      • Describe the overall concept of your game or artwork
      • Include the image(s) or link(s) to video
      • Describe any problems you ran into
  • Reading:
Week 4 (Sept.  28 &  30)

Loading Data, Displaying text  (for class)

Assignments:

Week 5 (Oct. 5 & 7)

Image Processing

Assignments:

Week 6 (Oct. 12 & 14)

Sound, introduce Midterm Project

Assignments:

  • Production:
    • Due Oct. 14th (no blog post needed): Bring an idea (or ideas) to class for your midterm. We will spend part of class on Wednesday working on your midterms.
    • Due Oct. 18th (post documentation on blog): Make some progress on your midterm project:
      • Midterm Project:
        • Make a game using everything you have learned so far
        • Due Monday Oct 26th
        • Can be one or more players
        • Must include
          • At least one shape
          • At least one image
          • At least one sound
          • At least one on-screen text
        • The game must start with a screen giving instructions, and must wait there until a button or key (your choice) is pressed
        • After the game is won or lost, there must be a way to restart the game without closing and restarting the program
Week 6.5 (Oct. 18, Sunday, Legislative day – classes meet on Wednesday schedule)
FALL BREAK-ISH
Week 7 (Oct. 26 & 28)
Midterm due – Oct. 26th

Introduction to Electricity and Arduino Digital Input and output

Before Wednesday (Oct. 28th)

    • Prepare a space for working with electronics
      • Have your kits ready to use in class
      • Have some space to work. There are many small components in the kit that will be easily lost, so ideally be seated at a table or desk with clear space around you.
    • Install the Arduino IDE from here. If you are on Windows chose the Windows Installer.
    • In your kit is a bundle of jumper wires with a very tight ziptie that must be carefully removed. Please do this before class because it may take you a while to find the right tool. A sharp pair of scissors should work. A knife might damage the wires and hurt you.

    • Be careful not to damage the wires or yourselves!

Assignments:

Week 8 (Nov. 2 & 4)

Analog Input and output, Mapping, data types, printing

Assignments:

  • Production:
    • Due Nov. 9th (post documentation on blog): Get information from at least one analog sensor and at least one digital sensor (switch), and use this information to control at least two LEDs, one in a digital fashion and the other in an analog fashion, in some creative way.
  • Reading:
    • Read about the voltage divider. Don’t worry about the theory too much or the section on level shifting. The important thing is to absorb a little of the concept of a voltage divider.
Week 9 (Nov. 9 & 11)

Sound, Servo motor

Assignments:

  • Production:
    • Due Nov. 16th (post documentation on blog):  Make a musical instrument
      • You must use at least one digital sensor (switch)
      • You must use at least one analog sensor (photoresistor, potentiometer, or distance measuring sensor)
  • Reading:
    • Due Nov. 16th (be prepared to discuss): Design Meets Disability, (Alia & Nathan will lead)
    • It is important that you understand the concepts behind BlinkWithoutDelay. Here are links to various other explanations of the same thing. Browse them, and read one deeply enough that you understand. Come to class with questions if none of these help.
Week 10 (Nov. 16 & 18)

Serial Communication, introduce Final Project

Assignments:

Week 11 (Nov. 23 & 25)

DC motors, Construction and Debugging, Final Project Proposal

Assignments:

  • Production:
    • Due Nov. 25th (post documentation on blog): Refine your final project proposal, include the following:
      • Finalized concept for the project
      • Description of what your Arduino program will do with each input and output and what it will send to and/or receive from Processing
      • Description of what Processing program will do and what it will send to and/or receive from Arduino
    • Due Nov. 30th (post documentation on blog): begin working on your final project, try to get the parts you think will be hardest completed.
Week 12 (Nov. 30 only , NO CLASS on Dec. 2)

Work on Final Project

Week 13 (Dec. 7 & 9)
Final Project Due Dec. 9th