TeensyView Hookup Guide

Pages
Contributors: MTaylor
Favorited Favorite 5

Introduction

The TeensyView is an SSD1306 128x32 OLED screen breakout that matches the Teensy 3 form factor. It's great for displaying debug information and visualizing data on a Teensy, and it is compatible with the LC, 3.1, 3.2, 3.5, 3.6, Audio Board, Prop Shield, Prop Shield LC and XBee Adapter.

TeensyView Powered

This guide shows how to connect the TeensyView to various Teensy-related products, then shows some examples with a library reference. The SSD1306 driver is quite popular and has a lot of support behind it. The TeensyView Arduino Library is like the Micro OLED Breakout's and the MicroView's libraries, so expect the same functions to work, just tuned for the Teensy and conveniently packaged.

Non-Teensy Usage: The TeensyView was designed to opearte on the Teensy. If you are trying to use it with the Uno, or other platforms, use the Multi-platform branch of the library. Is your platform not supported? Please request it in the Multi-platform branch's issues. The TeensyView is a 3.3V device, level shift all signals (50% voltage dividers work -- example).

Required Materials

To get started, you'll need the following things:

This guide uses a Teensy 3.2, Straight Break Away Headers and a Teensy Header Kit.

Break Away Headers - Straight

Break Away Headers - Straight

PRT-00116
$1.75
20
Teensy Header Kit

Teensy Header Kit

PRT-13925
$1.50

SparkFun TeensyView

LCD-14048
6 Retired

Teensy 3.2

DEV-13736
68

Suggested Reading

If you aren't familiar with the following concepts, we recommend checking out these tutorials before continuing.

How to Solder: Through-Hole Soldering

This tutorial covers everything you need to know about through-hole soldering.

Installing an Arduino Library

How do I install a custom Arduino library? It's easy! This tutorial will go over how to install an Arduino library using the Arduino Library Manager. For libraries not linked with the Arduino IDE, we will also go over manually installing an Arduino library.

Installing Arduino IDE

A step-by-step guide to installing and testing the Arduino software on Windows, Mac, and Linux.