원문정보
초록
영어
Arduino is a popular open source hardware toolkit for science and engineering education due to its easy use and various good examples. But, students or beginners who have no experience and knowledge of electronic engineering or programming languages still feel a considerable barrier to use Arduino. This study analyzes the barrier of beginners in using the open source hardware. In order to resolve the difficulty in firmware programming, we adopt a functional concise script composed of simplified service commands and minimum options to use the open hardware and proposes a new script-based open source hardware programming environment. From the comparison result with previous development toolkit, we confirm that the programming by the proposed script-based simple programming toolkit is substantially simple by adopting simple script and automatic generations of irrelevant instructions, type declarations and semicolons in programming the open source hardware of Arduino.
목차
1. Introduction
2. Open Source Hardware Programming
3. Script based Open Source Hardware Programming
3.1. A concept of Functional Concise Script
3.2. Automatic Type Declaration and Semicolon Attachment
3.3. Adding Instruction with Mouse Interface
3.4. Automatic Creation of the Setup Module
3.5. Template Inserting for Logic Control Commands
3.6. Auto-Detection of COM Port for Serial Monitoring and Downloading
3.7. Simplified Intuitive Commands
4. Experimental Results
5. Conclusions
References
