commonly refers to the upload procedure.
Questions tagged [upload]
33 questions
5
votes
1 answer
avrdude: Error: butterfly programmer uses avr_write_page() but does not provide a cmd() method
When trying to flash my sketch, I see many errors such as:
***failed;
***failed; …
Tom Hale
- 415
- 6
- 19
5
votes
2 answers
error while loading libtinfo.so.5 - SOLVED
I just installed the 1.6.7 version and want to upload it a sketch to Arduino UNO hardware. I get error message:
/home/pali/Irataim/TarBalls/Arduino/arduino-1.6.7/hardware/tools/avr/bin/avrdude: error while loading shared libraries: libtinfo.so.5:…
user18811
- 51
- 1
- 1
- 4
3
votes
0 answers
Arduino Bluetooth upload problem HC-05 v4.0
I upload code into arduino nano using a self-made PCB with bluetooth using this method. I was initially using Arduino Nano (chinese Clone, the one with CH340G) and Bluetooth module HC-05 (version 3.0) (Lets assume this bluetooth is BT1)
At command…
Kunal Kataria
- 31
- 2
2
votes
2 answers
How to install the application + its configuration to many devices of the same kind? (ESP32)
Being the newbie in the Arduino area... Having more devices, how can I upload some configuration parameters after the code was uploaded? Is it possible?
Situation: I have the simple application for ESP32 with a simple sensor. It is to be used on…
pepr
- 147
- 5
2
votes
0 answers
Uploading image to Google Drive with Arduino/ESP8266
I have a toucscreen tft connected to an ESP8266 the aim for which is to take a screeenshot (.bmp format) and upload to Google Drive. I have been following this tutorial.
Where I am stuck in how to proceed is the actual upload part. I have used the…
tstdenis
- 31
- 2
2
votes
0 answers
Stop VSCode/Arduino add-in from sending reset signal in the event of compile errors
This is more of an annoyance, but if I edit a program with the serial monitor open, click "upload", and the compile fails, the IDE switches to the serial monitor pane, opens the serial port which triggers a reset, and the last successfully uploaded…
Llaves
- 261
- 3
- 10
2
votes
2 answers
Arduino Nano clone doesn't upload Linux
I've been trying to upload sketch to Arduino Nano clone (CH340G RS232 to USB converter). I have ArchLinux. My port is detected as /dev/ttyUSB0 (Official Arduino Uno is /dev/ttyACM0). After trying to upload a sketch avrdude responds with
avrdude:…
Jakub Janek
- 51
- 5
2
votes
0 answers
Arduino uno wifi rev2 error compiling sketch to board
I'm having an irritating situation with my Arduino Uno wifi rev2 board.
I made an installation with an LCD, keypad and little servo motor. I first wrote the code for my regular Arduino Uno and everything worked fine. Now I migrated my installation…
imkeVr
- 161
- 4
2
votes
1 answer
tty doesn't list ttyUSB0 so arduino doesn't list serial ports
Okay so lsusb gives
Bus 002 Device 019: ID 1a86:7523 QinHeng Electronics HL-340 USB-Serial adapter
dmesg|grep 'ttyUSB' gives
[63723.589107] usb 2-1: ch341-uart converter now attached to ttyUSB0
but tty lists only /dev/pts/0 although in /dev there…
Vibhore Jain
- 141
- 4
2
votes
0 answers
Serial Port Issues Elegoo Mac OX High Sierra
Edit:
Unfortunately the question that has been linked to my question does not answer my question. I have followed its instructions but it is a slightly different issue. Any help on my question would be hugely appreciated:
Apologies but I am very…
Paddy
- 23
- 5
2
votes
0 answers
Can I upload with avrdude 2 hexes with 2 usbasp connected to computer, one hex with one usbasp ? If yes, how?
If I have connected 2 usbasps in the same time to ubuntu, can I upload 2 hexes one after the other(using avrdude) on each usbasp without disconnecting a usbasp ? If yes, how do I select each port for each hex ?
Robert Rotsching
- 21
- 1
1
vote
0 answers
Unable To Upload Source Code on Arduino UNO(Windows 11)
I was trying to upload the source code of a project to the Arduino UNO and this is the error that I keep on receiving.
After I closed and reopened it again, the Port option is gray. I tried everything (installing new drivers, uninstalling it) but…
Shawn sony
- 11
- 1
1
vote
0 answers
Why do I get this error when uploading a sketch on my arduino uno?
I have two Arduino Unos. On the first I can upload my sketch wittout any error, but with my second Arduino I always get this error, altough Im using the same settings:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync()…
Patrick
- 11
- 1
1
vote
0 answers
Can't upload programme on arduino uno
Arduino: 1.8.3 (Windows 7), Board: "Arduino/Genuino Uno"
Sketch uses 1094 bytes (3%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048…
ashwini
- 11
- 1
1
vote
2 answers
Can't upload code to Arduino board on Mac
I'm using a MacBook Pro with 10.13.6, an Official Arduino Uno Board and Arduino 1.8.13 IDE.
I'm having troubles uploading code to the Arduino Board.
I have 5 ports…
João Sacramento
- 41
- 5