Windows 10 IoT Core Arduino Firmata 연계


1. Create a New Project (Visual Stuidio 2015)

   WinRT Universal Windows Template 선택하여 신규 프로젝트를 생성.


2. Windows-Remote-Arduino Nuget Package 설치.

   Project explorer 오른쪽 버튼 클릭 팝업메뉴에서 Manage Nuget Package 선택.

   Windows Remote Arduino 검색 및 설치.


3. Arduino Firmata 프로그래밍

   관련 소스 : https://github.com/firmata/arduino/blob/master/examples/StandardFirmata/StandardFirmata.ino


4. Windows 10 IoT Core 응용프로그램 개발 (WinRT C#)

   WinRT C# Firmata 프로그래밍.

   관련 문서 : https://github.com/ms-iot/remote-wiring



+ Recent posts