- Download Arduino IDE 1.8.19, which can be found here or here
- Now install Teensyduino, which can be found here or here. Be sure to install the 1.56 version for your system.
- Install the Arduino Nano 33 BLE through the Arduino Boards Manager.
- Install the Arduino libraries according to Libraries.
Now that you have all of the tools installed, lets flash.
- Connect your computer to the Teensy using a micro-USB cable.
- Change the Board to the Teensy 4.1
- Change the Arduino port to use the Teensyduino port. The correct port will have the board name to the right of the COM (Windows Only) port.
- Make sure that the Board Version is properly set in the Config.h
- Press the Arrow button on the Arduino IDE to upload the code to the Teensy.
- Change the Board to the Arduino Nano 33 BLE.
- Change the Arduino port in the same manner as step 3.
- Press the upload button. Note: The Nano will take much longer to build than the Teensy.
All of the files in the libraries directory of this codebase should be copied to C:\Users\[USER]\Documents\Arduino\libraries\ or system equivalent. This will 'install' the libraries on your system. Details on the libraries can be found in the Libraries Folder.
To open the boards manager press: Tools -> Board -> Boards Manager