Questions tagged [windowsondevices]

This tag is used for Microsoft's Windows developer program for IoT.

For details on Microsoft's developer program for Internet of Things (IoT) see: https://ms-iot.github.io/content/WelcomeAndFAQ.htm

22 questions
3
votes
1 answer

node.js on intel-galileo with windows

Has anyone successfully used node.js on an intel-galileo device with windows? I tried running the executable, but that alone didn't provide the node.js environment in the command line as it does when run from the command line on the desktop. Are…
jpetitte
  • 610
  • 5
  • 18
2
votes
2 answers

Intel Galileo and C++ REST SDK

I've successfully setup my Intel Galileo board (Gen 2) with the latest Windows IoT image (2/12/2014). I can boot the image without any issues, telnet into it and run a 'blink' application fine. I've tried to run the 'Casablanca' sample and followed…
Olaf
  • 21
  • 2
2
votes
3 answers

Connecting to a REST Service using the Intel Galileo Windows build

How can I connect to a REST Service using the Intel Galileo board? I need the solution to be autonomous of a PC client. As long there is Internet Access through Ethernet or Wi-Fi the code would execute
Alexander Talavari
  • 418
  • 2
  • 9
  • 24
2
votes
1 answer

Will F# be supported in the Windows Developer Program for IoT

I am an F# programmer and would like to use F# on the Galielo board which is part of Micorosoft's Windows Developer Program for IoT. Is it supported? REF: http://msdn.microsoft.com/en-us/windows/hardware/dn786369
JonnyBoats
  • 5,177
  • 1
  • 36
  • 60
1
vote
0 answers

UART access on windows10 for RaspberryPi

After looking through the documentation avaliable on the ms-iot website (http://ms-iot.github.io/content/win10/StartCoding.htm) there seems to be no referance to access the UART on either the RasberryPi or the MinnowBoard Max. When looking at the…
1
vote
1 answer

sideload windows 8 apps to multiple devices?

I have developed a windows 8 app and I wish to install the app on 10 devices and also when I alter the app I wish to automatically upgrade the app installed on these 10 devices. I do not wish to use the windows store and the app and devices have the…
1
vote
3 answers

Windows Device doesn't boot on Galileo

Some days ago I received my "Windows On Devices Kit" with one Galileo Gen 1 (thanks MS). But until now I couldn´t see my Galileo on the GalileoWatcher. I already tried a lot of things, but nothing works. Until now, the things that I have sure that…
1
vote
1 answer

How to install drivers for Mini PCIE WiFi or Bluetooth modules?

I got the Intel Galileo Board with Windows Firmware on it, i have Mini PCIE Wifi and Bluetooth cards, how to install drivers for them on Intel Galileo with Windows On Devices Software.
0
votes
1 answer

Windows Device Portal - Install App not visible

I would like to add my UWP app to upboard2 device by Windows Device Portal, but in apps manager I don't see the Install App tab. The version of Iot core installed is 10.0.15063.0 and my windows 10 settings are in developer mode. Any helps are…
Emanuele Leoni
  • 168
  • 1
  • 12
0
votes
1 answer

How to control a servo motor with Windows Remote Arduino?

I've been playing with the new Remote Wiring libraries on Windows Remote Arduino and I have been unable to control a servo - there is a "PinMode.Servo" option in the library - but the motor does not move reliably, sometimes not at all. The code is…
Steve French
  • 961
  • 3
  • 13
  • 38
0
votes
2 answers

How to change boot picture in Windows 10 IoT?

Is it possible to change the Windows logo during boot in Raspberry Pi 2 with Windows 10 IoT core? My goal is to show just a splashscreen until the application is loading. I don't want to show Windows logo, but black screen is also bad idea (because…
user3387366
  • 99
  • 1
  • 6
0
votes
1 answer

C++ REST SDK Sample on Galileo

I would like to run the sample of C++ REST SDK posted in the Windows Developer Program site: https://ms-iot.github.io/content/Casablanca.htm I was very careful to follow the steps, also using the version 2.2 of cpprest lib instead the latest one…
0
votes
1 answer

apply-BootMedia.cmd DISM.exe version

can anyone point me in the direction of the correct version of DISM.exe for Windows 7 SP1 to create the Intel Galileo Boot SD ? The version shown is the current version on my Laptop which seem like it is incorrect as it fails due to unsupported…
0
votes
1 answer

Azure Connection on Intel Galileo

I'm looking to connect an Intel Galileo to Azure through The Windows 8 version for the Internet of things. I'm looking to store sensor data such as temperature and humidity in Azure, and have some form of message passing from an app on a phone to…
0
votes
0 answers

What is the subset of win32 Apis that are available?

from: http://ms-iot.github.io/content/WelcomeAndFAQ.htm Q: What APIs are supported in this release? A: In this initial preview release, we’re supporting the standard Arduino Wiring API set, and a subset of Win32. So what is the subset of win32 Apis…
fj40bryan
  • 73
  • 3
1
2