Go to advanced search

by claritydnb
Tue Jun 26, 2018 8:14 pm
Forum: Windows 10 for IoT
Topic: NOOBS having problems installing Windows IOT core
Replies: 3
Views: 2633

Re: NOOBS having problems installing Windows IOT core

UGGGGGHHHHH!!! I am not using a 3B+, just a 3B. That REALLY throws a wrench in my life at the moment!!! Is anyone aware of any workarounds???
by claritydnb
Tue Jun 26, 2018 7:23 pm
Forum: Windows 10 for IoT
Topic: NOOBS having problems installing Windows IOT core
Replies: 3
Views: 2633

NOOBS having problems installing Windows IOT core

I have several raspberry pi devices running windows IOT core. I am trying to set up a new one and am getting some errors while attempting to install the operating system. I was using an older version of NOOBS and was hoping the latest release would resolve the errors, but no such luck. The errors ar...
by claritydnb
Tue Dec 26, 2017 2:45 pm
Forum: Windows 10 for IoT
Topic: Setting Static IP Address
Replies: 7
Views: 6131

Re: Setting Static IP Address

I was able to set the static IPAddress with the following command

Code: Select all

Set-NetIPAddress -InterfaceAlias "Ethernet" -IPAddress 169.254.121.31 -AddressFamily IPv4 -PrefixLength 16
by claritydnb
Tue Dec 26, 2017 2:39 pm
Forum: Windows 10 for IoT
Topic: Setting Static IP Address
Replies: 7
Views: 6131

Re: Setting Static IP Address

This has been working for me up to this point, but I went to do these commands again on a new installation of Windows IoT Core on a new Raspberry Pi 3, I am getting the following error: New-NetIPAddress : Inconsistent parameters PolicyStore PersistentStore and Dhcp Enabled + CategoryInfo : InvalidAr...
by claritydnb
Wed Jan 04, 2017 8:18 pm
Forum: Windows 10 for IoT
Topic: UdpClient
Replies: 0
Views: 456

UdpClient

I am trying to create an IoT program on a RaspberryPi3 to receive data over an ethernet connection, display the values on a screen, and update continuously. I am having problems getting the UdpClient class to be recognized. I have the "using" statement for System.Net and System.Net.Sockets but it st...
by claritydnb
Thu Dec 29, 2016 4:39 pm
Forum: Windows 10 for IoT
Topic: IoT programming in Visual Studio
Replies: 2
Views: 1488

IoT programming in Visual Studio

I am trying to get a feel for whether a solution is possible using the IoT choice on my RaspberryPi. I am programming in Visual Studio 2015 Community, and am having trouble finding elements to display variable values on screen. If anyone has any insight to this issue I would greatly appreciate your ...

Go to advanced search