0

How do I burn the UNO bootloader onto ATMEGA328P-PU without using an Arduino Uno board. That is burn directly from my PC or Android device??

I've tried nothing, I don't know a thing about microcontrollers ☺

Code Gorilla
5,6521 gold badge17 silver badges31 bronze badges
asked Aug 4, 2017 at 19:20
1
  • Start by using an AVR programmer (ex: USBasp from Ebay for a few bucks) to burn the bootloader to an Arduino Uno or Nano first--so you can see the expected process and outcome, then try the standalone tutorial posted by MatsK. Commented Aug 5, 2017 at 14:32

1 Answer 1

1

The short answer is, you need a AVR programmer

It is a tutorial on the Arduino website:

https://www.arduino.cc/en/Main/Standalone

And the section Bootloading your chips OPTIONAL will answer the question.

answered Aug 4, 2017 at 20:37
1
  • A AVR programmer is aka ISP programmer Commented Aug 4, 2017 at 20:38

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.