0

I corrupted my bootloader on one arduino, luckily I had a spare lying around. Please help as there is not a single tutorial to help my exact state

asked May 19, 2018 at 22:24
3
  • not a single tutorial to help my exact state .... yes there are tutorials about using an Arduino as an ISP Commented May 19, 2018 at 22:32
  • read somewhere to use a capacitor to hold the reset to high state, in some tutorials, not used Commented May 19, 2018 at 22:37
  • Arduino as ISP and Arduino Bootloaders - arduino.cc/en/Tutorial/ArduinoISP Commented May 19, 2018 at 23:04

1 Answer 1

1

I have a page about programming a bootloader using another Arduino.

Basically you grab the code from here and then make up wiring from the good device (which you put the sketch onto) to the device to be programmed, like this:

Arduino Nano Target Nano
D10 (SS) Reset
D11 (MOSI) D11
D12 (MISO) D12
D13 (SCK) D13
Gnd Gnd
+5V +5V
answered May 20, 2018 at 4:28

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.