-
Notifications
You must be signed in to change notification settings - Fork 266
Install Requirements
#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.
- First you must download Arduino Software
###Teensyduino Files:
- Macintosh OS-X Installer
- Linux Installer (X86 32 bit)
- Linux Installer (X86 64 bit)
- Linux Installer (ARM / Raspberry Pi)
- Windows XP / 7 / 8 / 10 Installer
###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.
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.
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 can automatically install many libraries that are tested and verified to work with Teensy.
The installer will copy all the necessary files into your Arduino Software.
When installation is finished, you will see this final screen. Just click Done to quit the installer.
- https://www.youtube.com/watch?v=ze-HiCr5s60 ( Installation for linux )
- https://www.youtube.com/watch?v=QjzIClyx5ak ( Installation for Windows )