140 likes | 533 Views
IoT : Windows 10 & Raspberry Pi. By: Mitchel Sellers. About Your Speaker. Mitchel Sellers Microsoft C# MVP DNN MVP CEO/IowaComputerGurus, Inc. Contact Information Twitter: @ MitchelSellers Blog: http://www.mitchelsellers.com Email: msellers@iowacomputergurus.com. Disclaimer.
E N D
IoT: Windows 10 & Raspberry Pi By: Mitchel Sellers
About Your Speaker • Mitchel Sellers • Microsoft C# MVP • DNN MVP • CEO/IowaComputerGurus, Inc. • Contact Information • Twitter: @MitchelSellers • Blog: http://www.mitchelsellers.com • Email: msellers@iowacomputergurus.com
Disclaimer • I initially had a Raspberry Pi & Demo Ready, but it was damaged along the way here. As such, moving this to a more Theroetical discussion
Agenda • IoT – What is it? • Hardware & Common Options
Internet of Things (IoT) What? • Is the network of physical objects, or “things”, embedded with electronics, software, sensors, and network connectivity, which enable these objects to connect and share data.
Hardware & Common Options • .NET Gadgeteer • Typically .NET Micro Framework • Adoption ? • Arduino • Typically C or Python • Raspberry Pi • Python is recommended
Introducing Windows 10 Core • Limited Sub-Set of Windows • Supports multiple devices • Limited to 1 Visual Application • Multiple background applications
IoT Resources • Main Dev Center: https://dev.windows.com/en-us/iot • AdaFruit Starter Pack: http://www.adafruit.com/windows10iotpi2 • $115 – Raspberry Pi, Leds, Wires etc
Getting Started on the .NET Side - PC • VS 2015 • Must have Universal Windows Apps Feature Installed • Windows 10 • IoT Core Project Templates • https://visualstudiogallery.msdn.microsoft.com/55b357e1-a533-43ad-82a5-a88ac4b01dec • Enable Developer Mode • https://msdn.microsoft.com/library/windows/apps/xaml/dn706236.aspx • Install IoT Watcher • http://go.microsoft.com/fwlink/?LinkId=616847
Getting Ready on the Raspberry Pi Side • Download IoT Image: http://ms-iot.github.io/content/en-US/win10/SetupRPI.htm • Extract image • Flash to SD Card
Using IoT Watcher Right Click to Connect Default password p@ssw0rd Images From MSDN Documentation
Powershell? & Security • Great Resources for interactions & Management with PS: http://ms-iot.github.io/content/en-US/win10/samples/PowerShell.htm • Update password • net user Administrator [new password]
So I’m Setup Now What? • Going Back to Old School • Pin-outs and settings • Trial & Error • Projects