Implementation of an Arduino Compatible Board using ATmega128

ATmega128 기반 아두이노 호환 보드 구현

  • Published : 2021.05.03

Abstract

Arduino is a platform designed for non-experts to easily utilize microcontrollers for various projects. In an educational environment, various boards running on the Arduino platform are used for software education, but ATmega128, which was widely used before Arduino, is not being used. In this paper, we make an Arduino compatible board based on ATmega128 microcontroller and check the operation on the Arduino platform.

아두이노는 비전공자들도 쉽게 마이크로컨트롤러를 활용해 다양한 프로젝트에 활용할 수 있도록 만들어진 플랫폼이다. 교육환경에서 아두이노 플랫폼에서 동작하는 다양한 보드들이 소프트웨어 교육을 진행하고 있지만, 아두이노 이전에 널리 사용되었던 ATmega128은 사용되고 있지 않다. 이 논문에서는 ATmega128 마이크로컨트롤러를 기반으로 아두이노 호환 보드를 제작하고 아두이노 플랫폼에서의 동작을 확인해 본다.

Keywords