マイコンで動作するインタプリタ型言語iArduinoとプログラミング環境

DOI IR Web Site Open Access

Bibliographic Information

Other Title
  • マイコン デ ドウサ スル インタプリタガタ ゲンゴ iArduino ト プログラミング カンキョウ

Search this article

Abstract

type:Article

マイコンは身近な家電を含め多くの工業製品で活用されるだけでなく,計算機と実世界との接点であるセンサやアクチュエータとの接続が容易なものが多く,インタラクションデザインの教育・研究や中学校の技術科といった工学系以外の分野の教育での利用が拡大している。一方で,タブレット端末やスマートフォンなど小型で安価な端末が普及しつつある。そういった端末でマイコンのプログラミングが容易に出来れば,より利用の敷居が下がると考えられる。ところで,そういった端末は計算機資源が限られている。しかし,インタプリタをマイコンへ載せ,端末側にはコンパイラを持たず,エディタやデバッグに必要なもののみとすれば,計算機資源が限られていても問題がない。そこで本研究では,マイコン上で動作し対話的にプログラミングができるインタプリタ言語iArduino,プログラムの動作と入出力を可視化するプログラミング環境としてPC上で動作するiArduinoTerminalとタブレット端末で動作するiArduinoTermianl for Androidを開発したので報告する。

We have developed an interpreted language for a beginner to use understanding programming and electronic circuits and making his/her creation. Its interpreter runs on Arduino's micro controller and its grammar resembles to Arduino language(C/C++ programming language). It also has built in debugging interface to visualize pin values and variables. In this paper, we report the implementation of the language and a development environment on PC(iArduinoTermianl)and Android Tablet(iArduinoTerminal for Android). The language and the tool could be used in education course for micro controller programming to help students.

Journal

Related Projects

See more

Details

Report a problem

Back to top