Questions tagged [windowsiot]

Windows IoT Core (or Windows Internet of Things) is a specialty version of Windows 10 for embedded devices like Raspberry Pi 2, Raspberry Pi 3 and MinnowBoard Max. It is a platform for the .Net developers to work on Internet of Things using Microsoft's technologies.

The Internet of Things (IoT) brings together devices, sensors, cloud, data and your imagination.

Windows 10 IoT Core brings the power of Windows to your device and makes it easy to integrate richer experiences with your devices such as natural user interfaces, searching online storage and cloud-based services.

The information of Windows IoT can be found in https://dev.windows.com/en-us/iot

286 questions
0
votes
1 answer

How can I send WOL (UDP)?

I can't figure out how to send a WOL (WakeOnLan) using IoT. It seams like I should se DatagramSocket, but all samples I can find online, uses UDPClient. How can I send WOL (UDP) in IoT? Thanks.
MojoDK
  • 4,410
  • 10
  • 42
  • 80
0
votes
3 answers

Raspberry pi Windows IoT Arduino USB communication

I have an Arduino connected to my Raspberry Pi 2 via USB and Windows 10 IOT installed on it. I have made an universal app in Visual Studio and it works on the Pi. Which reference do i need to include so that i can communicate to the Arduino via USB?
DzAnej Mrvic
  • 47
  • 1
  • 8
0
votes
1 answer

AllJoyn Studio - Multiple Interface Implementation

I am trying to implement an AllJoyn consumer with multiple interfaces. The AllJoyn menu creates the helper files for all the interfaces from the introspection xml. After Adding the watcher event handler and starting the same for all the interfaces…
0
votes
1 answer

Visual Studio Iot Application for Raspberry Pi

I have installed the Windows 10 IoT on my Raspberry Pi 2. How can I create a form application that will run on the Pi ? I have already installed Windows Iot Core in my Visual Studio, but now it only says Background Application (IoT), but I want to…
DzAnej Mrvic
  • 47
  • 1
  • 8
0
votes
1 answer

Windows IoT Web Server Not Working

If I start up a web server exactly how they do it in the BlinkyWebServer example, everything appears to work correctly while debugging (no errors), but I can't access the url on the port. I just get a timeout. I'm using the 14295 build of Windows…
Lee Richardson
  • 8,331
  • 6
  • 42
  • 65
0
votes
0 answers

How to add windows IOT core templates to Visual Studio 2013 IDE?

I have installed Visual Studio Ultimate 2013 on Windows 10. I want to work on windows IOT. But I'm unable to add Windows IOT core templates to create a Windows IOT project. Is Visual Studio 2015 mandatory to install Windows IOT core templates?
STACK2
  • 165
  • 1
  • 5
  • 16
0
votes
1 answer

Arduino UNO sending Temperature and Humidity data from DHT11 sensor to Raspberry pi 2(running windows iot core) through I2c

I have made Arduino UNO as a slave and Raspberry Pi 2 as a master. The code running on Arduino UNO is as follows : #include "DHT.h" #include #define DHTPIN 4 // what digital pin we're connected to #define DHTTYPE DHT11 // DHT 11 #define…
Anki
  • 67
  • 1
  • 12
0
votes
1 answer

How do I deploy the Visual Studio Debugger to my Raspberry Pi 3?

In previous versions, the debugger has just been there and at most, it was necessary to open the web admin interface and click the Start button to run the remote debug agent. However, in build 14279, which is a preview build for Raspberry Pi 3, when…
Tim Long
  • 13,508
  • 19
  • 79
  • 147
0
votes
1 answer

Does Windos IoT support I2C "Repeated-Start Condition" on Raspberry Pi Model 2B

I was looking into purchasing a "MLX90614 Non-Contact Sensors" for temperature readings that uses I2C. However it says to make sure that your device supports a non standard I2C "repeated-start." I am currently using Windows IoT 10, raspberry pi 2…
lurch3777
  • 19
  • 3
0
votes
1 answer

Windows 10 IoT user files removed after upgrading via AppManager

I'm facing an issue with how Windows 10 IoT and user files works. Whenever I try to update the application via AppManager, which seems to be the only current way to update/upgrade an app, the user files are removed. Does anyone know a work around…
Gnm
  • 129
  • 6
0
votes
1 answer

Reading Heart Rate Sensor off Microsoft Band using Windows IoT Core on Raspberry Pi 2

When attempting to read Heart Rate Sensor from a Microsoft Band paired with a Raspberry Pi2 running latest Windows IoT Core (10586). I get an exception when calling: “bandClient.SensorManager.HeartRate.RequestUserConsentAsync()” It would seem that…
Paul DeCarlo
  • 416
  • 2
  • 10
0
votes
1 answer

timer and serialdevice in uwp app for raspberry pi2

I'm developing an application for UWP raspberry, I need to read input of a coin selectors via serial port, I followed the example https://github.com/ms-iot/samples/tree/develop/SerialSample / CS, but I can not fit it into a timer that waits for…
anaconda
  • 11
  • 2
0
votes
0 answers

Windows IoT/UWP frequency measurement library

On my raspberry pi I'm using Windows IoT. I have an app which receives vibration measurement data from a digital input of an arduino device. I'm reading the data from a serial port on the pi. Now I want to calculate the frequency of the measured…
CPA
  • 2,923
  • 4
  • 30
  • 52
0
votes
1 answer

VS15 Remote Deploy for ARM not working

I'm trying to deploy Win UWP app to RPi2 with IoT, I did this month ago successfully but since then I get few upgrades from Insider Program on Windows 10 and while I building and deploying project for Remote ARM now I'm getting following…
user1085907
  • 1,009
  • 2
  • 16
  • 40
0
votes
1 answer

Win 10 IoT OAuth Credentials RP2 Google Calendar

I have a project where I am running headed (w/ monitor) on my Rasp Pi 2 and have it connected to the internet so I can get data from services hosted 3rd party as well as those I have stood up in Azure. All of the REST calls are working fine. …