ITP Camp 2021

Sensor Fun with Tom

Session Leaders: tigoe


Tags: #arduino #sensors #nano 33 IoT #SPI #I2C


Created By: tigoe

In this session, we'll talk about sensors and time. First, a little about the nature of sensors and how they connect to microcontrollers these days. I'll review the SPI and I2C protocols that are common to many sensors today, and give you some background on how Arduino libraries are written for them. Second, we'll talk a little about timekeeping on microcontrollers and on the internet. If there's time left, we'll also look at some useful optional techniques, like putting your microcontroller to sleep when it's not doing anything, or writing to an SD card.

Resource Links:

Since most of my work these days is with light sensors, most of the examples will use sensors for color and light.

For this session I'll be using the Nano 33 IoT mentioned in my other sessions, which is my main tool these days. There's an intro to its features on the ITP physical computing site.