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

Trouble Building Windows Universal App on Windows 10

I'm trying to build a Windows Universal App (the eventual target is a Raspberry Pi 2, though I haven't even gotten to the point where I can deploy to a device). I have followed all the instructions on the "Get Started with Windows IoT" page (all…
4
votes
0 answers

Using UWP and Raspberry Pi, how can I measure the frequency of an input that is oscillating on the order of 1000 Hz (1 millisecond period)?

I'm converting some code over from .NET Micro Framework which I was running on a Netduino. The code measures the frequency of a square-wave oscillator that has a maximum frequency of about 1000 Hz, or a period of about 1 millisecond. The application…
Tim Long
  • 13,508
  • 19
  • 79
  • 147
3
votes
1 answer

Compile OpenCV 3 for Windows 10 IoT Core ARM (Raspberry Pi)

What is the easiest way compile OpenCV 3.* for Windows 10 IoT Core ARM (Raspberry Pi) using Visual Studio hosted on Windows OS? Can I use DNN (Deep Neural Network) module among other contrib modules?
Pawel
  • 900
  • 2
  • 10
  • 19
3
votes
0 answers

Windows 10 iot core usb webcam streaming to browser

Is it possible to stream video and audio from usb cam (RPi 3) to a RPi hosted web page to view on android tablet using a browser. Something like combining the Blinky server with USB Webcam samples of Windows 10 iot core? How would I get started with…
3
votes
1 answer

Windows 10 IoT Core C++ Background Application referencing a C# Runtime Component

I'm trying to use the Windows 10 IoT Core C++ Background Application (based on the MSFT IoT templates). My scenario involves creating a native (C++) Background Application that leverages an existing managed (C#) Runtime Component. I can create such…
3
votes
0 answers

Using Azure AppService on Windows IoT

I am trying to develop an UWP app that runs on Windows IoT (Raspberry Pi 2) and serves requests from a UWP app that is running on a phone, desktop etc. For the client/server communication, I am trying to use UWP AppService (or Project Rome). I was…
Sebastian
  • 31
  • 2
3
votes
0 answers

Making Raspberry Pi Windows IoT into a router?

There are a number of resources explaining how to turn a Raspberry Pi into a router, for…
Afshin
  • 487
  • 6
  • 22
3
votes
1 answer

How do I log events in Windows IoT?

WebUI for Windows IoT (as seen on Raspberry PI) features the following Event Tracing screen: How do I write into an event log from a uwp program and then later examine what's written there? This answer (which is not about Windows IoT) suggests that…
Andrew Savinykh
  • 25,351
  • 17
  • 103
  • 158
3
votes
3 answers

USB Microphone not working with Windows IOT Core

I tried both the November 2015 release (build 10586) and the Feb 2016 Insider Preview release (build 14262), however my USB microphone is not working with Windows 10 IOT core. Scenario: I am creating a speech recognition based program using windows…
Sunny Tambi
  • 2,393
  • 3
  • 23
  • 27
3
votes
0 answers

AllJoyn control panel in Windows 10 iot (DSB)

I searching for samples / snippets of an AllJoyn control panel for windows 10 IOT. Either a DSB template based application where the Device offers a control panel or a controller using a control panel would be fine. Even "good documentation" would…
ManniAT
  • 1,989
  • 2
  • 19
  • 25
3
votes
4 answers

Raspberry pi 2 and BMP280 : Slave address was not acknowledged

I follow the project WheatherStation on https://www.hackster.io Windows IOT. I downloaded project on github and connected my BMP280 sensor on Raspberry. You can check my connections on …
Viiink
  • 53
  • 1
  • 4
3
votes
2 answers

What's the correct way to access I2C devices in a multi-threaded app, in Window 10 IoT Core?

Does anyone have an example of using multiple I2C devices in multiple threads? I'm having a bit of a problem with mine, it's one of those where if I single step it everything works and if I run it full sped everything messes up - clearly a race…
Tim Long
  • 13,508
  • 19
  • 79
  • 147
3
votes
1 answer

Windows IOT: Failed to start package BlinkyHeadless

I have been working on Windows IOT and Raspberry PI 2 for a bit now, but all my work was through Visual Studio 2015. Things were going fine until I wanted to run the app without Visual Studio (standalone mode), thats when things started to make me…
firas489
  • 131
  • 5
3
votes
1 answer

Windows IoT and DS3231 RTC clock

For my project I need the current time & date. Unfortunately the RP2 loses everything when it's turned off. The next thing is, that I won't have an internet connection to use NTP. For this reasing I need to implement a DS3231 RTC module. The…
TRS
  • 228
  • 4
  • 15
3
votes
1 answer

Access denied error when accessing usb stick files in Windows IoT core app

I want to access files (images, text files etc.) from an USB stick on my Raspberry Pi 2 using Windows 10 IoT Core. So I've added the to the appxmanifest file. When using this code in my IBackgroundTask I get an access denied error in the second…
kcode
  • 1,220
  • 1
  • 18
  • 34
1
2
3
19 20