How to design and develop a simple, small sized and fully functional arduino clone

INTRODUCTION AND SCOPE

An Atmega 328P without arduino board can achieve the same capabilities of the arduino board, using the same arduino IDE programming and coding environment. Using an Atmega 328P chip without arduino board is powerful, cheap and functional. This procedure explains how to design and develop a simple, small sized and fully functional arduino clone.

MATERIALS AND EQUIPMENT

Arduino UNO, Atmega 328P, 10kOhm resistor, 16Mhz resonator.

PROCEDURE

  1. Before wiring the two boards, familiarize with the pin configurations of the Atmega 328P on page 3 of the datasheet (Hardware resources, link 1)
  2. Switch on the PC, open the Arduino IDE and connect the Arduino Uno board with USB connection. Select the board and serial port corresponding to the Arduino Uno board in the Arduino IDE>Tools. These are standard steps for Arduino board USB connection (Hardware resources, link 2)
  3. Upload the ArduinoISP sketch onto your Arduino Uno board from the Arduino IDE>File
  4. Wire up the Arduino Uno board and the Atmega 328P on a breadboard (Image 1). The two 18 to 22 picofarad (ceramic) capacitors are optional
  5. Select “Arduino Duemilanove or Nano w/ ATmega328” from the Arduino IDE>Tools >Board menu
  6. Select “Arduino as ISP” from the Arduino IDE>Tools >Programmer
  7. Run from the Arduino IDE>Tools >Burn Bootloader
  8. Once the bootloader is burnt on the Atmega 328P, switch off the Arduino Uno board by disconnecting the USB cable
  9. Remove the microcontroller of the Arduino Uno board
  10. Wire up the Arduino Uno board and the Atmega 328P on a breadboard (Image 2). The two 18 to 22 picofarad (ceramic) capacitors are optional
  11. Switch on the Arduino Uno board by re-connecting the USB cable
  12. Select “Arduino Duemilanove or Nano w/ ATmega328” from the Arduino IDE>Tools >Board menu
  13. Write and upload any program with the Arduino IDE upload command.
  14. Unwire the Arduino Uno board
  15. Provide power supply to the standalone Atmega 328P (Hardware resources, link 3)

IMAGES

Using an Arduino board to burn the bootloader onto an ATmega on a breadboard
Image 1 – Arduino board as an in-system program (ISP)
Uploading sketches to an Atmega 328P on a breadboard
Image 2 – Arduino board as sketch uploader to an Atmega 328P

HARDWARE RESOURCES

  1. Atmega 328P Datasheet
  2. Arduino Uno
  3. How to design and develop a power supply for an arduino clone

SOFTWARE RESOURCES

  1. Arduino IDE

CREDITS

  1. Arduino to Breadboard

DISCLAIMER

The project is provided in the spirit of open source and can be implemented, modified and shared according to CC BY-SA license (see footer). No liability is taken for any issues arising from the provided information.

CHANGELOG

  • 24/JAN/2017 – New release

This site uses cookies. If you consent, accept this message. For more options, read the Privacy Policy

The cookie settings on this website are set to "allow cookies" to give you the best browsing experience possible. If you continue to use this website without changing your cookie settings or you click "Accept" below then you are consenting to this.

Close