Questions tagged [upload]

commonly refers to the upload procedure.

39 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
  • 431
  • 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
1 answer

A fatal error occurred: Failed to connect to ESP32: Wrong boot mode detected (0x13)! The chip needs to be in download mode. [upload] Error 2

I have seen so many people complain about this same error and they were given a multitude of answers to help with this error, but nothing so far has worked for me. Everything was working fine until I upgraded to Win 11 and the latest version of VS…
Bajer
  • 31
  • 1
  • 1
  • 3
3
votes
0 answers

Programming ESP32-S3 WROOM with a flexy pin board

I am using ESP32-S3-WROOM-1-N8 module https://www.digikey.de/de/products/detail/espressif-systems/ESP32-S3-WROOM-1-N8/15200089 . I have compared pinout of all Wroom modules ESP32 ESP32-S3 as well as ESP32-WROVER have all the programming pins in…
3
votes
2 answers

Upload to ESP32-C3 fails

I have built a custom circuit board using the ESP32-C3-MINI-1-H4 module (datasheet). Here is a schematic: I have the GND, Tx, and Rx lines hooked up to an Arduino Uno without the ATmega. The 3.3 V comes from an external power supply. I have…
jb0
  • 131
  • 5
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…
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
  • 1
  • 6
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
  • 11
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:…
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
  • 6
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 ?
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
2 3