A distribution of the Linux operating system. Use this tag for issues which are specific to working with Arduino in an Ubuntu environment (e.g. uploading a program to an Arduino board from a computer running Ubuntu).
1
vote
2answers
39 views
0
votes
1answer
57 views
Arduino IDE in conflict with pyserial for use of serial port in OSX Yosemite
I'm trying to communicate with an Arduino Uno via pyserial using a code that I wrote for Ubuntu. However, when I try to use the same code in OSX Yosemite after identifying the serial port for the case ...
0
votes
1answer
94 views
Serial ports(in 1.0.5 & Port in 1.6.11) is greyed out under tools
I am running a linux distro on my pc(Ubuntu 16.04). I have installed Arduino IDE(version 1.0.5 since it's the only one available on the store) from the Ubuntu Software Center and also using the .ZIP ...
0
votes
1answer
202 views
Burn arduino bootloader using ubuntu 16
I get the following error when I try to burn the arduino bootloader on an atmega328 mcu:
avrdude: verification error, first mismatch at byte 0x0000
0xfd != 0x05
I am using an Arduino as ISP ...
-1
votes
1answer
813 views
Arduino IDE “Tools > Serial Port” grayed out (Ubuntu)
I know this has been asked before, but no one's solutions I've seen have worked so far. I just got started with Arduino and downloaded Arduino IDE from the Software Center. When trying to to set up my ...
0
votes
1answer
1k views
How do I install the latest Arduino IDE on Ubuntu 14.04LTS? [duplicate]
What I've tried:
I downloaded the package for 1.6.7 on Ubuntu 14.04 LTS but when I open it no matter what I try it will not start.
I installed 1.0.5 from the Ubuntu Software Center. I tried to update ...
3
votes
1answer
4k views
First time set up- permission denied to usb port- ubuntu 14.04
I just plugged my arduino in and the light is on, but the blink test failed to upload. here is my error:
Arduino: 1.6.7 (Linux), Board: "Arduino/Genuino Uno"
Sketch uses 1,030 bytes (3%) of program ...
7
votes
0answers
111 views
I can't seem to receive data to the ArduinoStudio serial monitor on ubuntu 14.04
I'm using the Arduino Starter Kit so I have a Uno R3 and going through the examples I'm trying to read temperature data from my controller in Arduino Studio.
In essence my problem can be reduced down ...
3
votes
2answers
680 views
Maintaining Arduino on Ubuntu 14.04
I used to use Arduino on Windows but I changed to Linux last week and I was wondering how to have a maintained version of the Arduino terminal:
Indeed, I'm not sure my version is quite recent:
The ...
2
votes
4answers
2k views
Error uploading Arduino Micro Sketch using Kubuntu
I have an arduino micro which I want to program from my Kubuntu 15.10 system. I installed the arduino software using apt-get, but when I try to upload the program (for test purpose I use the Basics\...
1
vote
1answer
795 views
Bluetooth connection to HC-05 paired but not connected (in Linux)
I have an Arduino Uno connected to an HC-05 Bluetooth sender/receiver chip. I am trying to create a Bluetooth connection between my Acer laptop running under Ubuntu 14.04 LTS and the HC-05 chip.
...
3
votes
3answers
3k views
WARNING: Category '' in library *any library* is not valid. Setting to 'Uncategorized'
I'm using Ubuntu 14.04 with arduino Galileo and the newest arduino IDE from arduino.cc and every time I compile I got this warnings with any library in place of EEPROM, SD, Wire, Wifi and a lot of ...
2
votes
1answer
66 views
How can I make Arduino IDE use Atmel's provided toolchain? (Linux/Ubuntu)
I have an Arduino based board using ATmega168PB, but so far only Atmel's provided toolchain supports this microcontroller. I can download the toolchain from Atmel's website, but I am not sure how to ...
3
votes
1answer
76 views
Arduino IDE fails without sudo
I use Arduino IDE 1.6.6 on Ubuntu 15.10.
Starting the Arduino IDE without using sudo fails for both:
uploading the code to the Arduino Uno
starting the serial monitor
The group I need to add my ...
0
votes
1answer
3k views
Arduino Mega, Ubuntu, Time.h: No such file or directory
I'm using an Arduino Mega with Ubuntu 15.10.
Sadly I've got an error during compilation, that the Time.h library cannot be found. The verbose compile output shows:
/usr/share/arduino/hardware/tools/...
1
vote
0answers
38 views
Arduino DUE Bossac Lockup after Ubuntu Upgrade
I already asked my question in the Arduino Forum here: https://forum.arduino.cc/index.php?topic=353846.0 but got no answer so far. Thus I hope here might be people who have a hint for me.
Since I ...
1
vote
2answers
60 views
How can program/arduino restarted by IDE?
I wrote my custom sketch, where I am printing some greeting text inside setup() method.
I found, that each time I am restarting IDE, and opening serial monitor, a greeting text is printed there again,...
2
votes
0answers
142 views
Arduino Due upload firmware issue
I have Arduino Due on SAM3x8e. I'm on Ubuntu 14.04. Before today I uploaded firmware via terminal using those commands:
$ stty -F /dev/ttyACM0 speed 1200 cs8 -cstopb -parenb
$ /home/q/apps/devel/...
-1
votes
2answers
147 views
How to use Induino R3 on Ubuntu 14.04
I have just got Induino R3. I have installed Arduino on my Ubuntu. I tried blink example but it shows error serial port COM1 not found
I think i need to select proper option from serial port. But i ...
1
vote
0answers
186 views
Problem uploading code to Arduino Uno using stino
I am having problems uploading my code to my Arduino Uno. The code that's already up, is running normally. The error code I get is:
ioctl("TIOCMSET"): Connection timed out
avrdude: stk500_recv(): ...
4
votes
1answer
545 views
Cannot find Arduino under /dev Directory
I have the Arduino board connected to a USB port of my machine. But I cannot find it under /dev/ directory in my Ubuntu. Does anyone know how to deal with this issue? By the way, "lsusb"'s output ...
2
votes
1answer
591 views
communicating with arduino over serial via terminal
I'm attempting to write data over a serial line to the arduino, however I don't want to use the arduino IDE but rather use the command line.
In order to do this I have the following commands:
$...
2
votes
2answers
2k views
Sketches not uploading to Micro from Ubuntu 14.04
I recently bought an Arduino Micro to see what all the fuss was about and I figured I'd use it with Ubuntu on an older Dell Latitude. I was able to install all of the files using some tutorials but I ...
2
votes
2answers
3k views
Why does command line BOSSA not recognize Arduino Due?
Running Ubuntu 12.04.4 LTS (64 bit) I try to upload my code to the Arduino Due through the Native port. I have tried both the bossac that ships with the Arduino IDE (which is a modified version of ...