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
25
votes
1 answer

Ensure that target device has developer mode enabled. Could not obtain a developer license due to error

I am following this tutorial and get the following error: Severity Code Description Project File Line Suppression State Error DEP0100 : Please ensure that target device has developer mode enabled. Could not obtain a developer license due to error…
Mona Jalal
  • 34,860
  • 64
  • 239
  • 408
15
votes
1 answer

Is specifying the listening HTTP port via UseUrls the correct way?

I have successfully deployed an asp.net core mvc to windows iot core on my raspberry pi 3. I am not sure whether specifying the listening HTTP port via invoking UseUrls as shown in the following snippet is the correct way. namespace winiotrasp { …
Second Person Shooter
  • 14,188
  • 21
  • 90
  • 165
13
votes
3 answers

Can Docker containers run in Windows IoT Core

Is there a way to run a Docker container in Windows IoT Core? I have seen it can be used in Azure, Windows Server and desktop W10 but there is no evidence about Windows IoT Core and I am not sure if some of the already existing installations of…
10
votes
3 answers

How to get the processor serial number of Raspberry PI 2 with Windows IOT

I need to get the processor serial number of a Raspberry Pi2 that is running windows 10 IoT.
Juan Carlos Velez
  • 2,840
  • 2
  • 34
  • 48
9
votes
3 answers

RFID RC522 Raspberry PI 2 Windows IOT

I'm looking for a way to use the RFID "RC522" on a Raspberry Pi 2.0 on Windows IOT. It is of course not offical compatible... The offical one (OM5577 demo board) is way to expensive in France (i haven't found any reseller who sold it without a lot…
David
  • 319
  • 1
  • 2
  • 8
6
votes
1 answer

How do I install ASP.NET on Raspberry Pi 3 (IoT)?

(I'm new/noob to Raspberry Pi and IoT, so please bear with me) I have latest IoT version 10.0.14295 on my Pi 3. Is it possible to install ASP.NET 5 on this device? I haven't been able to find a proper solution - maybe it's not possible at this…
MojoDK
  • 4,410
  • 10
  • 42
  • 80
6
votes
2 answers

How to relaunch a Windows 10 IoT app programmatically

I have a Windows 10 IoT app developed in C#, and I need to relaunch the app when the configuration has changed. How can the app relaunch itself programmatically?
Juan Carlos Velez
  • 2,840
  • 2
  • 34
  • 48
5
votes
2 answers

Safely saving a file in Windows 10 IOT

My team requires a bulletproof way to save a file (less than 100kb) on Windows 10 IOT. The file cannot be corrupted but it's OK to loose the most recent version if save failed because of power off etc. Since the File IO has changed significantly (no…
tymtam
  • 31,798
  • 8
  • 86
  • 126
5
votes
4 answers

MQTT broker for Windows IOT Core?

I have a Raspberry Pi running Windows IOT Core and it is running my home automation application. Now I need to set up communication between the RB pie and ESP8266. I've been considering the MQTT protocol but I don't want to have an external server…
CodeBreaker
  • 488
  • 9
  • 18
4
votes
1 answer

How can I launch/switch foreground app on Windows 10 IoT

I want to build a "Launcher App" to run on my Windows 10 IoT (Raspberry Pi 3) build 14986 (or later). The launcher app should basically just have two buttons to launch (or switch to) other apps already deployed on the device. I'm wonder if anyone…
Haukman
  • 3,726
  • 2
  • 21
  • 33
4
votes
0 answers

FilePicker does not open on Raspberry PI 3

I am developing an UWP 5.2.2 Windows 10 app. For a Raspberry PI 3 OS: 10.0.14393.576 I am using a direct copy of the code sample from MSDN quickstart-using-file-and-folder-pickers I have added the pictures Library to the app manifest file Here is…
4
votes
2 answers

Windows IoT Raspberry Pi 3 USB Connection to Arduino in C# Background App

I'm trying to get a serial communication over USB between an Arduino Nano and the Raspberry Pi 3. On the Raspberry is Windows IoT installed with a Background App that should read the incomming data. My problem is that i can't find the connected…
Dirnei
  • 159
  • 8
4
votes
0 answers

Detect a break as the begining of a serial data frame (Windows IoT, Serial Device)

I need to catch the begining of a data frame via serial (FTDI) in a UWP app (C++/CX). The beginning of this frame is only determined by a break signal. By calling the functions LoadAsync / ReadBuffer / ReadBytes from the dataReader in a "kind of…
4
votes
2 answers

UWP app HttpClient HTTPS client certificate problems

I'm writing a UWP app in C# that is eventually destined for IoT, but right now I've only been debugging locally. I'm using Windows.Web.Http.HttpClient to connect to a self-hosted WCF REST web service that I've also written and have running as a…
koopaking3
  • 3,375
  • 2
  • 25
  • 36
4
votes
1 answer

Why doesn't Gamepad.GetCurrentReading() work?

I've created a UWP app that takes advantage of the Windows.Gaming.Input namespace, but when I deploy to my Raspberry Pi 2 B running Windows 10 IoT Core, the Gamepad.GetCurrentReading() method returns a default instance of the GamepadReading. (i.e.…
bricelam
  • 28,825
  • 9
  • 92
  • 117
1
2 3
19 20