Win10 IoT Kiosk Mode - Raspberry Pi Forums


i not programmer, dabble (it admin). built kiosk mode using pi on linux platform. when got pi2 wanted try win 10 iot.
here notes build:

configured display website on startup (kiosk mode).
https://ms-iot.github.io/content/en-us/getstarted.htm
stage 1
deploy windows iot raspberry pi 2 (https://ms-iot.github.io/content/en-us/ ... tuprpi.htm)

1. download iot core rpi.iso microsoft (free dev version).
http://go.microsoft.com/fwlink/?linkid=616847

2. install msi (windows_10iot_corerpi2.msi)
3. flash sd card (iotcorehelper.exe) flash file installed here: c:\program files (x86)\microsoft iot\ffu\raspberrypi2
stage 2 – powershell access
boot , locate ip address
1. connect using powershell (run administrator):
2. net start winrm
3. set-item wsman:\localhost\client\trustedhosts -value <machine-name or ip address>
4. enter-pssession –computername <ip> -credential <ip>\administrator (enter: p@ssw0rd when prompted)
5. change password: net user administrator [new password]
6. setcomputername <new-name>
7. set-executionpolicy remotesigned
import-module nettcpip
new-netipaddress -interfacealias "ethernet" –ipaddress 1.1.1.1 -addressfamily ipv4 –prefixlength 16 -defaultgateway 1.1.1.1

stage 3 – install browser , modify (https://ms-iot.github.io/content/en-us/ ... rowser.htm )
1. download sample programs github.
https://github.com/ms-iot/samples/archive/develop.zip
2. get visual studio 2015 running (i had win 10 running already) http://go.microsoft.com/fwlink/?linkid=534599 (the 1 downloaded worked without downloading universal windows app dev tools) enabled developer mode when prompted
3. open iot browser sample (from browser samples extracted above).
https://ms-iot.github.io/content/en-us/ ... rowser.htm
4. expand solution , select xaml files
a. mainpage -> mainpage() add these 2 lines right above dowebnavigate(); (to allow auto loading of url)
web_address.text = "http://yourwebpage";
web_address.visibility = visibility.collapsed;
b. comment out or remove (from mainpage.xaml.cs):
i. private void go_webclick (…… (entire method)
ii. private void gowod_click ( . . .
iii. private void go_hackster_click ( . . .
iv. private void go_github_click ( . . .
c. comment out or remove (frommainpage.xaml):
i. button x:name (whole button code block line on line below <textbox …)
ii. the 3 buttons in favorites button section inside <stackpanel

stage 4 – deploy app (after running in debug mode)
1. select build|rebuild|deploy (i weitched debug release on toolbar , clicked remotemachine 1st – after saw run way deployed)
2. iotstartup list (shows list of installed apps – new 1 should show up)
iotstartup add <appname>
iotstartup startup (lists startup apps)

hi there,
great how guide , have deployed browser pi.
cannot seem internet access?
have tried set dns options seems may problem have been unsuccessful in doing so

know why not getting internet access?

thanks


raspberrypi



Comments

Popular posts from this blog

Connecting Raspberry Pi 2 to P10(1R)-V706 LED Dot Matrix - Raspberry Pi Forums

TypeError: <unknown> is not a numpy array - Raspberry Pi Forums

datso and removing imagetitle - Joomla! Forum - community, help and support