Skip to main content

Questions tagged [linux]

Linux is an open source operating system (OS) that is lightweight and runs on many systems. It also runs on the Arduino Yún. There are different "flavors" or "distros" (distributions and changes made by different groups) of Linux such as Ubuntu, Debian, and Fedora.

3 votes
1 answer
2k views

I'm trying to setup an installation of the IDE 2.3 in a Ubuntu 24.04 LTS (beta) environment, and am facing an issue I'm unable to resolve. The IDE gets to the GUI for accepting terms and conditions, ...
eccentricOrange's user avatar
0 votes
1 answer
1k views

What was my problem I had a big problem with my esp8266. I couldn't upload anything to it using the Arduino IDE 2.2.1, the ttyUSB port couldn't be found. When I plug my esp8266 into the USB Port, it ...
DasMoorhuhn's user avatar
-1 votes
1 answer
163 views

I got a Pocket AVR Programmer. https://learn.sparkfun.com/tutorials/pocket-avr-programmer-hookup-guide I hooked it up on Ubuntu Linux, opened up a sketch in the Arduino IDE, selected Programmer: ...
user1584421's user avatar
  • 1,435
0 votes
1 answer
734 views

I'm trying to connect an Arduino board to IDE on Ubuntu, and I have the following driver log: [ 543.412356] usb 1-2: USB disconnect, device number 3 [ 549.593729] usb 1-2: new full-speed USB device ...
Felice Pollano's user avatar
1 vote
1 answer
129 views

I have written a simple script to get angle measurements from a magnetic sensor. The script works very well on Windows. However, when compiling the script on a Linux VirtualBox (Ubuntu 20.04), the ...
Vuro H's user avatar
  • 11
1 vote
1 answer
3k views

I'm trying to upload anything to my Arduino Uno Wifi Rev2, I'm on Arch Linux, but I'm failing with the following error be it via IDEv2 or arduino-cli: avrdude: usbdev_open(): cannot open device: ...
nieomylnieja's user avatar
0 votes
2 answers
738 views

Currently I am using avrdude and I'm programming my atmega328p chip via the spi pins by pulling the RESET pin low (spidev programmer). In my project I'm using predominantly i2c and this the only place ...
php_nub_qq's user avatar
0 votes
1 answer
1k views

I have dual boot laptop, Windows 11 & Linux Mint 21 (default boot). when running Arduino IDE 1.8.19 using Linux the port not accessible [from tools/port], but if I boot as windows, I can access ...
Steve Nelson's user avatar
1 vote
0 answers
631 views

I got a strange issue with my Arduino Leonardo (clone). It seems to be laggy or buggy, I don't know what the issue is. I get issues when I use "long" delays. Below sketch is working fine. ...
Akif's user avatar
  • 111
3 votes
1 answer
412 views

When trying to flash my genuine arduino micro with avrdude from cmd on a Manjaro system I get the infamous error avrdude: stk500_getsync() attempt x of 10 ... Im adding this post to the many other ...
StefanoN's user avatar
  • 131
1 vote
0 answers
764 views

I am trying to upload to my Elegoo Mega 2560. I previously had it set up properly with the board installed and selected and the port automatically detected. Now when I go to Tools and hover my mouse ...
Pickinanameainteasy's user avatar
3 votes
1 answer
3k views

I'm building an arduino program on linux, using the following Makefile: ARDUINO_DIR = /usr/share/arduino BOARD_TAG = uno ARDUINO_PORT = /dev/ttyAMA0 ARDUINO_LIBS = Wire include /usr/share/arduino/...
php_nub_qq's user avatar
-2 votes
2 answers
2k views

Now I've been pulling my hair for two days over this one. I've tried everything. I've turned every stone, looked at every search result, and every Arduino Forums thread. The problem is that Arduino ...
Tozzart's user avatar
  • 101
1 vote
1 answer
82 views

I have two identical (but with different software) Arduinos connected to Linux box. Their serals are identical # udevadm info -a -n /dev/ttyUSB1 | grep '{serial}' ATTRS{serial}=="0000:00:1d.0&...
Dims's user avatar
  • 169
1 vote
2 answers
464 views

SO i have been getting this error window when i compile a simple code to run different LED lights on the ESP32-S2-SOLA (Wrovere) module Code: int LED_BUILTIN = 2; void setup() { pinMode (...
AsmAsmAsm's user avatar

15 30 50 per page
1
2 3 4 5
8