Ardublockly, 아두블럭키
Blockly 환경에서 아두이노 코드를 작성할 수 있는 프로그래밍 환경
블록 코드를 작성하면 아두이노 스케치 코드를 바로 확인할 수 있다.
https://github.com/carlosperate/ardublockly
# 특징
Ardublockly is a visual programming editor for Arduino. It is based on Google's Blockly, which has been forked to generate Arduino code.
The ArdublocklyServer Python package initialises a local server to be able to compile and load the Arduino code using the Arduino IDE.
This is all packaged in a self contained executable desktop application for Windows, Mac OS X, and Linux.
# 설치방법
아두이노 IDE 최신버전 다운로드 및 설치 : https://www.arduino.cc/en/main/software/
아두블럭키 프로그램 다운로드 : https://github.com/carlosperate/ardublockly/releases/
아두블럭키 설치
윈도우 : 압축해제 > ardublockly\arduexec > ardublockly.exe 파일 실행
맥 : 압축해제 > 프로그램 실행
# 설정
아두이노 IDE 폴더 설정 : 미리 설치된 아두이노 IDE 폴더
아두이노 보드 설정 : 아두이노 우노...
아두이노 보드와 연결된 포트 설정 : com...
# 프로그랰 작성하기
// 13번 핀에 연결된 LED 깜박이기
// 자동생성된 아두이노 스케치 코드