Linked Questions
60 questions linked to/from Have I bricked my Arduino Uno? Problems with uploading to board
0
votes
2
answers
2k
views
Having trouble uploading sketch to Nano [duplicate]
I have a few cheap Nano clones that I bought online that have worked for the past couple of months. They were working fine today until suddenly the Arduino IDE had trouble uploading sketches to them.
...
0
votes
2
answers
1k
views
How to test Arduino board?
A little history: I have two Arduino Uno and I couldn't program them by IDE, I got these errors:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in ...
3
votes
2
answers
937
views
Can't sync with programmer Arduino Uno
I have a weird problem, and it's probably because I'm doing something wrong. I'm quite new to Arduino.
My Uno R3 (Elegoo) has been working fine for a month. It has been sitting on a bench for the past ...
1
vote
1
answer
986
views
Unable to upload sketch after bootloader has been flashed on Arduino Micro
I have created my own custom Arduino Micro, but I am experiencing problems when I attempt to upload an sketch via USB in Arduino IDE.
Here is how I program the Arduino Micro:
avrdude -c ...
0
votes
1
answer
973
views
Problems burning bootloader on custom ATMEGA2560 board for High-powered model rocketry
I've designed a custom board meant for high-powered model rocket telemetry & duel-deployment. (More info upon request)
To do this, I've soldered a ATMEGA2560 (yes, overkill, but I needed ...
2
votes
1
answer
1k
views
Arduino UNO stuck at 'uploading' with base sketch, nothing wired
This question has been asked before and I have carefully read the other questions, but the solutions have not worked in my case, and the details are not the same as mine.
Description
The Arduino Uno ...
0
votes
1
answer
2k
views
Arduino Nano - Upload verification error
I'm new to Arduino; and I'm trying to upload a simple sketch to a new Arduino Nano
I tried a few sketches (blink / helloworld / empty one); and changing the USB PORT.
Windows find the correct serial ...
1
vote
1
answer
449
views
Unable to upload sketches after little oopsie (reversed input polarity)
So playing around with an arduino uno, I was powering it with a 12volt battery (putting power between Vin and Gnd) and I fat fingered the battery terminals, putting them in reverse (oops)
I see smoke ...
2
votes
2
answers
404
views
All of the sudden the Nano will not accept programming
I have been working merrily along with CH340 to make Com10 work. It has been working flawlessly but now I am getting various messages like it can't open the port then the programmer is not responding....
0
votes
3
answers
253
views
Diagnosing crashed Arduino Uno
I have an Arduino Uno connected to a motor controller over I2C. The Arduino accepts commands from a Raspberry Pi via the USB serial line.
I'm trying to diagnose a problem where the Arduino will ...
0
votes
3
answers
358
views
Arduino does not work
When I try to upload a sketch to my Arduino Uno R3 then sometimes I get the following issue:
At the beginning the RX LED flashes three times and then I get errors:
avrdude: stk500_recv(): ...
0
votes
1
answer
556
views
Arduino IDE stopped uploading sketches to BLEduino board
I know similar questions to this have been asked before, but I have a "resp=0x10" which I haven't found elsewhere, so maybe it's different, the board is also not an Arduino Uno although it's should be ...
0
votes
1
answer
421
views
Arduino UNO not showing up in USB devices on Ubuntu 18.04
I have an Arduino UNO (clone, not original) that was working fine until a couple of days ago. Now, it does not show up when I connect it to my laptop.
Things that I've troubleshouted:
USB cable is ...
1
vote
2
answers
275
views
Garbled serial on custom arduino UNO
I built my own Arduino UNO for a project at school. I think I have got the USB bootloader and Windows drivers all situated as the UNO shows up as an UNO in the device manager. When I try to load a ...
1
vote
0
answers
494
views
Arduino pro micro might be bricked
I bought an Arduino pro micro (looks like this) from a Chinese seller over E-Bay, for its HID interface.
I installed the Arduino software on my Linux machine (Kali Linux), and started writing a USB ...