Arduino IDE v2 support (teensyduino)

ChrisCurl

Active member
I just installed the Arduino IDE, and it gave me version 2. It looks like the teensyduino can't find the Arduino location. Will there an update to support Arduino v2 soon?

Please advise, thanks
 
I just installed the Arduino IDE, and it gave me version 2. It looks like the teensyduino can't find the Arduino location. Will there an update to support Arduino v2 soon?

Please advise, thanks

With the release of Arduino 2.0 Teensyduino is now installed via Arduino 2.0 Board manager. So you have to
1. Click on Files -> Preferences
2. Then add the following:
https://www.pjrc.com/teensy/package_teensy_index.json

to the Additional Boards Manager URLs.

Then what I usually do is close the IDE and re-open it and it will download the index of boards.

3. Select the Boards Manager Icon, search for Teensy and then install the version you want to use.

This link might help: https://www.digikey.com/en/maker/bl...es-and-boards-with-the-new-arduino-ide-2_0-rc in understanding.
 
(Paul - still would be great if there was a different one that did not imply a specific version of TD :D )

I am hopeful Arduino will eventually make the improvements we recently discussed, to not default to installing beta package on non-beta IDEs. When they make that improvement, then we won't need a separate package index.
 
Back
Top