Skip to content

Arduino IDE setup for Teensy 3.2 3.6

Lucas Morgan edited this page Aug 4, 2019 · 2 revisions

IDE setup

NOTE: If you do not want to change or modify the code, or would just prefer a less complicated way to flash your device, you can skip this and go straight to [this page] to download the simple flasher.

  1. Install Arduino IDE 1.8.3 or later.

  2. Download and install the Teensyduino addon for the Arduino IDE.

  3. When a teensy is plugged in via usb, the computer should recognize it in device manager as a serial device in the COM and LPT section (windows).

  4. You'll want to install some libraries. Ultimately, these will need to be included in your file. Go to Tools -> Manage Libraries and install the following:

    • OctoWS2811: Version 1.4 or greater
    • FastLED: Version 3.1.6 or greater
    • EEPROM: Version 2.0 or greater
  5. EnviralDesign.h is a library located within the sketch folder. You do not need to install it.

Clone this wiki locally