Instructions, Assignment files (zip)
Instructions, Assignment files (zip)
Coding standard. Coding standard for labs. Following these guidelines will help make sure your code is easy to read which will both help you and your teammates debug and allow the TAs to more easily understand your code to help you.
Lab Report Template. Template for lab reports linked as a Google Doc you can copy and modify to write your lab reports.
Intro to electronics. Intro to working with hardware and electronics with an overview of basic components, resistors, capacitors, LEDs, breadboards etc. This document is meant as a resource for anyone unfamiliar with these topics and contains links to short videos introducing these concepts. For a more in depth introduction as well as additional resources on getting started with Arduinos, check out this excellent series of tutorials by Jon Froehlich: makeabilitylab.github.io/physcomp/electronics/
Arduino Hardware Guide. Document with helpful information about pin mapping on the Arduino, timers, etc.
ATmega2560 Datasheet. Complete 400+ page datasheet with detailed informationabout all the functionality of the ATmega2560 chip.
Arduino Mega Shematic. High resolution schematic of the Arduino Mega board.