-
-
Notifications
You must be signed in to change notification settings - Fork 12
Arduino IDE setup for Teensy 3.2 3.6
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.
-
Install Arduino IDE 1.8.3 or later.
-
Download and install the Teensyduino addon for the Arduino IDE.
-
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).
-
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
-
EnviralDesign.h is a library located within the sketch folder. You do not need to install it.
-
UDP ( Esp8266 / Esp32 )
-
Setup:
-
Communication:
-
Protocol Description:
-
-
SERIAL ( Teensy 3.2/3.6 )
-
Setup:
-
Communication:
-
Protocol Description:
-