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

windows 10 IoT on Rspberry PI 2 not booting

I have downloaded the IoT dashboard app and followed the instructions to flash a 128gb San Disk Micro SD. The process seems to have gone well (no errors) Browsing the card shows folders, etc. However, when I then insert it into my Raspberry Pi 2…
Matthew Flynn
  • 3,661
  • 7
  • 40
  • 98
0
votes
0 answers

Can driver for Windows 10 Desktop be used for Windows 10 IoT directly?

On a Windows 10 Desktop, I can install Samsung's USB Driver for Mobile Phone, downloadable from Samsung's Developer portal, so that their mobile phone is recognisable in Windows 10 desktop when connected over USB port. Since I don't have access to…
Simon Weng
  • 151
  • 1
  • 7
0
votes
3 answers

windows iot video playback on dragonboard 410c

I'm running the digital signage sample provided here (http://ms-iot.github.io/content/en-US/win10/StartCoding.htm) on a dragonboard 410c. I've just got for evaluation and video playback stutters and pauses. I also, tried a simple app that just…
Brian J
  • 11
  • 4
-1
votes
1 answer

Azure Speech SDK on raspberry pi

Is there a way to use the Speech SDK with C# on a raspberry pi (ARM or ARM64) using linux or windows IoT? Preferably an .NET Core. Thanks.
Efraim Newman
  • 927
  • 6
  • 21
-1
votes
1 answer

Is Windows Filtering Platform (WFP) Supported on Windows IoT Core

I have not been able to locate documentation indicating whether Windows 10 IoT Core supports WFP in any capacity. I am particularly interested in whether IoT Core supports WFP callout drivers. Background on WFP
Dave Ruske
  • 401
  • 1
  • 4
  • 11
-1
votes
1 answer

Windows IoT Core Logs on Raspberry Pi 3

I'v installed Windows IoT Core on my Raspberry Pi 3 (Model B) and successfully published some test .Net Core applications to it. Now i'm preparing a Background Application (i.e: Headless Application) and i want to write to the system's logs. In the…
ZiggY
  • 111
  • 1
  • 9
-1
votes
1 answer

How can console application Add in Windows 10 core out package?

How can console application Add in Windows 10 core out package?Add Console application as part of .ffu image. is there any way to convert this console ".exe" to .appx package or any other packages that can be a part of IOT image? how to add as a…
rakeshV
  • 45
  • 6
-1
votes
1 answer

cmake files not found while building Azure IoT edge in Raspberry Pi 3

I am trying to install azure IoT edge on a raspberry pi 3.0 to forward device-to-cloud messages to IoT hub. I took the help of the following link: https://learn.microsoft.com/en-us/azure/iot-hub/iot-hub-iot-edge-physical-device When I'm trying to…
-1
votes
1 answer

How to read from Flame Sensor in C#?

I have sensor like this: https://easyelectronyx.com/wp-content/uploads/2017/03/flame.jpg?i=1 Please can anyone help me ? I need to find code to read from it , in C#. I have Raspberry Pi 2 Model B , Windows 10 IoT Core and programming in C#. I cant…
Ivan Čík
  • 19
  • 1
-1
votes
2 answers

Windows 10 IOT Javascript not working

I am implementing Twilio JS into a UWP application (their JS here) The client looks like this: https://gyazo.com/5c870394c88ec933281e2f3bb17fdeec At the bottom right is the 'debug window' which shows it got a token, and that Twilio.Device is ready.…
-1
votes
1 answer

SSH via Code to Set-Date on Windows 10 IoT

Hello fellows of Win10 IoT Development! I want to write a program that sets the time of my Raspberry Pi 3 with Windows 10 IoT so my timestamps will be correct. I am generating an SSH Connection via Renci.SshNet and codes like those do work perfectly…
Kyagos
  • 16
  • 2
-2
votes
2 answers

IOT , Raspberry pi, Windows IOT

I want to upload Arduino sketch via Raspberry pi using windows 10 IOT platform (Visual studio universal application), Has anybody any idea how to do this? Sketch from cloud > > > > Raspberry pi ------> Arduino In this diagram sketch download from…
-2
votes
1 answer

How to make running leds with Windows 10 IoT uwp c#

I have problem to create running leds with Raspberry PI 3 Windows IOT, but random led blink does work. The code for both are almost the same, only diffrent runnings leds is controlled by variable count and random led is generated with random…
Ken
  • 33
  • 4
-3
votes
1 answer

How i can send android app calculated text to UWP (C#) application?

i want to send my android app calculated text to my UWP application. Please tell me how i can do that, thanks Suppose my app id addition app, and i add two numbers and resultant will my text which i want to transfer to UWP application.
Ali
  • 11
  • 3
-3
votes
2 answers

Webserver on Raspberry Pi with ASP.Net Interface

I have developed a web server (C#) which runs on the Raspberry Pi (Windows IoT), but it can only send static HTML pages. Now, I want to render the pages dynamically using ASP.Net. What is the best way to implement this?
Alwin
  • 786
  • 9
  • 19
1 2 3
19
20