I have problem with this code below this text. It doesn't triggered the PirSensorPin_ValueChanged and I also tried with RisingEdge but the result is the same, the text "Hello" remain the same and not changing to "Motion detected". I'm using Raspberry PI 3 and motion sensor for this project. Is there...
What I'm really wondering if it support Windows 10 IOT remote deskop? The previous models of Raspberry PI didn't support Windows 10 IOT remote desktop.
Is there another remote client than Windows IOT remote control, that I can use
by connecting from Windows Desktop PC to Raspberry PI 3 with the operating system Windows 10 iot core?
Hi! I have problem to get my Arduino Uno connected via Bluetooth with Visual Studio. I have programmed to Arduino with StandardFirmata sketch. I have tried both 57600, and 115200 baudrates. Here is my MainPage.xaml.cs code. using System; using System.Collections.Generic; using System.IO; using Syste...
Visual studio 2017 can't establish wireless connection to windows 10 iot This error appears, which is "Severity Code Description Project File Line Suppression State Error The processor architecture of the project being built "arm" is not supported by the referenced SDK "Microsoft.VCLibs.Desktop.110,...
Thanks for your answer. I tried the latest Insider Preview (17733) but the problem is the same. I have asked the same question from Microsoft Support without any responds.
RASPBERRY PI 7" touch screen freezes when I a'm running Visual Studio 2017 uwp app on the Raspberry PI 3. Otherwise it is working fine. Can someone help me with this issue?
I get this error message.
BluetoothSerial::connectToDeviceAsync failed with a Platform::Exception type. (message: The parameter is incorrect.
No Bluetooth devices found matching the specified identifier.)
I have button on my UWP app, which function is to establish Bluetooth connection to Arduino Uno. But nothing happens when I click it. Is there something I have missed in code? No error message appears. Here is the code! private void buttonStart_Click(object sender, RoutedEventArgs e) { BluetoothSeri...
Can I create multiple Windows 10 IOT remote desktop shortcuts for diffrents Windows 10 iot devices? The idea would that I only click on the shortcut and then it automatically connect to the choosen device.
The problem is that I can only connect to my Raspberry P3 device with Windows 10 iot remote deskop via my desktop pc, not from my windows tablet or windows 10 laptop, even if the laptop is connected with network cable. All the computers are in same network. But I can ping the Raspberry P3 device (in...
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 generator. The running led code is below this text. I will...
I have Raspberry PI3 with Windows 10 IoT installed and I wan't to control leds that are connected to Raspberry PI3 from another Windows tablet or computer with done with Visual Studio. That much I know it is possible with Universal App. But is it possible to control the leds from an independent univ...
I can't connect to my Windows 10 IOT Rasbperry Pi 3 with the Powershell (Administrator Mode). I have tried with theese lines net start WinRM Set-Item WSMan:\localhost\Client\TrustedHosts -Value 192.168.1.6 I don't even get any kind of error messages. And I have also the UAC disabled. Can someone hel...