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
3
votes
0 answers

Stream an audio file to Raspberry PI running Windows 10 IOT

I have a Raspberry PI 2 running Windows 10 IOT core and I want create a headless app to stream my video/audio to the device over network. The app should stream all audio/video files played on my computer to the Raspberry PI.
Ubaid Azad
  • 532
  • 1
  • 4
  • 21
3
votes
2 answers

Windows iot app updates.

I am in the digital signage business for small businesses. We have created an app that runs digital signage through the raspberry pi using Windows iot. Everything works great but what if one day we wanted to make changes to the app. Is there a way…
3
votes
1 answer

How do I update Windows 10 IoT Core without re-flashing SD card?

After setting up Windows 10 IoT Core on Raspberry Pi 2 and getting all comfortable with it, along comes Visual Studio 2015 with the message: "Please upgrade your remote debugger to match Visual Studio." which apparently means repeating the entire…
GGleGrand
  • 1,565
  • 1
  • 20
  • 45
2
votes
1 answer

Dragonboard can't detect RawGameController

I am making a UWP app that runs on an Arrow Dragonboard. The Dragonboard is running Windows IoT (10.0.17763.1) I've plugged a USB joystick into the Dragonboard, but Windows doesn't seem to detect it. var rawInputController =…
Dave
  • 3,676
  • 4
  • 28
  • 39
2
votes
2 answers

Visual Studio 2017 fails to deploy UWP apps to IoT device

Visual Studio (VS 2017) has started failing to deploy to my IoT device ... I recently started using a more recent version of Windows 10 IoT Core (upgraded from build 17134 to insider build 17692) and Visual Studio can no longer deploy UWP apps. The…
2
votes
1 answer

Trigger a BSOD on Windows IoT Core device

I am looking for a way to trigger Blue Screen of Death (BSOD) on an IoT Device running Windows 10 IoT Core version. I tried doing some googling around, but any of the guides either do not apply to Windows 10 IoT Core (e.g. forcing it through Ctrl +…
Asunez
  • 2,327
  • 1
  • 23
  • 46
2
votes
1 answer

Resolving minwinpc.local on SoftAP

When I connect to the Windows IoT board normally, accessing "minwinpc.local:8080" to get to the IoT device portal works fine in the same network. However, when the same is done through the built-in SoftAP (using WiFiDirectAdvertisementPublisher),…
Etan
  • 17,014
  • 17
  • 89
  • 148
2
votes
2 answers

Empty ETW message in Windows Device Portal

I’m trying to log some stuff to ETW on my UWP application deployed to RPI2 (Windows IOT v.10.0.15063.0). On device portal I can see new logs but message is empty (payload gives me: “stringmessage:,”) var _loggingChannel = new…
dnf
  • 1,659
  • 2
  • 16
  • 29
2
votes
0 answers

Navigation between pages stops working

I'm builing an app for windows iot core on a raspberry pi 3. It is a scoreboard fot playing billiard. The app has to work with a numpad only. The problem is, I want to navigate between pages when the user presses the enter key, but after a couple of…
A.Pols
  • 21
  • 3
2
votes
2 answers

Wifi direct in uwp

I am implementing wi-fi direct in universal platform for windows IOT core devices but I have a problem that I have no monitor to connect to the devices(according to my project requirements). So is it possible to pair the device making the pin hard…
2
votes
1 answer

The Specified Object or Value Does not Exist

I have developed a UWP application that capture video from web cam and saves to local storage of UWP and the application works perfectly fine on local machine however after deploying it on RaspberryPi3 I am getting the fo The Specified Object or…
Bilal Amjad
  • 149
  • 3
  • 11
2
votes
2 answers

Windows IoT Bluetooth Dongle Orico BTA-403 (PI3)

I try to use a Bluetooth-Dongle on the PI3 with Windows IoT. In the Hardware compatibility lists from Microsoft the Orico BTA-403 is recommended. But the Dongle doesn't work. I have installed the Dongle on Windows 10 PC and in the Dongle a LED…
2
votes
0 answers

I2C Disabled using Lightning Provider (DMMD) in Windows 10 IoT / Raspberry Pi 2

I just started looking into the Lightning provider and the first thing I tried by I2C and I found an issue. The I2C device (returned by DeviceInformation) shows it as DISABLED but when using the Inbox Driver shows as ENABLED. I have a RBPi2 B with…
Daniel
  • 1,424
  • 1
  • 12
  • 19
2
votes
1 answer

Windows IoT - Mongodb - Raspberry

Is it possible to install mongodb on Windows 10 IoT? I've mounted a Windows 10 IoT disk on my Raspberry PI3 and would like to install a nodejs app that connects to a mongodb database. Do you have any advice? or what would be the database the more…
ssr92
  • 43
  • 1
  • 5
2
votes
2 answers

Connect to webserver from outside LAN raspberry pi 3 windowsiot

I ran a tutorial including HTTP server app for raspberry pi 3. Link here: https://incredibits.io/project/windows-10-iot-internet-of-things-tips/windows-10-iot-raspberry-pi-web-server In my local network everything works perfectly. I run server, type…
kaszanka
  • 21
  • 2
1 2
3
19 20