Make Your Own Homemade Arduino Board with ATmega328 Chip

Arduino is an open-source development platform for engineers and hobbyists to develop electronics projects in an easy way. It consists of both a physical programmable development board (based on AVR series of microcontrollers) and a piece of software or IDE which runs on your computer and used to write and upload the code to the microcontroller board.

Arduino uses a boot loader. Boot loader is a piece of software that allows the new software to be burned on it. So in this DIY, I am going to discuss “How to Burn a Boot Loader in a Fresh ATmega328 Chip and Build a Homemade Arduino on PCB”. In Arduino UNO we use ATmega328 IC so that I select this one to demonstrate this project.

Make Your Own Homemade Arduino Board with ATmega328 Chip

Components Required:

  • Arduino UNO Board with IC and cable
  • Atmega328 IC
  • Breadboard
  • Connecting wires
  • 16 MHz crystal oscillator
  • 10 K resistor

Steps for Building your own Arduino Board:

To burn a boot loader in new fresh Atmega328 IC, we need a Arduino board (we can use any Arduino board to burn boot loader). And then we need to follow below steps. We have also demonstrated the whole process in the Video at the end of the tutorial.

Step 1.  In first step, arrange all the required things given in components list above

Step 2: Now remove “Arduino Original IC” from Arduino board with the help of Screw Driver. And insert “New Atmega328 IC” into the Arduino board.

Step 3: Now open Arduino IDE and go to File -> example -> ArduinoISP and open it.

Step 4: Now remove this New IC from the Arduino Board and insert the Arduino pre booted or Original Arduino IC into Arduino board and upload the same ArduinoISP sketch in it, like we have done in Step 3.

Step 5: Build the below given Circuit on the bread board with New IC on Breadbaord and Original IC on Original Arduino Board.Schematic Make Your Own Homemade Arduino Board with ATmega328 Chip

For more detail: Make Your Own Homemade Arduino Board with ATmega328 Chip


About The Author

Ibrar Ayyub

I am an experienced technical writer with a Master's degree in computer science from BZU Multan University. I have written for various industries, mainly home automation and engineering. My writing style is clear and simple, and I am skilled in using infographics and diagrams. I am a great researcher and am able to present information in a well-organized and logical manner.

Follow Us:
LinkedinTwitter
Scroll to Top