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
'enuSpace for mars(2017) > Work note(mars)' 카테고리의 다른 글
SVG와 JavaScript를 이용한 다이나믹 심볼 제작(온도 Gauge) (0) | 2017.01.26 |
---|---|
enuSpace for Mars(2017) - 주요기능 소개 (0) | 2017.01.24 |
Windows 10 IoT Core C# Using SQLite (0) | 2016.10.12 |
Windows 10 IoT Core Remote Server 사용 Tip (0) | 2016.10.06 |
Windows 10 IoT Core에서 WinRT C#용 Chart 그리기 (0) | 2016.10.06 |