0

I recently installed Arduino IDE on my Raspberry Pi 4 and I'm trying to program an Arduino Leonardo through it. I wander if anyone experienced anything like this I'm getting here, as I searched a lot the web and nothing came out after hours.

Arduino IDE is at the latest version, board is correctly set to Arduino Leonardo, and the port too.

I getting error:

avrdude: Expected signature for ATmega32U4 is 1E 95 87
 Double check chip, or use -F to override this check.
Wrong microcontroller found. Did you select the right board from the Tools > Board menu?
asked Mar 4, 2020 at 9:09
3
  • "the latest version" - which is? Commented Mar 4, 2020 at 10:57
  • @Milliways 1.8.12 Commented Mar 4, 2020 at 13:02
  • You should ask on arduino.stackexchange.com Commented Mar 5, 2020 at 0:02

1 Answer 1

1

It could be that you have software installed which tries to talk to the Arduino at the same time as the IDE. For instance, modemmanager is known to cause trouble.

Run udevadm test $(udevadm info --query=path --name=/dev/ttyUSB0) (or whatever the name of your Arduino is) and check the output for any udev rules that are executed. You may see rules which define the device name, but if there's any communication software started automatically on a new serial port, it may be the root cause.

answered Mar 4, 2020 at 13:26

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.