This product has shipping restrictions, so it might have limited shipping options or cannot be shipped to the following countries:
Creative Commons images are CC BY 2.0
Description: The SparkFun TeensyView brings you an easy way to add a small, white-on-black OLED to your Teensy development board. The 128x32 monochrome display is controlled with the popular SSD1306 IC, and is a great way to display debug information and to visualize data without the need for a serial terminal. The board matches the Teensy 3 form factor perfectly, and was designed from the ground up to be as flexible as possible while still being able to nest down into a low-profile addition for the Teensy.
The TeensyView comes with everything you need except the headers. Additionally, there are jumpers on one side of the board that allow you to configure how the OLED communicates with the attached Teensy. Since this is a headerless board, you have the option to solder on whatever type of header best fits your needs. Headers you may find useful with this product include the Teensy Header Kit, Straight Headers, Long Straight Headers and Female Headers.
Get Started with the SparkFun TeensyView Guide
Documents:
The Teensy is a breadboard-friendly development board with loads of features in a, well, teensy package. Each Teensy 3.2 come…
The Teensy is a breadboard-friendly development board with loads of features in a, well, teensy package. Each Teensy 3.6 come…
The SparkFun Micro OLED Breakout Board breaks out a small monochrome, blue-on-black OLED. It’s "micro", but it still packs …
The Teensy is a breadboard-friendly development board with loads of features in a, well, teensy package. Each Teensy 3.5 come…
The Teensy is a breadboard-friendly development board with loads of features in a, well, teensy package. The Teensy LC (Low C…
This is the Teensy Audio board add-on for the Teensy 3.x line development boards. This audio board provides you with an easy-…
The Teensy Prop Shield is meant for making interactive light and sound effects on small, handheld props and wearable costumes…
These headers are made to work with the Teensy 3.2 and Teensy LC development boards. Each kit of headers makes your Teensy br…
The Teensy is an amazing development platform that allows you to get more computing power than an Arduino Uno, and in less sp…
This low-cost (LC) Teensy Prop Shield is meant for making light and sound effects on small, handheld props and wearable costu…
It's blue! It's thin! It's the Arduino Pro Mini! SparkFun's minimal design approach to Arduino. This is a 5V Arduino running …
A row of headers - break to fit. 40 pins that can be cut to any size. Used with custom PCBs or general custom headers. **Fea…
This is a row of 40 break away headers spaced 0.1" apart with long pins on both sides. This header is especially useful when …
The MicroView is the first chip-sized Arduino compatible module that lets you see what your Arduino is thinking using a built…
Single row of 40-holes, female header. Can be cut to size with a pair of wire-cutters. Standard .1" spacing. We use them exte…
The SparkFun ESP32 Thing is a comprehensive development platform for Espressif’s ESP32, their super-charged version of the …
At SparkFun we use many Arduinos and we're always looking for the simplest, most stable one. Each board is a bit different an…
It's blue! It's thin! It's the Arduino Pro Mini! SparkFun's minimal design approach to Arduino. This is a 3.3V Arduino runnin…
If you've ever tried to connect a 3.3V device to a 5V system, you know what a challenge it can be. The SparkFun bi-directiona…
It's back! This is the LIDAR-Lite v3, a compact, high-performance optical distance measurement sensor from Garmin™. When sp…
Sometimes it's nice to have a protoboard that's super long and skinny, super small, or just a bunch of holes. The SparkFun Sn…
The ESP8266 WiFi Module is a self contained SOC with integrated TCP/IP protocol stack that can give any microcontroller acces…
If you need to charge LiPo batteries, this simple charger will do just that, and do it fast! The SparkFun LiPo Charger Basic …
This is your tried and true white solderless breadboard. It has 2 power buses, 10 columns, and 30 rows - a total of 400 tie i…
Based on 2 ratings:
0 of 3 found this helpful:
by Member #408730 verified purchaser
The demo’s worked fine and I had it running with my own code for days. Just last week I decided it would be interesting to add to another working project and couldn’t get it to display anything. I’m not 100% certain that the TeensyView is the problem but don’t want to mess with it again to find out.
Kansukee replied on April 14, 2017:
Hello!
Have you contacted our technical support department @ techsupport@sparkfun.com ? They’re usually really good at helping figure out what’s going wrong with setups, I am sure they would be happy to help you troubleshoot the issue.
by Member #916401 verified purchaser
I purchased the TeensyView to work with the Teensyduino 3.2 and AudioBoard. I used two connection kits to stack the the three boards together. From the bottom, Teensyduino, AudioBoard and then the TeensyView on top.
I was able to soldered, up and running in about 30 minutes. The TeensyView is working great so far.
Forgot your password?
No account? Register one!
To anyone attempting to use this product with a 328p:
I’ve created a branch that supports 328 things. It’s up to you to divide the signal voltages down to 3.3V though.
Direct link to branch zip: https://github.com/sparkfun/SparkFun_TeensyView_Arduino_Library/archive/Multi-platform.zip
This includes an example specific to the 328, however, the template, screen demo, and high speed examples should work.
Under “Documents” lists “Arduino Library” so I ordered 2 thinking I could use these with any of the many Arduino boards I have kicking around. Just sat down to run the demo and find that the library won’t run on regular “Arduino” hardware? Not good. Now what?
Just found that the “Micro OLED Breakout” P/N: LCD-13003 uses the same controller (SSD1306) and has Arduino library. Maybe that library can be used.
This is the bees knees!!
While of course a “mere” Arduino, say the Pro Mini, could not generated and plot a real-time frequency display for two audio channels, does this product actually NEED a Teensy, if the user is satisfied with “just” some text?? Library issues? What? It interfaces via a simple SPI… or is it I2C?… interface, after all?
Sure! The Teensy is just a SPI master with data/command control line added on. It’s all at 3.3V. The library uses the Teensy style SPI settings though, so it would have to be reworded (see hardware.cpp in the library).
The “re-wording” would be beyond me, and quite few others, I suspect. Sorry to mess with the catchy product name… (^_^) … but a library for us Arduino folk would be very welcome! Looks a neat device. Perhaps if you offered a free “development sample” to one or two with the skills?…
Pehaps the text at the top of…
https://github.com/sparkfun/SparkFun_TeensyView_Arduino_Library
… should be expanded to explain that while the library is fine for the Arduino IDE, the code will only work if the target board is a Teensy?
Schematic shows the spi lines are all that is needed, all you would need to do is hookup spi to an arduino and communicate with the OLED.
If using any Arduino with 5V signals, you’d need to level shift them down to 3.3V.