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
-
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.Gabriel Staples– Gabriel Staples2017年08月05日 14:32:29 +00:00Commented Aug 5, 2017 at 14:32
1 Answer 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
-
A AVR programmer is aka ISP programmerMatsK– MatsK2017年08月04日 20:38:45 +00:00Commented Aug 4, 2017 at 20:38
lang-cpp