Skip to main content

Questions tagged [arduino]

Motherboard usually used for robotics

0 votes
0 answers
36 views

I am using Debian 13, Trixie with Mate. works pretty well with the exception, that the Arduino IDE version 1.18.19 fails to show the menu bar. yes, I'm aware there are newer version of the IDE, I don'...
j0h's user avatar
  • 3,979
0 votes
1 answer
172 views

I'm using Ubuntu 25.04. My Arduino board creates a serial port on /dev/ttyACM0. When I try to upload a sketch using command line I get the following error: $ arduino-cli upload -p /dev/ttyACM0 --fqbn ...
Mark's user avatar
  • 805
1 vote
1 answer
780 views

I have a partially similar question like this one ttyUSB? No, ttyACM. How can I assign the usb-device to ttyACM, not ttyUSB? But mine is a little bit more difficult. I recently bought a Feather RP2040 ...
Tobias Reich's user avatar
0 votes
1 answer
240 views

I have been thinking about this for a while. How would I go about being able to log in using an Arduino and RFID card reader? Hardware: Arduino UNO, Card reader: RFID-RC522 OS: Arch Linux
Sixtenson's user avatar
1 vote
1 answer
654 views

I've just opened up two brand new Intel Galileo Gen 2s and am looking to login to their default Linux distro via terminal (ie. no SD card used). I am coming across a weird, identical issue with both ...
hardanger's user avatar
  • 121
1 vote
0 answers
297 views

I have an arduino sending me some numbers through serial @9600 baud. Two values seperated by a comma sent every 500ms or so. cat /dev/ttyACM0 looks like this: 10.5,20.3 with the numbers ranging from -...
1431's user avatar
  • 11
1 vote
0 answers
228 views

I can't seem to connect my esp8266 d1 mini; can any one help me? This is the error msg I get: Arduino: 1.8.13 (Linux), Board: "LOLIN(WEMOS) D1 mini (clone), 80 MHz, Flash, Disabled (new aborts on ...
Dorivogur Svavarsson's user avatar
1 vote
1 answer
642 views

I would like to read a serial input (as for example here) in linux command line but I am not able to find out the attached device (Arduino) path. I can identify the device: # lsusb Bus 005 Device 001: ...
Kube Kubow's user avatar
2 votes
3 answers
5k views

I use arduino ide on arch linux with arduino uno connected via USB. I am sure that I choosed right port and board in ide menu. when I run ls -l /dev/ttyACM* I get: crw-rw---- 1 root uucp 166, 0 14. ...
Jan Černý's user avatar
  • 1,763
0 votes
1 answer
839 views

Iam trying to program Arduino Uno using python program. My python version is python 3.8. I successfully installed the pyfirmata2. but when i tried to import pyfirmata2 from command line iam getting ...
vijayakumar sargunam's user avatar
2 votes
0 answers
3k views

I've got an arduino that I use echo "b" > /dev/ttyUSB0 to send data to it. When this command is run via the root user it works correctly. However a normal user gets an error of: echo 'b' > /...
Chris Stryczynski's user avatar
0 votes
0 answers
122 views

I am trying to set up Linux (Debian 9) machines in a computer lab to let users plug in their arduino interface and flash their device with their code. I do not really know about arduino and so on, ...
ysalmon's user avatar
  • 361
0 votes
0 answers
168 views

Note: This question was originally asked on Arduino Stack exchange, but closed as off-topic because it's an OpenWRT issue. I have a Geeetech Iduino Yun Shield. I accidentally flashed the wrong ...
Agi Hammerthief's user avatar
1 vote
0 answers
450 views

I'm trying to build an arduino sketch, but it fails with error: "/usr/bin/avr-gcc-ar" rcs "/tmp/arduino_build_191139/core/core.a" "/tmp/arduino_build_191139/core/wiring_pulse.S.o" gcc-config: ...
g4s8's user avatar
  • 508
1 vote
3 answers
1k views

I have programmed Arduino to respond simple commands via USB. Unfortunately, I can't find it and can't communicate with it. My usbconfig returns following: $usbconfig ugen1.1: <UHCI root HUB ...
Dims's user avatar
  • 3,485

15 30 50 per page