Saturday, November 14, 2015

Windows IoT setup

Using PowerShell to connect and configure a device running Windows 10 IoT Core

  • https://ms-iot.github.io/content/en-US/win10/samples/PowerShell.htm

Information about remote commands available on Windows 10 IoT:

  • https://www.hackster.io/windowsiot/powershell-to-connect-to-a-machine-running-windows-10-16a479

Deploy the app to your Windows IoT Core device
Scroll down the page until you find: "Set HelloWorld as the Startup App" (near bottom of page)

  • https://ms-iot.github.io/content/en-US/win10/samples/HelloWorld.htm

Saturday, October 24, 2015

Raspberry Pi setup

I am exploring the capabilities of the Raspberry Pi for a few specific projects. I have been extremely pleased with the performance of the device and am continuing to explore additional applications. I have created pages with notes on my implementations. As a practice, I have built several progressive images to be placed on a microSD card. This allows me to pick up and start a new project from a known image without taking the time to rebuild everything that got me there.

I use Win32DiskImager to read and write image files to and from my microSD card. This software is available here: http://sourceforge.net/projects/win32diskimager/. I intend to run my Raspberry Pi with a 32gb card inserted, but while developing / testing I am using an 8gb card for image creation. This will allow me to burn the 8gb image to a micor SD card that is larger.

One hard lesson I have learned while using Win32DiskImager: If you create an image from an 8gb card (I used a SanDisk) and the images I created were 7,761,920 KB, A different brand 8gb card may be smaller than the 7,761,920 KB image and Win32DiskImager will not allow it to be written. 



If you are interested in obtaining any of the images I have created for your RPi project, please send me an email. Due to the size (each image is 8gb) I am not posting all of them in the cloud, but will be happy to share them one at a time.

The details are here:
Set up a kiosk web browser
Set up a LAMP server