Skip to content

Latest commit

 

History

History
120 lines (116 loc) · 5.42 KB

SampleApps.md

File metadata and controls

120 lines (116 loc) · 5.42 KB
layout title permalink
default
Sample Applications
/SampleApps.htm

Sample Applications

We have several sample applications to help you get familiar with developing for Windows Developer Program for IoT.

Hello Blinky

Updated

Learn how to create a new project, configure Visual Studio for Deployment and Debugging, and learn how to use General Purpose IO using Wiring.

View details »

C++ REST SDK

New

The C++ REST SDK (codename "Casablanca") is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design.

View details »

TX/RX

Learn how to use HardwareSerial to communicate across TX/RX pins.

View details »

16x2 LCD

Learn how to use the 16x2 LCD shield with the Arduino Liquid Crystal Library.

View details »

//Build Piano

Learn how to interact with a GPIO port expander and MIDI shield to imitate a piano.

View details »

UART

Learn how to use HardwareSerial and write to UART.

View details »

Smart Fan

Use a motor, thermoresistor, and temperature sensor to create a smart fan.

View details »

RGB Pixel

Learn how to use a Adafruit RGB Pixel Strip

View details »

Weather Shield Sensors

Learn how to create a simple app that uses the Weather Shield's sensors.

View details »

Servo

Learn how to use the basics of the Servo Library and interact with a Servo.

View details »

Phidgets Sensors

Learn how to use the Phidgets Library and talk with a Phidgets Sound Pressure Level Sensor.

View details »

XBee

Learn how to use HardwareSerial to communicate to an XBee device across the TX/RX pins.

View details »

Win32 Networking

New

This MSDN sample shows how to run a winsock client and server.

View details »

Forwarders and Stubs

Learn about Forwarders and Stubs for Win32 APIs which have move or are missing from the Windows image.

View details »

NodeJS

Learn to run node.js on a galileo and call APIs from a javscript file.

View details »

MCP23017 Port Expander

New

Learn how to extend the Galileo i2c bus with 16 I/O Ports.

View details »

Firmata and Cylon

Learn how to interact with your board using Firmata and Cylon .

View details »


Return to homepage