0

How to I select arduino 101? I have ubuntu. enter image description here

asked Feb 1, 2017 at 22:02

2 Answers 2

1

In that ancient version of the IDE? You don't.

You download and install the latest version of the IDE from the Arduino website, then use the Boards Manager to install the packages that include the Ardiuno 101.

answered Feb 1, 2017 at 22:22
3
  • This is ubuntu, most of the software is older... I don't know! Commented Feb 1, 2017 at 22:33
  • 2
    There hasn't been a new package submitted to the repos for decades. You download it manually from Arduino.cc Commented Feb 1, 2017 at 23:08
  • I had the same problem in Gentoo - also had to instal Arduino manually, but it is easy, so do not worry about it and just do it :) Commented Feb 2, 2017 at 3:57
1

The default serial port it shows up in for me is ttyACM0

You can set this as your default port, so when you open the IDE with sudo arduino

~ $ vim ~/.arduino/preferences.txt

change the value for serial.port

serial.port=ttyACM0
answered Mar 4, 2017 at 0:14

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.