Hi,
Is it possible to program a Bare 368 PU IC using Arduino Nano?? I want to burn bootloader on a bare 368pu IC and then burn sketches into it and all I have is a Arduino Nano. Please help.
Hi,
Is it possible to program a Bare 368 PU IC using Arduino Nano?? I want to burn bootloader on a bare 368pu IC and then burn sketches into it and all I have is a Arduino Nano. Please help.
The Arduino ISP tutorial is using the Arduino Uno, but the Nano is very alike the Uno, so yes, you can do that.
Which chip to you have ? A ATmega328P-PU ? And with an external crystal of 16MHz ?
desai_amogh:
Hi,Is it possible to program a Bare 368 PU IC using Arduino Nano?? I want to burn bootloader on a bare 368pu IC and then burn sketches into it and all I have is a Arduino Nano. Please help.
You mean 328 right? Anyway, it is possible to use nano to program bare atmegas with arduino as ISP.