01 | Introduction
- Introduction to Physical Computing
- Introduction to Electronics
- Introduction to Microcontrollers (Arduino)
Schedule #
TIME | MON 24/10 | TUE 25/10 | WED 26/10 | THU 27/10 | FRI 28/10 |
---|---|---|---|---|---|
09:15β12:00 | |||||
12:00β13:00 | π₯ππ±ππ | π₯ππ±ππ | π₯ππ±ππ | π₯ππ±ππ | π₯ππ±ππ |
13:15β15:00 | Introduction to Electronics | Introduction to Microcontrollers (Arduino) | |||
15:15β17:00 | Introduction to Physical Computing | Introduction to Electronics | Introduction to Microcontrollers (Arduino) |
Deliverables for Week 1 #
1. Course Documentation Website (Monday, October 31, 15:00) #
Create a course website to document your assignments, final project work and progress during the course. Here are some suggestions:
- Create a blog at blogs.aalto.fi. This is the easiest solution.
- Use your own website if you have one.
- You can use Webflow, ask Matti for access to educational version.
- You can use Cargo Collective, ask Matti for a code for free educational license.
- Create a new website as a GitHub page. This is the recommended option if you plan to take the Digital Fabrication courses in the Spring. You can use this course to already practise using git and a static website generator called Hugo.
- You can also use something like Miro or Google Docs as your documentation. I highly recommend creating a publicly accessible website though so that others can learn from what you do.
However you decide to create it, send the URL to Matti using MyCourses.
This page has more detailed instructions on the options.
2. Arduino Basics (Thursday, November 1, 13:00) #
Create a circuit and Arduino code that does the following
Circuit #
- Connect two LEDs to your Arduino using a breadboard
- Connect one switch to your Arduino using a breadboard
Code #
- Read a momentary switch being pressed
- When the program starts, both LEDs are off
- When the switch is pressed once, the first LED turns on
- When the switch is pressed the second time, the second LED turns on (the first one should also still be on)
- When the switch is pressed the third time, both LEDs turn off
- Repeat this same cycle of LEDs turning on and off in sequence (off, one LED, two LEDs, off…)
Document your work on the course website that you created. Deadline: Thursday, November 1, 13:00
Tips #
Check the tutorials on Digital Input from here
3. Readings #
Adding short reflections of the readings on your site is not mandatory but will have a positive effect on your evaluation and can compensate for missed lectures.