• Title/Summary/Keyword: ARDUINO

Search Result 767, Processing Time 0.028 seconds

A Software Design Method for Arduino Applications using UML (UML을 이용한 아두이노 어플리케이션 설계)

  • Park, Ki-Chang;Lee, Hyun-Cheol;Kim, Eun-Seok
    • The Journal of the Korea Contents Association
    • /
    • v.15 no.8
    • /
    • pp.1-8
    • /
    • 2015
  • Arduino is an open-source prototyping platform. It has been used in diverse areas including media-art, simulation and interaction devices. The Arduino application does not provide an effective form of software design specification, since it is basically developed in C Programming language. In this paper, we propose a design method for the Arduino applications using the extension mechanism of the UML(Unified Modeling Language). The proposed method is enable to specify the main function of Arduino applications like digital I/O and analog I/O in UML notations.

Fuzzy-based Fan Control using Arduino's Temperature and Humidity for Comfortable Indoor Environment (쾌적한 실내 환경을 조성하기 위한 아두이노의 온도와 습도를 이용한 퍼지 기반의 팬 제어 연구)

  • Kim, Jaeheoung;Kim, Jaewoo
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2018.10a
    • /
    • pp.389-392
    • /
    • 2018
  • In this paper, we try to make a pleasant environment by adjusting the fan moving by temperature and humidity in hot and humid room. To do this, we propose a fuzzy-based fan control using room temperature and humidity, collect environment data such as indoor temperature and humidity using Arduino, transmit it to Bluetooth communication, and adjust the operation time of fan according to fuzzy logic. To do this, connect a temperature and humidity sensor to the Arduino hardware, write the source code using the Arduino program on your computer, and code it in Arduino. Then, the environmental data obtained after collecting environmental data such as humidity from Arduino is transferred to the Arduino Control Module through Bluetooth communication. We use the fuzzy logic to control the time of fan operation according to environmental data such as temperature and humidity. At the end of this process, the fan will operate according to temperature and humidity to create a pleasant environment. Through this study, Arduino was simpler and easier to use than I thought, and I think it's easy to use and can be used in real life by using Arduino hardware, data acquisition, fuzzy logic, and control.

  • PDF

128duino : An Extension of the Arduino Platform for ATmega128 (128duino : ATmega128을 위한 아두이노 플랫폼의 확장)

  • Choi, Hun;Heo, Gyeongyong
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.24 no.10
    • /
    • pp.1369-1375
    • /
    • 2020
  • Arduino is a microcontroller platform for non-IT major students, and is widely used as a learning tool. Several AVR series microcontrollers are used in Arduino boards, but ATmega128 is not used. ATmega128 is widely used because of its high expandability and competitive price compared to ATmega328 and ATmega2560 used in Arduino boards. Therefore, by allowing ATmega128 to be used in an Arduino environment, the usability of existing hardware and the Arduino platform can be improved. In this paper, proposed are an Arduino-compatible board design based on ATmega128 and ways to use the ATmega128-based board. As the strengthes of the Arduino platform can be used while utilizing existing hardware in the proposed extension, it is expected that the proposed one can be used in various microcontroller-related education and enhance the learning efficiency.

An image analysis system Design using Arduino sensor and feature point extraction algorithm to prevent intrusion

  • LIM, Myung-Jae;JUNG, Dong-Kun;KWON, Young-Man
    • Korean Journal of Artificial Intelligence
    • /
    • v.9 no.2
    • /
    • pp.23-28
    • /
    • 2021
  • In this paper, we studied a system that can efficiently build security management for single-person households using Arduino, ESP32-CAM and PIR sensors, and proposed an Android app with an internet connection. The ESP32-CAM is an Arduino compatible board that supports both Wi-Fi, Bluetooth, and cameras using an ESP32-based processor. The PCB on-board antenna may be used independently, and the sensitivity may be expanded by separately connecting the external antenna. This system has implemented an Arduino-based Unauthorized intrusion system that can significantly help prevent crimes in single-person households using the combination of PIR sensors, Arduino devices, and smartphones. unauthorized intrusion system, showing the connection between Arduino Uno and ESP32-CAM and with smartphone applications. Recently, if daily quarantine is underway around us and it is necessary to verify the identity of visitors, it is expected that it will help maintain a safety net if this system is applied for the purpose of facial recognition and restricting some access. This technology is widely used to verify that the characters in the two images entered into the system are the same or to determine who the characters in the images are most similar to among those previously stored in the internal database. There is an advantage that it may be implemented in a low-power, low-cost environment through image recognition, comparison, feature point extraction, and comparison.

Framework design for efficient Arduino program development

  • Gong, Dong-Hwan
    • International Journal of Internet, Broadcasting and Communication
    • /
    • v.14 no.1
    • /
    • pp.162-169
    • /
    • 2022
  • Arduino is used in various places such as education, experimentation, and industry. Due to the easy accessibility of Arduino, it is often used by non-majors, and it is also used in media art and toy programs. Although Arduino is relatively easy to use compared to other devices, it is not easy to control various IoT components at the same time. Some tasks run independently of other tasks, while others run dependently. In this paper, I proposed the Arduino Task Framework to efficiently execute many tasks in these various situations. The design framework of this paper is largely composed of two types: synchronous execution and asynchronous execution. These two execution methods can be combined to create several independent and dependent execution routines. Asynchronous tasks are independently executed tasks and are managed by AsyncTaskGroup, while synchronous tasks are dependently executed tasks and are managed by SyncTaskGroup. AsyncTaskGroup instance and SyncTaskGroup instance are instances of the same Task and can be used in combination with another task. The Arduino framework proposed in this paper simplifies the program structure and can easily compose various tasks.

Fire Detection System Using Arduino Sensor

  • Cheong, Ha-Young
    • The Journal of Korea Institute of Information, Electronics, and Communication Technology
    • /
    • v.9 no.6
    • /
    • pp.624-629
    • /
    • 2016
  • Recently various types of disaster monitoring system using smart-phones are under active studying. In this paper, we propose a system that automatically performs the disaster and fire detection. Additionally we implement the Arduino-based smart image sensor system in the web platform. When a fire is detected, an SMS is sent to the Fire and Disaster Management Agency. In order to improve fire detection probability, we proposed a smart Arduino fire detection sensor simulation which searches the smart sensor inference algorithm using fuzzy rules.

Implementation of Oscilloscope using Arduino Board (아두이노 보드를 이용한 오실로스코프 구현)

  • Choi, Byeong-yoon
    • Proceedings of the Korean Institute of Information and Commucation Sciences Conference
    • /
    • 2021.05a
    • /
    • pp.605-606
    • /
    • 2021
  • In this paper, one channel oscilloscope was implemented using arduino uno board and 1.8 inch TFT LCD. The oscilloscope is designed using the built-in analog to digital converter(ADC) inside arduino uno board as data acquisition unit and can handle up to about 1 KHz signal.

  • PDF

Implementation of an Arduino-Compatible Board using ATmega128 (ATmega128 기반 아두이노 호환 보드 구현)

  • Heo, Gyeongyong;Jung, MunHwang;Ryu, Daewoo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.25 no.10
    • /
    • pp.1441-1447
    • /
    • 2021
  • Arduino is one of the commonly used microcontroller platforms, and widely used not only in education but also in industrial fields because it enables rapid development and has excellent expandability. However, since there are only a few microcontrollers officially used by Arduino, attempts have been made to use various microcontrollers in the Arduino environment. As part of the Arduino expansion, in this paper, we implemented 128duino, ATmega128-based Arduino-compatible board, and its operation was verified. ATmega128 is one of the microcontrollers commonly used for educational purpose, so it was chosen for Arduino expansion. Since 128duino has advantages in terms of hardware configuration and price by implementing serial and ISP style upload with one USB connection, it is expected to be used in various environments including Internet of Things as well as in education.

Unified Programmer for AVR-Based Arduino-Compatible Boards (AVR 기반 아두이노 호환 보드를 위한 통합 프로그래머)

  • Heo, Gyeongyong;Ryu, Daewoo
    • Journal of the Korea Institute of Information and Communication Engineering
    • /
    • v.25 no.1
    • /
    • pp.96-101
    • /
    • 2021
  • Arduino is one of the open source microcontroller projects, and Arduino boards using AVR microcontrollers are commonly used. In general, AVR microcontrollers use ISP (In System Programming) upload, but in Arduino, serial upload through a bootloader is basically used, and a dedicated microcontroller is built into the board for this purpose. In order to use the ISP upload in Arduino, a dedicated upload device is required, which is not included in the Arduino board. In this paper, we propose a unified programmer that can handle ISP upload and serial upload through one dedicated microcontroller, and show that ISP and serial upload are possible using the unified programmer. In addition, the proposed unified programmer works as a USB-serial converter, supports serial communication with a computer, and it is also possible to burn the Arduino bootloader. All operations of the unified programmer can be confirmed through the experimental results.

Development of an Easy-assemble Arduino Car Kit for Practice (쉽게 조립 가능한 실습용 아두이노 자동차 키트 개발 사례)

  • Lee, Eun-Sang
    • Journal of the Korea Convergence Society
    • /
    • v.13 no.2
    • /
    • pp.31-37
    • /
    • 2022
  • The objective of this study was to present an example of the development of an Arduino car kit for practice. First, problems in the existing Arduino car kit were analyzed and various prototypes were developed that reflected the improvement plan. The developed kit was applied to the education field to identify problems and improvements, following which it was corrected and supplemented for use as an Arduino car kit for final practice. The Arduino car kit can be used for various experiments and practices related to an Arduino car by using a combination of two car bodies consisting of an upper plate and a lower plate. When a method to couple the upper and lower plates was used, the car body could be easily and quickly configured without the need for bolts or nuts. The developed kit involves a simple and easy assembly method, and hence, the time required for assembling a car body is considerably short. Accordingly, it is expected to be widely used as a kit that can directly experience programming education using a car.