<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"><channel><title>2016-05 on Funky Si's Blog (Dev)</title><link>https://blog-dev.funkysi1701.com/2016/05/</link><description>Recent content in 2016-05 on Funky Si's Blog (Dev)</description><generator>Hugo -- gohugo.io</generator><language>en-gb</language><managingEditor>funkysi1701@gmail.com (Simon Foster)</managingEditor><webMaster>funkysi1701@gmail.com (Simon Foster)</webMaster><lastBuildDate>Thu, 26 May 2016 20:00:45 +0000</lastBuildDate><atom:link href="https://blog-dev.funkysi1701.com/2016/05/index.xml" rel="self" type="application/rss+xml"/><item><title>TNG Brothers S4 E3: Battle Bridge</title><link>https://blog-dev.funkysi1701.com/posts/2016/brothers-tng-s4-e3-review-battle-bridge/</link><author>funkysi1701@gmail.com (funkysi1701)</author><pubDate>Thu, 26 May 2016 20:00:45 +0000</pubDate><guid>https://blog-dev.funkysi1701.com/posts/2016/brothers-tng-s4-e3-review-battle-bridge/</guid><category term="StarTrek">StarTrek</category><category term="Trekmate">Trekmate</category><category term="Podcast">Podcast</category><media:content medium="image" type="image/jpeg" url="https://blog-dev.funkysi1701.com/images/2016/Noonian_Soong_2367.jpg"/><description>&lt;p&gt;My latest podcast can be found at &lt;a href="https://www.trekmate.org.uk/brothers-tng-s4-e3-review-the-battle-bridge/" target="_blank" rel="noopener noreferrer"&gt;https://www.trekmate.org.uk/brothers-tng-s4-e3-review-the-battle-bridge/&lt;/a&gt;
.&lt;/p&gt;
&lt;p&gt;Data jeopardizes an emergency mission to save an ill child when he gets a signal from his creator.&lt;/p&gt;
&lt;p&gt;Today James and Lou discuss (Brothers) and what we think of it, with tonight’s guest host Simon Foster, Funky Si.&lt;/p&gt;
&lt;p&gt;Credit: Main Title Theme (TV Edit) was arranged by &lt;a href="https://memory-alpha.fandom.com/wiki/Dennis_McCarthy" target="_blank" rel="noopener noreferrer"&gt;Dennis McCarthy&lt;/a&gt;
and composed by &lt;a href="https://memory-alpha.fandom.com/wiki/Jerry_Goldsmith" target="_blank" rel="noopener noreferrer"&gt;Jerry Goldsmith&lt;/a&gt;
and &lt;a href="https://memory-alpha.fandom.com/wiki/Alexander_Courage" target="_blank" rel="noopener noreferrer"&gt;Alexander Courage&lt;/a&gt;
&lt;/p&gt;</description></item><item><title>Running Windows on Raspberry Pi</title><link>https://blog-dev.funkysi1701.com/posts/2016/windows-10-raspberry-pi-3/</link><author>funkysi1701@gmail.com (funkysi1701)</author><pubDate>Thu, 05 May 2016 20:00:45 +0000</pubDate><guid>https://blog-dev.funkysi1701.com/posts/2016/windows-10-raspberry-pi-3/</guid><category term="C-Sharp">C-Sharp</category><category term="RaspberryPi">RaspberryPi</category><category term="VisualStudio">VisualStudio</category><description>&lt;p&gt;Last year you may remember me talking about playing with a Raspberry Pi. Well since then my Raspberry Pi has been sat on a desk collecting dust.&lt;/p&gt;
&lt;p&gt;This week I attended Leeds Sharp and the topic was &lt;strong&gt;Running Windows on Raspberry Pi&lt;/strong&gt; and this has inspired me again to do something with a Pi.&lt;/p&gt;
&lt;p&gt;But first what did I learn.&lt;/p&gt;
&lt;blockquote class="twitter-tweet"&gt;&lt;p lang="en" dir="ltr"&gt;Here are a couple more of pics of last nights &lt;a href="https://twitter.com/LeedsSharp?ref_src=twsrc%5Etfw"&gt;@LeedsSharp&lt;/a&gt; &lt;a href="https://t.co/QvlsYjNFvB"&gt;https://t.co/QvlsYjNFvB&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/RaspberryPi?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#RaspberryPi&lt;/a&gt; &lt;a href="https://twitter.com/hashtag/MSIoT?src=hash&amp;amp;ref_src=twsrc%5Etfw"&gt;#MSIoT&lt;/a&gt; &lt;a href="https://t.co/60o4wiiPSv"&gt;pic.twitter.com/60o4wiiPSv&lt;/a&gt;&lt;/p&gt;&amp;mdash; Richard Tasker 🇬🇧 (@ritasker) &lt;a href="https://twitter.com/ritasker/status/725970415189909504?ref_src=twsrc%5Etfw"&gt;April 29, 2016&lt;/a&gt;&lt;/blockquote&gt; &lt;script async src="https://platform.twitter.com/widgets.js" charset="utf-8"&gt;&lt;/script&gt;
&lt;p&gt;I had heard that a cut down version of Windows 10 could be installed on the newer Raspberry Pi’s, but I hadn’t really understood how cut down the version of windows is. Having now seen it demonstrated the OS consists of a single page with a few menu options.&lt;/p&gt;
&lt;p&gt;The real power of Windows 10 IoT is when you connect remotely to it. There are a couple of ways to do this, PowerShell (check out &lt;a href="https://github.com/MicrosoftDocs/windows-iotcore-docs/blob/main/windows-iotcore/manage-your-device/CommandLineUtils.md" target="_blank" rel="noopener noreferrer"&gt;https://github.com/MicrosoftDocs/windows-iotcore-docs/blob/main/windows-iotcore/manage-your-device/CommandLineUtils.md&lt;/a&gt;
for a few commands), and of course connecting Visual Studio to your Pi.&lt;/p&gt;
&lt;p&gt;When I had previously played with a Pi, it had been with bash scripts and linux commands. The beauty of installing Windows IoT is that you can write c# code, something I do in my day job so theoretically I should find it easier.&lt;/p&gt;
&lt;p&gt;The demonstration at Leeds Sharp was pretty impressive. If you are a fan of the Big Bang Theory you may recall Sheldon playing a Theremin. Well it is actually possible to construct a Theremin from a couple of sensors and a Raspberry Pi. The code for which is on &lt;a href="https://github.com/ritasker/IoTDemos" target="_blank" rel="noopener noreferrer"&gt;github&lt;/a&gt;
.&lt;/p&gt;
&lt;p&gt;Now that I have been inspired what shall I do?&lt;/p&gt;
&lt;p&gt;My Raspberry Pi won’t support Windows 10 IoT, so I need to buy the latest version. I am thinking of buying a kit so I can play about with a breadboard, LEDs and resistors. Maybe not build a robot straight away but certainly try doing something that connects to the GPIO pins.&lt;/p&gt;
&lt;p&gt;If you have any suggestions leave a comment below.&lt;/p&gt;</description></item></channel></rss>