Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 2.01 KB

File metadata and controls

56 lines (42 loc) · 2.01 KB

Dragon Board 410c Windows 10 IoT Core with 96 Board Starter Kit sample

Dragon Board 410c Windows 10 IoT Core with 96 Board Starter Kit sample

This repository contains sample UWP application for DragonBoard 410c and sensors with Linker Mezzanine card. Unlike other samples, this application connects many sensors listed below to demonstrate how to utilize multiple sensors. The application uses onboard LEDs and GPS.

DragonBoard 410c

Click here for more detail.

Linker Mezzanine card starter kit for 96board

Click here for more detail.

DragonBoard 410c Pin and Mezzanine card diagram

From the diagram, you can see pin number for each Degital Interface

  • D1 -> 36
  • D2 -> 13
  • D3 -> 115
  • D4 -> 24

How to install Windows 10 IoT Core for DragonBoard

Follow the instruction here

Device Setup

In this sample, plug sensors as below.

  • Touch Sensor -> D1
  • LED -> D2
  • Button -> D3
  • Tilt Sensor -> D4
  • TPM36 -> ADC1
  • Photoresistor -> ADC2

Sensors

Output

  • LED: Red LED and two onboard Green LEDs

Input: Switch

  • Touch sensor: When you touch the sensor, it lights up LEDs and get data from sensors.
  • Button: When you push the button, it lights up LEDs and get data from sensors.
  • Tilt Module: When you tilt the module one way, it lights up LEDs and get data from sensors.

Input: Sensor

  • TPM36: Measure temperature
  • Photoresistor: Measuare the brightness
  • Onboard GPS: Measure location

Lisence

MIT