-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kravitz Lab edited this page Jul 12, 2022
·
4 revisions
This course will use the Arduino development environment and the Adafruit PyGamer board to teach the basics of microcontroller programming. Topics will include:
- Controlling outputs (want to blink an LED?)
- Reading from inputs (want to know when a button is pushed?)
- Task control (want to turn on an LED whenever you push a button?)
- Controlling screens (want to display some data in real time?)
- Writing to SD cards (want to record LOTS OF DATA?)
In addition, we will complete two projects, building a simple pulse generator and a 3D printed data logging running wheel!

To get started, click on "Module 0" to the right, and learn how to install the Arduino development environment and configure your computer to work for this course.