Rishi
Rishi

Reputation: 21

Programming ATMega328 (using Arduino) to program other ATMega328s?

I've started working with IC chips and I've found some ATMega328 chips that I bought a while ago, I was then considering buying a very cheap Arduino and bootloading the chips with the Arduino IDE and operating software.

My main question being is it possible for me to program one chip with an ATMega328 with an Arduino as an ATMega328 programmer to bootload and program further IC chips?

Also I was thinking, as the ATTiny85 chip is very similar to the ATMega328, could I essentially use the same system (maybe using one of those IC tester board sockets) to program this chip and any others (if so, please specify if possible)?

Thanks in advance for all answers, Rish.

Upvotes: 1

Views: 307

Answers (1)

spring
spring

Reputation: 18487

There are many tutorials on how to do this.

Upvotes: 1

Related Questions