Skip to content

Latest commit

 

History

History
112 lines (108 loc) · 4.97 KB

SampleApps.md

File metadata and controls

112 lines (108 loc) · 4.97 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

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 »

Onboard LED

Learn how to toggle the on-board LED on the Galileo on and off.

View details »

OnBoard Thermal Sensor

Learn how to use AnalogRead() to read values from the on-board thermal sensor.

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 »

Win32 Networking

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

View details »

Smart Fan

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

View details »

UART

Learn how to use HardwareSerial and write to UART.

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 »

"Windows on Fridges"

See how IoT Explorer Interns leveraged Windows On Devices for a robot which delivers soft drinks.

View details »

TX/RX

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

View details »

Phidgets Sensors

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

View details »

Servo

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

View details »

XBee

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

View details »


Return to homepage