You are not logged in.

#1 2018-03-18 16:28:21

deisi
Member
Registered: 2015-10-21
Posts: 66

[SOLVED] arduino cant program not responding

I'm trying to prgram an arduino but happen to fail so. I have installed the arduino ide and also everything accoding to:

https://wiki.archlinux.org/index.php/Ar … stallation

My User is in the uucp and the lock group. I can also read out data from other arduinos using cat or the arduino ide internal Serial Monitor.
I can compile the sketch, but up on uploading I get:

avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00

I know this does mean, communication with the programmer is not possible, but I find absolutely now way to tackle this. Any suggestions how to debug this?

Cheers

Last edited by deisi (2020-01-01 21:04:58)

Offline

#2 2018-03-18 16:37:56

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: [SOLVED] arduino cant program not responding

Do you have another similar board you can try? It might be that the board you are trying to use is broken.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#3 2018-03-19 07:04:22

deisi
Member
Registered: 2015-10-21
Posts: 66

Re: [SOLVED] arduino cant program not responding

I tried already a couple of boards, and besides it works on a windows pc. So I don't think its the hardware.

Offline

#4 2018-03-19 14:19:06

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,774

Re: [SOLVED] arduino cant program not responding

What flavor Arduino is it?  Is it using an independent FTDI chip, or are they using USB straight into the ATMega and implementing the USB serial device there (a la Leonardo Boards)?


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

#5 2018-03-20 07:42:55

sekret
Member
Registered: 2013-07-22
Posts: 284

Re: [SOLVED] arduino cant program not responding

Did you chose the correct port in "Tools" -> "Port"? Just yesterday I had similar problems, thought my Mega was broken, but overlooked /dev/ttyUSB1, while /dev/ttyUSB0 was selected.

Last edited by sekret (2018-03-20 07:43:17)

Offline

#6 2020-01-01 21:04:44

deisi
Member
Registered: 2015-10-21
Posts: 66

Re: [SOLVED] arduino cant program not responding

I just realized that I never posted the solution. So it turns out, that my Arduino boards are of type micro, but somewhat not really. As they are the cheap china substitutions, instead of Tools > board > Arduino Micro, i have to use Arduino Nano and set the processor to: Atmega328P (Old Bootloader). In particular the Old Bootloader setting was the problem here. After this was correct. Everything started to work.

Offline

Board footer

Powered by FluxBB