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 IoT - Raspberry pi

I got a question on does anyone have any idea how would you connect a python code in linux(raspberry pi) and transfer the data collected to update the database in visual studio? In my case would be facial recognition and I would want to send the…
0
votes
2 answers

Read temperature with MAX31855 Thermocouple Sensor on Windows IoT

I am working on a Raspberry Pi 2 with Windows IoT. I want to connect the Raspberry Pi with a MAX31855 Thermocouple Sensor which I bought on Adafruit. There's a Python libary available on GitHub to read the current temperature from the sensor.…
zirkelc
  • 1,451
  • 1
  • 23
  • 49
0
votes
1 answer

How to listen to keypress event in a background task

I have a barcode scanner that will be recognized as a keyboard by Windows (IoT) and I like to write a IBackgroundTask that fires an event if a new barcode was scanned. How can I listen to the keypress event of the keyboard in a background task on…
jwillmer
  • 3,570
  • 5
  • 37
  • 73
0
votes
1 answer

Set serial stop bit count on Two in Windows 10 iot with RPi3 UART

I want to parameter my serial settings with 2 bit stop (in a UWP app) on a Raspberry Pi 3 to control a DMX512. My app is working and it works with a external FTDI, but not with the UART from the Raspberry Pi... I get a "parameter is incorrect" error…
extazoië
  • 41
  • 2
0
votes
2 answers

Rpi not booting after install (green led 8 blinks)

I've just installed Windows IoT in a Rpi 3. First time boot everything is ok, after that if I reebot or shutdown a boot it doesn't boot anymore :( It shows the loading screen for few seconds but after showing the display screen window (that with the…
Tori
  • 57
  • 5
0
votes
1 answer

Raspberry Attempted to read or write protected memory. This is often an indication that other memory is corrupt

I have the following code, and the StopWatch object, when I try to restart it, it throws this exception: Attempted to read or write protected memory. This is often an indication that other memory is corrupt The code is as follows: public sealed…
gina
  • 169
  • 3
  • 15
0
votes
0 answers

CPU/GPU Shared Buffer in Direct3D12

I have no experience with Direct3D, so I may just be looking in the wrong places. However, I would like to convert a program I have written in OpenGL (using FreeGLUT) to a Windows IoT compatible UWP (running Direct3D, 12 'caus it's cool). I'm trying…
Jarred
  • 67
  • 6
0
votes
1 answer

Start developing with Windows IoT

I was reading about the prospects of IoT and wan to start with it. So I want to buy a board. The 4 options are specified on the website. But there is this new board named C.H.I.P. I would like to know whether I can use this? If not, please guide…
inthevortex
  • 334
  • 5
  • 20
0
votes
2 answers

R Code on Windows IoT Core 10

I want to run R Code on Windows IoT Core 10, is there any possibility for this? I have tried to upload the R installation directory from my local PC to the Windows IoT core 10 device (Raspberry Pi 3) Then from Power Shell I am executing following…
Muhammad Ummar
  • 3,541
  • 6
  • 40
  • 71
0
votes
3 answers

How to download Windows IoT on Raspberry Pi 3

I am trying to download the windows preview release for Raspberry Pi 3, I am unable to figure out how I can find a download link. What I have tried Signed up for insider @ "Windows Insider" Trying to follow this tutorial IoT on Raspberry pi 3 But…
Muhammad Ummar
  • 3,541
  • 6
  • 40
  • 71
0
votes
1 answer

Android and windows application communication

In short, for example, I am trying to light up a LED connected to my RaspberryPi2 running on Win10IOT after I press a button on my Android application. What are some ways I can achieve this? What I have thought of is to have a column in my azure…
0
votes
1 answer

.Net Core and SSL jet possible with StreamSocket/RESTful/SignalR as Server/Client?

I ask my self if there are any ways to send data per SSL encrypted on an UWP. Because I have to send DATA encrypted from a Raspberry Pi 3 (Windows IoT) to an server. Does anybody know if it is possbile? And if can you send me a link to a…
Philip
  • 3
  • 2
0
votes
0 answers

Using arduino c++ library for RaspberryPi2

I am doing a school project and is using visual studio Arduino Wiring Application template to develop an NFC application for RaspberryPi2 running on Windows10IOT. The NFC reader I'm provided is the Grove NFC from seeedstudio…
0
votes
2 answers

Windows10 iot core reboot loop?

I flashed windows10 IOT core into 8GB sdcard and using it on Rpi2. However i get a bootloop on supply, tried reflashing but unable to fix it and also tried with a 5v 1.5A power supply still result remains the same...please anybody can help?!
Manoj
  • 47
  • 1
  • 6
0
votes
1 answer

Record on windows IOT from webcam in 1080p

Following this example i note that the resolution of the video is 640*480. The code works perfect. My webcam is a 1080p model. How do i get the Raspberry PI to save video at 1080p? Here is the camera initialization code directly from the…