Bootload ATMEGA328...

D

Daniel Fynn

Guest
Please is there any simple way to bootload an Arduino ATMEGA328 chip? I have an arduino UNO board and i want to use it to bootload an ATMEGA chip. all the videos and other tutorials seem not to work.
I will be much grateful if someone can help me do that.
 
In article <daa9f15c-12e1-442a-9a75-3d30456216can@googlegroups.com>,
fynnashba@gmail.com says...
Please is there any simple way to bootload an Arduino ATMEGA328 chip? I have an arduino UNO board and i want to use it to bootload an ATMEGA chip. all the videos and other tutorials seem not to work.
I will be much grateful if someone can help me do that.

I know of two ways to do it. One way requires a working Arduino board
and a bread board where you can plug in the chip, a crystal and a couple
of other components.

The other way is a working Arduino and an Arduino board with a removable
chip.

Either way , you put the two boards together with a few wires and run
the boot loader program from a computer.

Youtube has many examples to take you through the steps.
 
On 4/9/20 1:20 pm, Ralph Mowery wrote:
In article <daa9f15c-12e1-442a-9a75-3d30456216can@googlegroups.com>,
fynnashba@gmail.com says...

Please is there any simple way to bootload an Arduino ATMEGA328 chip? I have an arduino UNO board and i want to use it to bootload an ATMEGA chip. all the videos and other tutorials seem not to work.
I will be much grateful if someone can help me do that.



I know of two ways to do it. One way requires a working Arduino board
and a bread board where you can plug in the chip, a crystal and a couple
of other components.

The other way is a working Arduino and an Arduino board with a removable
chip.

Either way , you put the two boards together with a few wires and run
the boot loader program from a computer.

Youtube has many examples to take you through the steps.

Yes. You program an Arduino as an ISP, as here:
<https://www.arduino.cc/en/Tutorial/ArduinoISP> and use that to program
your ATMEGA328.

Clifford Heath.
 
On Friday, September 4, 2020 at 6:55:08 AM UTC+1, Clifford Heath wrote:
On 4/9/20 1:20 pm, Ralph Mowery wrote:
In article <daa9f15c-12e1-442a...@googlegroups.com>,
fynn...@gmail.com says...

Please is there any simple way to bootload an Arduino ATMEGA328 chip? I have an arduino UNO board and i want to use it to bootload an ATMEGA chip. all the videos and other tutorials seem not to work.
I will be much grateful if someone can help me do that.



I know of two ways to do it. One way requires a working Arduino board
and a bread board where you can plug in the chip, a crystal and a couple
of other components.

The other way is a working Arduino and an Arduino board with a removable
chip.

Either way , you put the two boards together with a few wires and run
the boot loader program from a computer.

Youtube has many examples to take you through the steps.
Yes. You program an Arduino as an ISP, as here:
https://www.arduino.cc/en/Tutorial/ArduinoISP> and use that to program
your ATMEGA328.

Clifford Heath.
Thank you very much I will visit the site.
 
On Friday, September 4, 2020 at 4:20:24 AM UTC+1, Ralph Mowery wrote:
In article <daa9f15c-12e1-442a...@googlegroups.com>,
fynn...@gmail.com says...

Please is there any simple way to bootload an Arduino ATMEGA328 chip? I have an arduino UNO board and i want to use it to bootload an ATMEGA chip. all the videos and other tutorials seem not to work.
I will be much grateful if someone can help me do that.


I know of two ways to do it. One way requires a working Arduino board
and a bread board where you can plug in the chip, a crystal and a couple
of other components.

The other way is a working Arduino and an Arduino board with a removable
chip.

Either way , you put the two boards together with a few wires and run
the boot loader program from a computer.

Youtube has many examples to take you through the steps.
Thanks
 

Welcome to EDABoard.com

Sponsor

Back
Top