Skip to content

Install Requirements

ᴱᴰᴼ ᴹᴬᴸᴬᴺᴰ edited this page Sep 27, 2019 · 8 revisions

#Teensyduino Teensyduino is a software add-on for the Arduino software. Teensyduino 1.30 supports Arduino versions 1.0.6 and 1.6.5-r5 and 1.6.8 and 1.6.9 and 1.6.10 and 1.6.11. Future versions of Teensyduino will drop support for Arduino 1.6.8 and 1.6.10. On Macintosh, Arduino 1.6.1 (the last compatible with Snow Leopard) is also supported. On Linux, PJRC tests X86 on Ubuntu and ARM on Raspbian. Other distros may work, but are not supported.

Arduino Software

###Teensyduino Files:

###Other Files:

##Install Step 1: Download & Extract Arduino

First, you must download the Arduino Software. Remember the location where you extracted the files.

##Install Step 2: (Linux only) Install udev Rules

The udev rule file gives non-root users permission to use the Teensy device. More Linux tips below. sudo cp 49-teensy.rules /etc/udev/rules.d/

##Install Step 2: (Macintosh only) Pass Internet Download Question

You must run Arduino at least once before adding Teensyduino, to confirm you wish to run a program downloaded from the Internet. If Teensyduino modifies your copy of Arduino before you confirm, recent versions of OS-X may not allow you to run Arduino, or even tell you Arduino will damange your computer. Simply run Arduino first to clear the question about running a program downloaded from the Internet, before adding Teensyduino!

##Install Step 3: Run Teensyduino Installer

The Teensyduino installer adds the necessary support files to Arduino.

teensyduino_installer

On Windows, this driver allows to you access the serial device type. This step is not necessary and does not appear on Mac OS-X and Linux.

teensyduino_installer_2

Select the location where you extracted the Arduino Software. The Next button will only activate when a supported version of the Arduino Software is found. teensyduino_installer_3 Teensyduino can automatically install many libraries that are tested and verified to work with Teensy. teensyduino_installer_4

The installer will copy all the necessary files into your Arduino Software. teensyduino_installer_5

When installation is finished, you will see this final screen. Just click Done to quit the installer.

Video Installer

Clone this wiki locally