danmactough / node-feedparser

Robust RSS, Atom, and RDF feed parsing in Node.js
Other
1.97k stars 192 forks source link

The feed from raspberrypi is claimed as not being a feed #148

Closed npenin closed 9 years ago

npenin commented 9 years ago

Hi,

I tried https://www.raspberrypi.org/feed/, but feedparser claims it is not a feed. I could not get more information from the error event, event with resume_saxerror.

Any idea ?

Thanks, Nicolas

danmactough commented 9 years ago

@npenin The feed is parsing fine for me, so I suspect that the body you're piping into feedparser is gzipped or something.

npenin commented 9 years ago

that's strange. Here is the output I have :

[ 'https://www.raspberrypi.org/feed' ]
undefined
[Error: Not a feed]
end

for the following code

var feed = new rss({ resume_saxerror: false });

            var request;
            if (urlUtil.parse(url).protocol == 'https:')
                request = https.get(url);
            else
                request = http.get(url);

            request.on('response', function (res)
            {
                var encoding = res.headers['content-encoding']
                console.log(encoding);
                if (encoding == 'gzip')
                {
                    res.pipe(zlib.createGunzip()).pipe(feed)
                } else if (encoding == 'deflate')
                {
                    res.pipe(zlib.createInflate()).pipe(feed)
                } else
                {
                    res.pipe(feed)
                }
            });

            var articles = [];
            feed.on('data', function (item)
            {
                //my item handling
            });
            feed.on('error', function (error)
            {
                console.log(error);
                callback(500, error);
            })
            feed.on('end', function ()
            {
                console.log('end');
                callback(articles);
            });

The strangest thing to me is the encoding header which is undefined. Am I missing something ?

danmactough commented 9 years ago

The strangest thing to me is the encoding header which is undefined

That would indicate no compression. Pretty normal.

Your code works for me:

var rss = require("./");
var http = require("http");
var https = require("https");
var urlUtil = require("url");
var zlib = require("zlib");

var url = "https://www.raspberrypi.org/feed/";
var callback = console.log;
var feed = new rss({ resume_saxerror: false });

            var request;
            if (urlUtil.parse(url).protocol == 'https:')
                request = https.get(url);
            else
                request = http.get(url);

            request.on('response', function (res)
            {
                var encoding = res.headers['content-encoding']
                console.log(encoding);
                if (encoding == 'gzip')
                {
                    res.pipe(zlib.createGunzip()).pipe(feed)
                } else if (encoding == 'deflate')
                {
                    res.pipe(zlib.createInflate()).pipe(feed)
                } else
                {
                    res.pipe(feed)
                }
            });

            var articles = [];
            feed.on('data', function (item)
            {
               articles.push(item); //my item handling
            });
            feed.on('error', function (error)
            {
                console.log(error);
                callback(500, error);
            })
            feed.on('end', function ()
            {
                console.log('end');
                callback(articles);
            });

Output:

undefined
end
[ { title: 'Skycademy Update',
    description: '<p>The last month here at Pi Towers has been a busy one, as we&#8217;ve been preparing for our first ever <a href="https://www.raspberrypi.org/blog/skycademy-free-high-altitude-cpd/">Skycademy</a> event. Since announcing it a couple of months ago we&#8217;ve had a great response from educators and youth leaders looking to run their own high-altitude project.</p>\n<p>Having only ever done one launch myself, the team and I decided that a practice run was necessary. So back in July we invited Dave Akerman up to Cambridge and launched, chased and recovered our own payload. The whole experience was shared via <a href="https://twitter.com/hashtag/Skycademy?src=hash">Twitter</a>.</p>\n<p>From launch&#8230;<br />\n<iframe src="https://www.youtube.com/embed/EBbDvwyBQcE" width="420" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>\n<p>&#8230;throughout the flight&#8230;</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">The great british <a href="https://twitter.com/Raspberry_Pi">@Raspberry_Pi</a> balloon chase is on! Watch it live here: <a href="http://t.co/igtdvXmSKS">http://t.co/igtdvXmSKS</a> <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a> <a href="http://t.co/rS98pPh001">pic.twitter.com/rS98pPh001</a></p>\n<p>&mdash; Carrie Anne Philbin (@MissPhilbin) <a href="https://twitter.com/MissPhilbin/status/621632556828639232">July 16, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>&#8230;to recovery.</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Path showing where we carried the payload back to the car. <a href="https://twitter.com/hashtag/Skycademy?src=hash">#Skycademy</a> <a href="https://twitter.com/hashtag/Picademy?src=hash">#Picademy</a> <a href="http://t.co/l1DNcb4snk">pic.twitter.com/l1DNcb4snk</a></p>\n<p>&mdash; David Akerman M0RPI (@daveake) <a href="https://twitter.com/daveake/status/621976560183181312">July 17, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>We even got to traipse through a ditch (an obligatory part of any HAB recovery surely?)</p>\n<p><a href="/wp-content/uploads/2015/08/IMAG0310.jpg"><img class="alignnone wp-image-15310" src="/wp-content/uploads/2015/08/IMAG0310-300x170.jpg" alt="IMAG0310" width="524" height="297" /></a></p>\n<p>The day was great and now were really excited to be repeating the experience with our 24 Skycademy attendees, who will join us next week from the 24th &#8211; 26th. Some of them have been quite excited too&#8230;</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Thank you, thank you, thank you&#8230;I&#39;m going to <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a> Just a little bit excited!</p>\n<p>&mdash; Sue (@sooseeg) <a href="https://twitter.com/sooseeg/status/622085453223723008">July 17, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Only a few days until <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a>! Off to buy myself a lego figure of me to send into space!! Must represent <a href="https://twitter.com/hashtag/scouting?src=hash">#scouting</a> and <a href="https://twitter.com/hashtag/coderdojo?src=hash">#coderdojo</a></p>\n<p>&mdash; SarahTempleton (@SarahFTempleton) <a href="https://twitter.com/SarahFTempleton/status/634012775258411008">August 19, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>The plan for the three days is loosely as follows:</p>\n<ul>\n<li>Day 1 &#8211; Orientation, training and preparation</li>\n<li>Day 2 &#8211; A series of flights launched by the teams (from approximately 10:30 onwards)</li>\n<li>Day 3 &#8211; Review, evaluation and planning future launches.</li>\n</ul>\n<p>If you would like to follow what&#8217;s going on over the three days you can do so by keeping an eye on the <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a> hashtag on Twitter, where you&#8217;ll find out how to track the payloads using links that we will share on the day.</p>\n<p>Also keep an eye on the hourly predictions for landing sites. Let&#8217;s hope conditions improve a little, or we&#8217;ll all need boats!</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">That&#39;s not going to work ,,, please come back inland :-) <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a> <a href="http://t.co/k0W1dtNDj1">pic.twitter.com/k0W1dtNDj1</a></p>\n<p>&mdash; David Akerman M0RPI (@daveake) <a href="https://twitter.com/daveake/status/633699690660413440">August 18, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/skycademy-update/">Skycademy Update</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>The last month here at Pi Towers has been a busy one, as we&#8217;ve been preparing for our first ever Skycademy event. Since announcing it a couple of months ago we&#8217;ve had a great response from educators and youth leaders looking to run their own high-altitude project. Having only ever done one launch myself, the team and [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/skycademy-update/">Skycademy Update</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
    pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
    pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/skycademy-update/',
    guid: 'https://www.raspberrypi.org/?p=15304',
    author: 'James Robinson',
    comments: 'https://www.raspberrypi.org/blog/skycademy-update/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: 
     [ 'Uncategorized',
       'Dave Akerman',
       'HAB',
       'Pi in the Sky',
       'picademy',
       'skycademy',
       'space' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'Skycademy Update' },
    'rss:link': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/skycademy-update/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/skycademy-update/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Fri, 21 Aug 2015 11:18:30 +0000' },
    'dc:creator': { '@': {}, '#': 'James Robinson' },
    'rss:category': 
     [ [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15304' },
    'rss:description': 
     { '@': {},
       '#': '<p>The last month here at Pi Towers has been a busy one, as we&#8217;ve been preparing for our first ever Skycademy event. Since announcing it a couple of months ago we&#8217;ve had a great response from educators and youth leaders looking to run their own high-altitude project. Having only ever done one launch myself, the team and [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/skycademy-update/">Skycademy Update</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p>The last month here at Pi Towers has been a busy one, as we&#8217;ve been preparing for our first ever <a href="https://www.raspberrypi.org/blog/skycademy-free-high-altitude-cpd/">Skycademy</a> event. Since announcing it a couple of months ago we&#8217;ve had a great response from educators and youth leaders looking to run their own high-altitude project.</p>\n<p>Having only ever done one launch myself, the team and I decided that a practice run was necessary. So back in July we invited Dave Akerman up to Cambridge and launched, chased and recovered our own payload. The whole experience was shared via <a href="https://twitter.com/hashtag/Skycademy?src=hash">Twitter</a>.</p>\n<p>From launch&#8230;<br />\n<iframe src="https://www.youtube.com/embed/EBbDvwyBQcE" width="420" height="315" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p>\n<p>&#8230;throughout the flight&#8230;</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">The great british <a href="https://twitter.com/Raspberry_Pi">@Raspberry_Pi</a> balloon chase is on! Watch it live here: <a href="http://t.co/igtdvXmSKS">http://t.co/igtdvXmSKS</a> <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a> <a href="http://t.co/rS98pPh001">pic.twitter.com/rS98pPh001</a></p>\n<p>&mdash; Carrie Anne Philbin (@MissPhilbin) <a href="https://twitter.com/MissPhilbin/status/621632556828639232">July 16, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>&#8230;to recovery.</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Path showing where we carried the payload back to the car. <a href="https://twitter.com/hashtag/Skycademy?src=hash">#Skycademy</a> <a href="https://twitter.com/hashtag/Picademy?src=hash">#Picademy</a> <a href="http://t.co/l1DNcb4snk">pic.twitter.com/l1DNcb4snk</a></p>\n<p>&mdash; David Akerman M0RPI (@daveake) <a href="https://twitter.com/daveake/status/621976560183181312">July 17, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>We even got to traipse through a ditch (an obligatory part of any HAB recovery surely?)</p>\n<p><a href="/wp-content/uploads/2015/08/IMAG0310.jpg"><img class="alignnone wp-image-15310" src="/wp-content/uploads/2015/08/IMAG0310-300x170.jpg" alt="IMAG0310" width="524" height="297" /></a></p>\n<p>The day was great and now were really excited to be repeating the experience with our 24 Skycademy attendees, who will join us next week from the 24th &#8211; 26th. Some of them have been quite excited too&#8230;</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Thank you, thank you, thank you&#8230;I&#39;m going to <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a> Just a little bit excited!</p>\n<p>&mdash; Sue (@sooseeg) <a href="https://twitter.com/sooseeg/status/622085453223723008">July 17, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Only a few days until <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a>! Off to buy myself a lego figure of me to send into space!! Must represent <a href="https://twitter.com/hashtag/scouting?src=hash">#scouting</a> and <a href="https://twitter.com/hashtag/coderdojo?src=hash">#coderdojo</a></p>\n<p>&mdash; SarahTempleton (@SarahFTempleton) <a href="https://twitter.com/SarahFTempleton/status/634012775258411008">August 19, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>The plan for the three days is loosely as follows:</p>\n<ul>\n<li>Day 1 &#8211; Orientation, training and preparation</li>\n<li>Day 2 &#8211; A series of flights launched by the teams (from approximately 10:30 onwards)</li>\n<li>Day 3 &#8211; Review, evaluation and planning future launches.</li>\n</ul>\n<p>If you would like to follow what&#8217;s going on over the three days you can do so by keeping an eye on the <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a> hashtag on Twitter, where you&#8217;ll find out how to track the payloads using links that we will share on the day.</p>\n<p>Also keep an eye on the hourly predictions for landing sites. Let&#8217;s hope conditions improve a little, or we&#8217;ll all need boats!</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">That&#39;s not going to work ,,, please come back inland :-) <a href="https://twitter.com/hashtag/skycademy?src=hash">#skycademy</a> <a href="http://t.co/k0W1dtNDj1">pic.twitter.com/k0W1dtNDj1</a></p>\n<p>&mdash; David Akerman M0RPI (@daveake) <a href="https://twitter.com/daveake/status/633699690660413440">August 18, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/skycademy-update/">Skycademy Update</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/skycademy-update/feed/' },
    'slash:comments': { '@': {}, '#': '0' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'Formula AllCode – robotics course',
    description: '<p><em>Liz: Robotics is a really powerful way to get kids excited about programming and electronics, and a <a href="https://www.kickstarter.com/projects/11644483/formula-allcode-a-complete-course-in-robotics">Kickstarter</a> from Formula AllCode, with its integrated course, has all the elements you need to get a kid from zero to robot overlord. I asked Liam Walton from Matrix TSL, the people behind Formula AllCode, to write a few words for us about what they&#8217;re doing with the project. </em></p>\n<p>We think the <a href="https://www.kickstarter.com/projects/11644483/formula-allcode-a-complete-course-in-robotics">Formula AllCode</a> robotics course is great for makers to test their skills and capabilities; it&#8217;s also great for introducing learners to programming and robotics in a fun and motivating way.</p>\n<p>Raspberry Pi is one of the hosts you can use for this neat little robot from Matrix TSL​, designed as part of a course in robotics that aims to cater for beginners and advanced users alike. It&#8217;s controlled over Bluetooth from any platform that can support the Bluetooth RFCOMM protocol, so you can program for it in just about anything (popular examples are provided).</p>\n<p><img class="aligncenter size-large wp-image-15206" src="/wp-content/uploads/2015/08/formulaallcode-500x333.png" alt="formulaallcode" width="500" height="333" /></p>\n<p>Matrix TSL have also <a href="http://www.matrixtsl.com/blog/talking-with-formula-allcode-using-raspberry-pi/">written a full tutorial</a> about how users will talk to the Formula AllCode robot using the Raspberry Pi.</p>\n<p><img class="aligncenter size-large wp-image-15210" src="/wp-content/uploads/2015/08/buggy-500x360.png" alt="buggy" width="500" height="360" /></p>\n<p>Kitted out with a variety of sensors, microphone, speakers and LCD display, and with capacity for expansion, it has plenty of appeal, and it&#8217;s on Kickstarter now with 16 days left to go. You can back the project by <a href="https://www.kickstarter.com/projects/11644483/formula-allcode-a-complete-course-in-robotics">clicking here</a>.</p>\n<p>The project itself consists of:</p>\n<ul>\n<li>The <a href="http://www.matrixtsl.com/formula-allcode/" target="_blank">Formula AllCode</a> robot</li>\n<li>A FREE course in robotics</li>\n<li>Accessories used to learn, including graphical mat and maze walls</li>\n</ul>\n<p><img class="aligncenter size-large wp-image-15207" src="/wp-content/uploads/2015/08/allcodecourse-500x435.png" alt="allcodecourse" width="500" height="435" /></p>\n<p>The robot can be used with a number of hosts, including Raspberry Pi. A low cost robot buggy, the AllCode is great for makers to test their skills and capabilities using an interesting and diverse platform or for introducing younger school children to programming and robotics in a fun and motivating way with huge scope for further work and competitions.</p>\n<p><img class="aligncenter wp-image-15211 size-full" src="/wp-content/uploads/2015/08/specs.png" alt="specs" width="780" height="437" /></p>\n<p>The video below explains more about the vision for Formula AllCode and provides some examples of what the robot itself can achieve when used with Raspberry Pi and other devices.</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FrD15n7HgTmo%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DrD15n7HgTmo&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FrD15n7HgTmo%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>The Formula AllCode Kickstarter campaign runs until 4<sup>th</sup> September. To back the campaign from as little as £5 <a href="https://www.kickstarter.com/projects/11644483/formula-allcode-a-complete-course-in-robotics">click here.</a></p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/">Formula AllCode &#8211; robotics course</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>Liz: Robotics is a really powerful way to get kids excited about programming and electronics, and a Kickstarter from Formula AllCode, with its integrated course, has all the elements you need to get a kid from zero to robot overlord. I asked Liam Walton from Matrix TSL, the people behind Formula AllCode, to write a few [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/">Formula AllCode &#8211; robotics course</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Thu Aug 20 2015 08:28:42 GMT-0400 (EDT),
    pubdate: Thu Aug 20 2015 08:28:42 GMT-0400 (EDT),
    pubDate: Thu Aug 20 2015 08:28:42 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/',
    guid: 'https://www.raspberrypi.org/?p=15205',
    author: 'Liz Upton',
    comments: 'https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: 
     [ 'Uncategorized',
       'education',
       'Formula AllCode',
       'Matrix TSL',
       'robotics',
       'robots' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'Formula AllCode – robotics course' },
    'rss:link': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Thu, 20 Aug 2015 12:28:42 +0000' },
    'dc:creator': { '@': {}, '#': 'Liz Upton' },
    'rss:category': [ [Object], [Object], [Object], [Object], [Object], [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15205' },
    'rss:description': 
     { '@': {},
       '#': '<p>Liz: Robotics is a really powerful way to get kids excited about programming and electronics, and a Kickstarter from Formula AllCode, with its integrated course, has all the elements you need to get a kid from zero to robot overlord. I asked Liam Walton from Matrix TSL, the people behind Formula AllCode, to write a few [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/">Formula AllCode &#8211; robotics course</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p><em>Liz: Robotics is a really powerful way to get kids excited about programming and electronics, and a <a href="https://www.kickstarter.com/projects/11644483/formula-allcode-a-complete-course-in-robotics">Kickstarter</a> from Formula AllCode, with its integrated course, has all the elements you need to get a kid from zero to robot overlord. I asked Liam Walton from Matrix TSL, the people behind Formula AllCode, to write a few words for us about what they&#8217;re doing with the project. </em></p>\n<p>We think the <a href="https://www.kickstarter.com/projects/11644483/formula-allcode-a-complete-course-in-robotics">Formula AllCode</a> robotics course is great for makers to test their skills and capabilities; it&#8217;s also great for introducing learners to programming and robotics in a fun and motivating way.</p>\n<p>Raspberry Pi is one of the hosts you can use for this neat little robot from Matrix TSL​, designed as part of a course in robotics that aims to cater for beginners and advanced users alike. It&#8217;s controlled over Bluetooth from any platform that can support the Bluetooth RFCOMM protocol, so you can program for it in just about anything (popular examples are provided).</p>\n<p><img class="aligncenter size-large wp-image-15206" src="/wp-content/uploads/2015/08/formulaallcode-500x333.png" alt="formulaallcode" width="500" height="333" /></p>\n<p>Matrix TSL have also <a href="http://www.matrixtsl.com/blog/talking-with-formula-allcode-using-raspberry-pi/">written a full tutorial</a> about how users will talk to the Formula AllCode robot using the Raspberry Pi.</p>\n<p><img class="aligncenter size-large wp-image-15210" src="/wp-content/uploads/2015/08/buggy-500x360.png" alt="buggy" width="500" height="360" /></p>\n<p>Kitted out with a variety of sensors, microphone, speakers and LCD display, and with capacity for expansion, it has plenty of appeal, and it&#8217;s on Kickstarter now with 16 days left to go. You can back the project by <a href="https://www.kickstarter.com/projects/11644483/formula-allcode-a-complete-course-in-robotics">clicking here</a>.</p>\n<p>The project itself consists of:</p>\n<ul>\n<li>The <a href="http://www.matrixtsl.com/formula-allcode/" target="_blank">Formula AllCode</a> robot</li>\n<li>A FREE course in robotics</li>\n<li>Accessories used to learn, including graphical mat and maze walls</li>\n</ul>\n<p><img class="aligncenter size-large wp-image-15207" src="/wp-content/uploads/2015/08/allcodecourse-500x435.png" alt="allcodecourse" width="500" height="435" /></p>\n<p>The robot can be used with a number of hosts, including Raspberry Pi. A low cost robot buggy, the AllCode is great for makers to test their skills and capabilities using an interesting and diverse platform or for introducing younger school children to programming and robotics in a fun and motivating way with huge scope for further work and competitions.</p>\n<p><img class="aligncenter wp-image-15211 size-full" src="/wp-content/uploads/2015/08/specs.png" alt="specs" width="780" height="437" /></p>\n<p>The video below explains more about the vision for Formula AllCode and provides some examples of what the robot itself can achieve when used with Raspberry Pi and other devices.</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FrD15n7HgTmo%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DrD15n7HgTmo&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FrD15n7HgTmo%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>The Formula AllCode Kickstarter campaign runs until 4<sup>th</sup> September. To back the campaign from as little as £5 <a href="https://www.kickstarter.com/projects/11644483/formula-allcode-a-complete-course-in-robotics">click here.</a></p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/">Formula AllCode &#8211; robotics course</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/forumula-allcode-robotics-course/feed/' },
    'slash:comments': { '@': {}, '#': '1' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'Twitter for dogs',
    description: '<p>Henry Conklin&#8217;s dog, Oliver, is one of those very vocal dogs who likes to try to let you know what he&#8217;s thinking. By barking. A lot. <a href="http://henrywconklin.github.io/projects/2015/08/17/oliver-twitter.html" target="_blank">Henry says</a>:</p>\n<blockquote><p>I decided that his thoughts and comments needed to be shared with the world. Thus the <a href="http://www.twitter.com/OliverBarkBark">@OliverBarkBark</a> project was born. By connecting a Rasberry Pi, a wifi dongle, and a microphone, I was able to make a system that automatically detected, filtered, and published each and every one of Oliver’s deafening vocalizations.</p></blockquote>\n<p><img class="aligncenter size-large wp-image-15150" src="/wp-content/uploads/2015/08/Screen-Shot-2015-08-19-at-12.58.14-500x624.png" alt="Screen Shot 2015-08-19 at 12.58.14" width="500" height="624" /></p>\n<p>Henry has built a system around a Raspberry Pi that listens out for sounds over a certain volume, and triggers a recording when that constraint is met.</p>\n<p><img class="aligncenter size-large wp-image-15152" src="/wp-content/uploads/2015/08/oliver-twitter-on-guard-500x281.jpg" alt="oliver-twitter-on-guard" width="500" height="281" /></p>\n<p>But there are things in Oliver the dog&#8217;s vicinity which are also pretty noisy, so a second, filtering step is needed. Henry says:</p>\n<blockquote><p>Oliver barking is by far the loudest thing within several miles, so the volume threshold should be sufficient. However, the recordings are still triggered occasionally by unwanted junk. To guard against this, I needed to perform a second step to filter the barks from the junk.</p>\n<p>I took a machine learning approach to filter out the barks. I built a model using the <a href="https://github.com/tyiannak/pyAudioAnalysis">pyAudioAnalysis</a> library and around a day’s worth of barks (about 20). I then set up a bash script to run every ten minutes, classify each recorded sound, and forward the barks on to the next step.</p></blockquote>\n<p>The output is forwarded to the Twitter API, where they&#8217;re published by an account called <a href="http://www.twitter.com/OliverBarkBark">@OliverBarkBark</a>. Right now, a random string of barks, woofs, howls, and ruffs are published, but Henry is looking at adding some more sophistication by designing a dog-to-text translator which will say &#8220;bark&#8221; when Oliver barks, &#8220;ruff&#8221; when Oliver ruffs, and &#8220;woof&#8221;&#8230;you get the idea.</p>\n<p><img class="aligncenter size-large wp-image-15153" src="/wp-content/uploads/2015/08/oliver-twitter-setup-500x281.jpg" alt="oliver-twitter-setup" width="500" height="281" /></p>\n<p>All the code you&#8217;ll need to replicate the scheme in your own house (you&#8217;ll need a dog first) is available on Henry&#8217;s GitHub at <a href="https://github.com/HenryWConklin/barkdetect">https://github.com/HenryWConklin/barkdetect</a>. Thanks Henry, and please give Oliver a biscuit for us.</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/twitter-for-dogs/">Twitter for dogs</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>Henry Conklin&#8217;s dog, Oliver, is one of those very vocal dogs who likes to try to let you know what he&#8217;s thinking. By barking. A lot. Henry says: I decided that his thoughts and comments needed to be shared with the world. Thus the @OliverBarkBark project was born. By connecting a Rasberry Pi, a wifi [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/twitter-for-dogs/">Twitter for dogs</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Wed Aug 19 2015 08:15:24 GMT-0400 (EDT),
    pubdate: Wed Aug 19 2015 08:15:24 GMT-0400 (EDT),
    pubDate: Wed Aug 19 2015 08:15:24 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/twitter-for-dogs/',
    guid: 'https://www.raspberrypi.org/?p=15147',
    author: 'Liz Upton',
    comments: 'https://www.raspberrypi.org/blog/twitter-for-dogs/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: 
     [ 'Uncategorized',
       'audio',
       'dogs',
       'Henry Conklin',
       'Oliver the dog',
       'pets',
       'Twitter',
       'Twitter API' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'Twitter for dogs' },
    'rss:link': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/twitter-for-dogs/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/twitter-for-dogs/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Wed, 19 Aug 2015 12:15:24 +0000' },
    'dc:creator': { '@': {}, '#': 'Liz Upton' },
    'rss:category': 
     [ [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15147' },
    'rss:description': 
     { '@': {},
       '#': '<p>Henry Conklin&#8217;s dog, Oliver, is one of those very vocal dogs who likes to try to let you know what he&#8217;s thinking. By barking. A lot. Henry says: I decided that his thoughts and comments needed to be shared with the world. Thus the @OliverBarkBark project was born. By connecting a Rasberry Pi, a wifi [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/twitter-for-dogs/">Twitter for dogs</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p>Henry Conklin&#8217;s dog, Oliver, is one of those very vocal dogs who likes to try to let you know what he&#8217;s thinking. By barking. A lot. <a href="http://henrywconklin.github.io/projects/2015/08/17/oliver-twitter.html" target="_blank">Henry says</a>:</p>\n<blockquote><p>I decided that his thoughts and comments needed to be shared with the world. Thus the <a href="http://www.twitter.com/OliverBarkBark">@OliverBarkBark</a> project was born. By connecting a Rasberry Pi, a wifi dongle, and a microphone, I was able to make a system that automatically detected, filtered, and published each and every one of Oliver’s deafening vocalizations.</p></blockquote>\n<p><img class="aligncenter size-large wp-image-15150" src="/wp-content/uploads/2015/08/Screen-Shot-2015-08-19-at-12.58.14-500x624.png" alt="Screen Shot 2015-08-19 at 12.58.14" width="500" height="624" /></p>\n<p>Henry has built a system around a Raspberry Pi that listens out for sounds over a certain volume, and triggers a recording when that constraint is met.</p>\n<p><img class="aligncenter size-large wp-image-15152" src="/wp-content/uploads/2015/08/oliver-twitter-on-guard-500x281.jpg" alt="oliver-twitter-on-guard" width="500" height="281" /></p>\n<p>But there are things in Oliver the dog&#8217;s vicinity which are also pretty noisy, so a second, filtering step is needed. Henry says:</p>\n<blockquote><p>Oliver barking is by far the loudest thing within several miles, so the volume threshold should be sufficient. However, the recordings are still triggered occasionally by unwanted junk. To guard against this, I needed to perform a second step to filter the barks from the junk.</p>\n<p>I took a machine learning approach to filter out the barks. I built a model using the <a href="https://github.com/tyiannak/pyAudioAnalysis">pyAudioAnalysis</a> library and around a day’s worth of barks (about 20). I then set up a bash script to run every ten minutes, classify each recorded sound, and forward the barks on to the next step.</p></blockquote>\n<p>The output is forwarded to the Twitter API, where they&#8217;re published by an account called <a href="http://www.twitter.com/OliverBarkBark">@OliverBarkBark</a>. Right now, a random string of barks, woofs, howls, and ruffs are published, but Henry is looking at adding some more sophistication by designing a dog-to-text translator which will say &#8220;bark&#8221; when Oliver barks, &#8220;ruff&#8221; when Oliver ruffs, and &#8220;woof&#8221;&#8230;you get the idea.</p>\n<p><img class="aligncenter size-large wp-image-15153" src="/wp-content/uploads/2015/08/oliver-twitter-setup-500x281.jpg" alt="oliver-twitter-setup" width="500" height="281" /></p>\n<p>All the code you&#8217;ll need to replicate the scheme in your own house (you&#8217;ll need a dog first) is available on Henry&#8217;s GitHub at <a href="https://github.com/HenryWConklin/barkdetect">https://github.com/HenryWConklin/barkdetect</a>. Thanks Henry, and please give Oliver a biscuit for us.</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/twitter-for-dogs/">Twitter for dogs</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/twitter-for-dogs/feed/' },
    'slash:comments': { '@': {}, '#': '6' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'The TRS-80 model 100 goes online',
    description: '<p>Sometimes added functionality isn&#8217;t exactly functional. Sometimes, it&#8217;s more a sort of demonstration that something <em>can</em> be done, whether or not it&#8217;s actually a very good idea.</p>\n<p>UK readers may not recognise the machine below, but those of you in the USA (as long as you&#8217;re of a certain vintage) will be familiar with it. It&#8217;s a TRS-80 model 100: an incredibly early (1983-ish) laptop-type computer, whose market was mostly in the US and Canada, made in partnership by Kyocera and Microsoft. The 8k version would set you back $1099, and the 24k version $1399 &#8211; an absolute ton of money in 1983, when we many of us at Pi Towers were either not born yet, or still at the corduroy dungarees and deelyboppers phase.</p>\n<p><img class="aligncenter wp-image-15111" src="/wp-content/uploads/2015/08/trs80-100-17-980x740.jpg" alt="trs80-100-17-980x740" width="800" height="604" /></p>\n<p>The TRS-80, rather amazingly, was a connected machine, with a built-in modem. It was a popular tool for journalists; you could save about eleven pages of text if you were out in the field, and send it over that modem to your editor using a program called TELCOM &#8211; an incredibly liberating technology at the time. It was pretty power-efficient as well; it took four AA batteries, which lasted for about 20 hours.</p>\n<p>So what better for retro-hardware lovers than an internet-connected TRS-80 model 100? That&#8217;s exactly what <a href="http://arstechnica.com/information-technology/2015/08/surfing-the-internet-from-my-trs-80-model-100/" target="_blank">Sean Gallagher from Ars Technica</a> made.</p>\n<p><img class="aligncenter wp-image-15135 size-large" src="/wp-content/uploads/2015/08/login-500x156.jpg" alt="login" width="500" height="156" /></p>\n<blockquote><p>I successfully logged in to Ars&#8217; editorial IRC channel from the Model 100. And seeing as this machine first saw the market in 1983, it took a substantial amount of help: a Raspberry Pi, a little bit of BASIC code, and a hidden file from the website of a certain Eric S. Raymond.</p></blockquote>\n<p>Sean says that the TRS-80 is the last machine Bill Gates ever wrote a significant amount of code for, and that Gates has said it&#8217;s his favourite ever machine.</p>\n<p>This is a really tricky problem to work your way around when you consider that modern websites don&#8217;t really work within a 40 columns by eight lines display; that the TRS-80 keyboard doesn&#8217;t have a | or pipe symbol; that you can&#8217;t load a TCP/IP stack onto the device; that Sean had to build his own null-modem cable &#8211; it&#8217;s a labour of love and an absolutely fascinating read. <a href="http://arstechnica.com/information-technology/2015/08/surfing-the-internet-from-my-trs-80-model-100/" target="_blank">Head over to Ars Technica</a> to read more about dragging 1980s hardware some of the way into the 21st century.</p>\n<p>&nbsp;</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/">The TRS-80 model 100 goes online</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>Sometimes added functionality isn&#8217;t exactly functional. Sometimes, it&#8217;s more a sort of demonstration that something can be done, whether or not it&#8217;s actually a very good idea. UK readers may not recognise the machine below, but those of you in the USA (as long as you&#8217;re of a certain vintage) will be familiar with it. It&#8217;s a [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/">The TRS-80 model 100 goes online</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Tue Aug 18 2015 08:08:58 GMT-0400 (EDT),
    pubdate: Tue Aug 18 2015 08:08:58 GMT-0400 (EDT),
    pubDate: Tue Aug 18 2015 08:08:58 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/',
    guid: 'https://www.raspberrypi.org/?p=15110',
    author: 'Liz Upton',
    comments: 'https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: 
     [ 'Uncategorized',
       '1980s',
       'BASIC',
       'retro hardware',
       'Sean Gallagher',
       'TRS-80 model 100' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'The TRS-80 model 100 goes online' },
    'rss:link': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Tue, 18 Aug 2015 12:08:58 +0000' },
    'dc:creator': { '@': {}, '#': 'Liz Upton' },
    'rss:category': [ [Object], [Object], [Object], [Object], [Object], [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15110' },
    'rss:description': 
     { '@': {},
       '#': '<p>Sometimes added functionality isn&#8217;t exactly functional. Sometimes, it&#8217;s more a sort of demonstration that something can be done, whether or not it&#8217;s actually a very good idea. UK readers may not recognise the machine below, but those of you in the USA (as long as you&#8217;re of a certain vintage) will be familiar with it. It&#8217;s a [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/">The TRS-80 model 100 goes online</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p>Sometimes added functionality isn&#8217;t exactly functional. Sometimes, it&#8217;s more a sort of demonstration that something <em>can</em> be done, whether or not it&#8217;s actually a very good idea.</p>\n<p>UK readers may not recognise the machine below, but those of you in the USA (as long as you&#8217;re of a certain vintage) will be familiar with it. It&#8217;s a TRS-80 model 100: an incredibly early (1983-ish) laptop-type computer, whose market was mostly in the US and Canada, made in partnership by Kyocera and Microsoft. The 8k version would set you back $1099, and the 24k version $1399 &#8211; an absolute ton of money in 1983, when we many of us at Pi Towers were either not born yet, or still at the corduroy dungarees and deelyboppers phase.</p>\n<p><img class="aligncenter wp-image-15111" src="/wp-content/uploads/2015/08/trs80-100-17-980x740.jpg" alt="trs80-100-17-980x740" width="800" height="604" /></p>\n<p>The TRS-80, rather amazingly, was a connected machine, with a built-in modem. It was a popular tool for journalists; you could save about eleven pages of text if you were out in the field, and send it over that modem to your editor using a program called TELCOM &#8211; an incredibly liberating technology at the time. It was pretty power-efficient as well; it took four AA batteries, which lasted for about 20 hours.</p>\n<p>So what better for retro-hardware lovers than an internet-connected TRS-80 model 100? That&#8217;s exactly what <a href="http://arstechnica.com/information-technology/2015/08/surfing-the-internet-from-my-trs-80-model-100/" target="_blank">Sean Gallagher from Ars Technica</a> made.</p>\n<p><img class="aligncenter wp-image-15135 size-large" src="/wp-content/uploads/2015/08/login-500x156.jpg" alt="login" width="500" height="156" /></p>\n<blockquote><p>I successfully logged in to Ars&#8217; editorial IRC channel from the Model 100. And seeing as this machine first saw the market in 1983, it took a substantial amount of help: a Raspberry Pi, a little bit of BASIC code, and a hidden file from the website of a certain Eric S. Raymond.</p></blockquote>\n<p>Sean says that the TRS-80 is the last machine Bill Gates ever wrote a significant amount of code for, and that Gates has said it&#8217;s his favourite ever machine.</p>\n<p>This is a really tricky problem to work your way around when you consider that modern websites don&#8217;t really work within a 40 columns by eight lines display; that the TRS-80 keyboard doesn&#8217;t have a | or pipe symbol; that you can&#8217;t load a TCP/IP stack onto the device; that Sean had to build his own null-modem cable &#8211; it&#8217;s a labour of love and an absolutely fascinating read. <a href="http://arstechnica.com/information-technology/2015/08/surfing-the-internet-from-my-trs-80-model-100/" target="_blank">Head over to Ars Technica</a> to read more about dragging 1980s hardware some of the way into the 21st century.</p>\n<p>&nbsp;</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/">The TRS-80 model 100 goes online</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/the-trs-80-model-100-goes-online/feed/' },
    'slash:comments': { '@': {}, '#': '25' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'Australia & Singapore Pioneering Education Tour',
    description: '<p>As an education pioneer for the Raspberry Pi Foundation, I’m on a mission to ensure that all children everywhere have some exposure to computing, whether this comes in the form of digital making, the arts, robotics or computer programming. Recently I’ve been on a brief tour to Australia and Singapore to spread the Raspberry Pi education ethos to as many people as possible.</p>\n<p>Straight after Euro Python in Spain, where Ben Nuttall, James Robinson and I helped to kick start an <a href="https://www.raspberrypi.org/blog/education-summit-videos-from-europython/">Education Summit</a>, I boarded a flight to Australia via Dubai. The months between June and September are often the busiest for the Foundation team with the northern hemisphere schools on summer break and southern hemisphere schools in the middle of the academic year. There are often lots of outreach opportunities alongside large conferences in the space of a single month.</p>\n<p><b>Brisbane</b></p>\n<p>After around 30 hours (with two stops) I arrived in Brisbane, the capital of Queensland and home to <a href="http://pycon-au.org/">Pycon Australia 2015</a>, where I was to give a talk as part of their first ever education mini conference and give a keynote at the main conference. Fellow Python Software Foundation (PSF) board member Nick Coghlan contacted me to attend the education mini conference way back in January, stating:</p>\n<blockquote><p>I would personally be particularly excited to have you attend, as I came up with the idea of the Python in Education miniconf after Dr James Curran&#8217;s presentation last year on the new Australian Digital Curriculum, and his hopes to have Python feature strongly in the implementation of that curriculum.</p></blockquote>\n<p>There are a number of countries around the world which are starting to address the digital skills gap through formal education. In England we have a new Computing curriculum being taught in both primary and secondary schools. In Australia a new Digital Curriculum has been developed, and in some states has already been adopted by forward thinking teachers. Here was an opportunity to work with industry professionals to highlight the changes, and with educators to collaborate and share best practice.</p>\n<p>Nick had curated a brilliant day of talks as part of the education mini conference. This was one of the first Python conferences which was not only well attended by teachers, but where most of the talks were given by teachers! In fact you can watch all the talks which have helpfully been added to <a href="https://www.youtube.com/playlist?list=PLs4CJRBY5F1I5vuApyUXp6bLWly1E-b0s">a playlist</a> by the conference organisers. My favourite talk of the day was given by a nervous developer, <a href="http://twitter.com/Caleb_Hattingh">Caleb Hattingh</a>, to a room full of teachers about his experiences trying to teach Python to children at a coding club. It was brutally honest and I think sums up many of the problems educators also face in moving from visual programming languages like Scratch to text based languages like Python.</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FWlw6SXSb5eU%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWlw6SXSb5eU&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FWlw6SXSb5eU%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>My other notable talk of the day was given by Katie Bell from <a href="https://groklearning.com/">Grok Learning</a> in which she talks about her work with the <a href="https://sites.google.com/site/girlsprogrammingnetwork/">Girls Programming Network</a> in Sydney, the <a href="https://groklearning.com/challenge/">National Computer Science School (NCSS) Challenge</a>, and the <a href="http://www.ncss.edu.au/summer_school/">NCSS summer school</a> where young people spend a few days rapidly prototyping heir own website or embedded electronic device. I’ve had the pleasure of meeting Katie before at PyconUK last September and at ISTE this June in Philadelphia with Grok Learning co-founder <a href="http://rp-www.cs.usyd.edu.au/~nicky">Nicky Ringland</a>. Their passion for computing education is phenomenal and can be witnessed in this talk:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FgOnnjPQzXg8%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DgOnnjPQzXg8&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FgOnnjPQzXg8%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>I ended day 1 with my keynote on Raspberry Pi and physical computing, which included a live demo, and started day 2 with a keynote to the entire conference about <a href="https://youtu.be/gaFk0Sya_HI">lessons we’ve learned about teaching children how to program</a>.</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Opening keynote from <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a> <a href="https://twitter.com/hashtag/pyconau?src=hash">#pyconau</a> <a href="http://t.co/J57Pk5lF0k">pic.twitter.com/J57Pk5lF0k</a></p>\n<p>&mdash; Developer Steve (@DeveloperSteve) <a href="https://twitter.com/DeveloperSteve/status/627259756504223744">July 31, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>I’m grateful to Nick Coghlan and the other organisers of PyconAu for their hard work to bring the event together.</p>\n<p><b>Sydney</b></p>\n<p>A short flight from Brisbane brought me to Sydney where I accepted a challenge from new education team member Marc Scott to take a selfie in front of an iconic landmark before setting out on a series of talks and workshops.</p>\n<p><a href="/wp-content/uploads/2015/08/aus2-e1439713877141.jpg"><img class="aligncenter wp-image-15102 size-medium" src="/wp-content/uploads/2015/08/aus2-e1439713877141-188x250.jpg" alt="" width="188" height="250" /></a></p>\n<p>I gave a brief demo to <a href="http://ictensw.org.au/2015/07/carrie-anne-philbin-is-coming-to-sydney/">ICT educators of New South Wales</a>  on the first evening at an event where teachers give up their free time to share ideas and practices around teaching ICT and computer science in a state where it is not a formal part of their curriculum. These were inspirational teachers, willing to push what is possible in their classrooms.</p>\n<p>At <a href="https://maas.museum/">the Museum of Applied Arts and Sciences</a> at the Powerhouse in Sydney I got the chance to <a href="https://twitter.com/BitScopeDesigns/status/628762691419504644">speak to education specialists and teachers</a> about our work at Raspberry Pi before leading a fruity physical computing workshop. I was able to share fun ideas and meet some fabulous STEM education enthusiasts.</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Fruity programming with <a href="https://twitter.com/pimoroni">@pimoroni</a> <a href="https://twitter.com/hashtag/explorerhat?src=hash">#explorerhat</a> at <a href="https://twitter.com/hashtag/picademyau?src=hash">#picademyau</a> with <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a>. Lots of fun! <a href="http://t.co/7CAdidRMUS">pic.twitter.com/7CAdidRMUS</a></p>\n<p>&mdash; Bruce Tulloch (@BitScopeDesigns) <a href="https://twitter.com/BitScopeDesigns/status/628839167821099012">August 5, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>The museum was truly a fabulous space with well equipped resources for schools. I was lucky enough to receive a brief tour of all the facilities like the Mars Lab, a recreation of the Martian surface, and robotics lab which is used to encourage students to use technology to search for life on Mars. Schools are able to connect to the lab and their rovers via the internet, allowing students to program the bots directly. Using the cameras, they can experience what it is like for space engineers. They test rovers there, and I got to meet one.</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Some of my friends want to be Mars rovers <a href="https://twitter.com/theMarsLab">@theMarsLab</a> <a href="https://twitter.com/maasmuseum">@maasmuseum</a> <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a> <a href="http://t.co/2lckhumUO5">pic.twitter.com/2lckhumUO5</a></p>\n<p>&mdash; peter mahony (@vergeofperil) <a href="https://twitter.com/vergeofperil/status/628810068176146434">August 5, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>Whilst in Sydney I visited good friend <a href="https://twitter.com/MissPhilbin/status/629191690356686848">Dan Bowen</a>, a <a href="http://casinclude.org.uk/">CAS #include</a> committee member, and some <a href="https://ms-iot.github.io/content/en-US/win10/SetupRPI.htm">Windows IoT Raspberry Pi</a> developers at Microsoft, where they all showed me their latest work with the operating system and Physical computing on the Pi. I was invited to meet the <a href="http://www.codeclubau.org/">Code Club Australia</a> team who are working with schools across all the territories and training teachers in a bid to give children an opportunity to learn to code. I also found time to speak to girls at two different coding clubs and meet some fans!</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">geek gurl <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a> talking technology to girls <a href="https://twitter.com/MosmanHS">@MosmanHS</a> <a href="http://t.co/tNHdT6rNph">pic.twitter.com/tNHdT6rNph</a></p>\n<p>&mdash; Geek in Sydney (@GeekinSydney) <a href="https://twitter.com/GeekinSydney/status/629137461587804160">August 6, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Fan girl moment w/ <a href="https://twitter.com/nickyringland">@nickyringland</a> and <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a> <a href="https://twitter.com/GeekGurlDiaries">@GeekGurlDiaries</a> <a href="https://twitter.com/hashtag/ozcschat?src=hash">#ozcschat</a> <a href="http://t.co/dTGNjKZwhp">pic.twitter.com/dTGNjKZwhp</a></p>\n<p>&mdash; Malyn Mawby (@malynmawby) <a href="https://twitter.com/malynmawby/status/629829297461596161">August 8, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">A definite <a href="https://twitter.com/hashtag/fangirl?src=hash">#fangirl</a> moment for me here. It was awesome meeting you <a href="https://twitter.com/GeekGurlDiaries">@GeekGurlDiaries</a> to chat all things <a href="https://twitter.com/hashtag/raspberrypi?src=hash">#raspberrypi</a>! <a href="http://t.co/Ovlkn3MBxJ">pic.twitter.com/Ovlkn3MBxJ</a></p>\n<p>&mdash; Martha Aragon (@diamondsteppe) <a href="https://twitter.com/diamondsteppe/status/628882405412089856">August 5, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>There are clearly lots of initiatives in Sydney that parents and educators can tap into from online learning platforms like Grok Learning and the NCSS challenge, to free professional development and workshops from ICTENSW and the MAAS Museum.</p>\n<p><b>Singapore</b></p>\n<p>I was lucky enough to be able to stop in Singapore on my way back to the UK during the nation’s 50th anniversary thanks to the Raspberry Pi team at Broadcom Singapore. I was asked to drop by the office to eat pizza and give a presentation to their engineers about the Raspberry Pi Foundation by <a href="http://www.broadcomfoundation.org/blog/broadcom-foundation/community-hero-jeffrey-jen-hui-chin-brings-raspberry-pi-workshops-to-singaporean-students/">Jeffery Chin</a> who leads the Broadcom Singapore Raspberry Pi team, who provide Raspberry Pi outreach to teachers and students in their spare time.</p>\n<p>I was then taken to <a href="http://www.science.edu.sg/">Singapore’s Science Centre</a> to meet their STEM education specialists and Ministry of Education representatives to discuss Raspberry Pi professional development for teachers and their computing outreach programmes. Before heading out for some of the best dumplings I&#8217;ve ever eaten!</p>\n<div id="attachment_15104" style="width: 510px" class="wp-caption aligncenter"><a href="/wp-content/uploads/2015/08/singapore-sci-centre.jpg"><img class="wp-image-15104 size-large" src="/wp-content/uploads/2015/08/singapore-sci-centre-500x325.jpg" alt="singapore-sci-centre" width="500" height="325" /></a><p class="wp-caption-text">Singapore Science Centre STEM educators, Ministry of Education representatives and  Broadcom&#8217;s Jeffery Chin &amp; TK Tan</p></div>\n<p>It is one of the many joys of working for the Raspberry Pi Foundation that I get to meet so many inspiring individuals across the globe and to forge partnerships with them as we all embark on this movement to enrich children’s education.</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/australia-singapore-education-tour/">Australia &#038; Singapore Pioneering Education Tour</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>As an education pioneer for the Raspberry Pi Foundation, I’m on a mission to ensure that all children everywhere have some exposure to computing, whether this comes in the form of digital making, the arts, robotics or computer programming. Recently I’ve been on a brief tour to Australia and Singapore to spread the Raspberry Pi [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/australia-singapore-education-tour/">Australia &#038; Singapore Pioneering Education Tour</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Mon Aug 17 2015 06:28:34 GMT-0400 (EDT),
    pubdate: Mon Aug 17 2015 06:28:34 GMT-0400 (EDT),
    pubDate: Mon Aug 17 2015 06:28:34 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/australia-singapore-education-tour/',
    guid: 'https://www.raspberrypi.org/?p=15093',
    author: 'Carrie Anne Philbin',
    comments: 'https://www.raspberrypi.org/blog/australia-singapore-education-tour/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: 
     [ 'Uncategorized',
       'Carrie Anne Philbin',
       'Code Club Australia',
       'education',
       'Girls Programming Network',
       'Grok Learning',
       'ICTENSW',
       'Jeffery Chin',
       'Katie Bell',
       'MAAS Museum',
       'Nicky Ringland',
       'Pycon AU',
       'Singapore Science Centre' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': 
     { '@': {},
       '#': 'Australia & Singapore Pioneering Education Tour' },
    'rss:link': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/australia-singapore-education-tour/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/australia-singapore-education-tour/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Mon, 17 Aug 2015 10:28:34 +0000' },
    'dc:creator': { '@': {}, '#': 'Carrie Anne Philbin' },
    'rss:category': 
     [ [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15093' },
    'rss:description': 
     { '@': {},
       '#': '<p>As an education pioneer for the Raspberry Pi Foundation, I’m on a mission to ensure that all children everywhere have some exposure to computing, whether this comes in the form of digital making, the arts, robotics or computer programming. Recently I’ve been on a brief tour to Australia and Singapore to spread the Raspberry Pi [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/australia-singapore-education-tour/">Australia &#038; Singapore Pioneering Education Tour</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p>As an education pioneer for the Raspberry Pi Foundation, I’m on a mission to ensure that all children everywhere have some exposure to computing, whether this comes in the form of digital making, the arts, robotics or computer programming. Recently I’ve been on a brief tour to Australia and Singapore to spread the Raspberry Pi education ethos to as many people as possible.</p>\n<p>Straight after Euro Python in Spain, where Ben Nuttall, James Robinson and I helped to kick start an <a href="https://www.raspberrypi.org/blog/education-summit-videos-from-europython/">Education Summit</a>, I boarded a flight to Australia via Dubai. The months between June and September are often the busiest for the Foundation team with the northern hemisphere schools on summer break and southern hemisphere schools in the middle of the academic year. There are often lots of outreach opportunities alongside large conferences in the space of a single month.</p>\n<p><b>Brisbane</b></p>\n<p>After around 30 hours (with two stops) I arrived in Brisbane, the capital of Queensland and home to <a href="http://pycon-au.org/">Pycon Australia 2015</a>, where I was to give a talk as part of their first ever education mini conference and give a keynote at the main conference. Fellow Python Software Foundation (PSF) board member Nick Coghlan contacted me to attend the education mini conference way back in January, stating:</p>\n<blockquote><p>I would personally be particularly excited to have you attend, as I came up with the idea of the Python in Education miniconf after Dr James Curran&#8217;s presentation last year on the new Australian Digital Curriculum, and his hopes to have Python feature strongly in the implementation of that curriculum.</p></blockquote>\n<p>There are a number of countries around the world which are starting to address the digital skills gap through formal education. In England we have a new Computing curriculum being taught in both primary and secondary schools. In Australia a new Digital Curriculum has been developed, and in some states has already been adopted by forward thinking teachers. Here was an opportunity to work with industry professionals to highlight the changes, and with educators to collaborate and share best practice.</p>\n<p>Nick had curated a brilliant day of talks as part of the education mini conference. This was one of the first Python conferences which was not only well attended by teachers, but where most of the talks were given by teachers! In fact you can watch all the talks which have helpfully been added to <a href="https://www.youtube.com/playlist?list=PLs4CJRBY5F1I5vuApyUXp6bLWly1E-b0s">a playlist</a> by the conference organisers. My favourite talk of the day was given by a nervous developer, <a href="http://twitter.com/Caleb_Hattingh">Caleb Hattingh</a>, to a room full of teachers about his experiences trying to teach Python to children at a coding club. It was brutally honest and I think sums up many of the problems educators also face in moving from visual programming languages like Scratch to text based languages like Python.</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FWlw6SXSb5eU%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DWlw6SXSb5eU&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FWlw6SXSb5eU%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>My other notable talk of the day was given by Katie Bell from <a href="https://groklearning.com/">Grok Learning</a> in which she talks about her work with the <a href="https://sites.google.com/site/girlsprogrammingnetwork/">Girls Programming Network</a> in Sydney, the <a href="https://groklearning.com/challenge/">National Computer Science School (NCSS) Challenge</a>, and the <a href="http://www.ncss.edu.au/summer_school/">NCSS summer school</a> where young people spend a few days rapidly prototyping heir own website or embedded electronic device. I’ve had the pleasure of meeting Katie before at PyconUK last September and at ISTE this June in Philadelphia with Grok Learning co-founder <a href="http://rp-www.cs.usyd.edu.au/~nicky">Nicky Ringland</a>. Their passion for computing education is phenomenal and can be witnessed in this talk:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FgOnnjPQzXg8%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DgOnnjPQzXg8&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FgOnnjPQzXg8%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>I ended day 1 with my keynote on Raspberry Pi and physical computing, which included a live demo, and started day 2 with a keynote to the entire conference about <a href="https://youtu.be/gaFk0Sya_HI">lessons we’ve learned about teaching children how to program</a>.</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Opening keynote from <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a> <a href="https://twitter.com/hashtag/pyconau?src=hash">#pyconau</a> <a href="http://t.co/J57Pk5lF0k">pic.twitter.com/J57Pk5lF0k</a></p>\n<p>&mdash; Developer Steve (@DeveloperSteve) <a href="https://twitter.com/DeveloperSteve/status/627259756504223744">July 31, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>I’m grateful to Nick Coghlan and the other organisers of PyconAu for their hard work to bring the event together.</p>\n<p><b>Sydney</b></p>\n<p>A short flight from Brisbane brought me to Sydney where I accepted a challenge from new education team member Marc Scott to take a selfie in front of an iconic landmark before setting out on a series of talks and workshops.</p>\n<p><a href="/wp-content/uploads/2015/08/aus2-e1439713877141.jpg"><img class="aligncenter wp-image-15102 size-medium" src="/wp-content/uploads/2015/08/aus2-e1439713877141-188x250.jpg" alt="" width="188" height="250" /></a></p>\n<p>I gave a brief demo to <a href="http://ictensw.org.au/2015/07/carrie-anne-philbin-is-coming-to-sydney/">ICT educators of New South Wales</a>  on the first evening at an event where teachers give up their free time to share ideas and practices around teaching ICT and computer science in a state where it is not a formal part of their curriculum. These were inspirational teachers, willing to push what is possible in their classrooms.</p>\n<p>At <a href="https://maas.museum/">the Museum of Applied Arts and Sciences</a> at the Powerhouse in Sydney I got the chance to <a href="https://twitter.com/BitScopeDesigns/status/628762691419504644">speak to education specialists and teachers</a> about our work at Raspberry Pi before leading a fruity physical computing workshop. I was able to share fun ideas and meet some fabulous STEM education enthusiasts.</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Fruity programming with <a href="https://twitter.com/pimoroni">@pimoroni</a> <a href="https://twitter.com/hashtag/explorerhat?src=hash">#explorerhat</a> at <a href="https://twitter.com/hashtag/picademyau?src=hash">#picademyau</a> with <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a>. Lots of fun! <a href="http://t.co/7CAdidRMUS">pic.twitter.com/7CAdidRMUS</a></p>\n<p>&mdash; Bruce Tulloch (@BitScopeDesigns) <a href="https://twitter.com/BitScopeDesigns/status/628839167821099012">August 5, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>The museum was truly a fabulous space with well equipped resources for schools. I was lucky enough to receive a brief tour of all the facilities like the Mars Lab, a recreation of the Martian surface, and robotics lab which is used to encourage students to use technology to search for life on Mars. Schools are able to connect to the lab and their rovers via the internet, allowing students to program the bots directly. Using the cameras, they can experience what it is like for space engineers. They test rovers there, and I got to meet one.</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Some of my friends want to be Mars rovers <a href="https://twitter.com/theMarsLab">@theMarsLab</a> <a href="https://twitter.com/maasmuseum">@maasmuseum</a> <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a> <a href="http://t.co/2lckhumUO5">pic.twitter.com/2lckhumUO5</a></p>\n<p>&mdash; peter mahony (@vergeofperil) <a href="https://twitter.com/vergeofperil/status/628810068176146434">August 5, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>Whilst in Sydney I visited good friend <a href="https://twitter.com/MissPhilbin/status/629191690356686848">Dan Bowen</a>, a <a href="http://casinclude.org.uk/">CAS #include</a> committee member, and some <a href="https://ms-iot.github.io/content/en-US/win10/SetupRPI.htm">Windows IoT Raspberry Pi</a> developers at Microsoft, where they all showed me their latest work with the operating system and Physical computing on the Pi. I was invited to meet the <a href="http://www.codeclubau.org/">Code Club Australia</a> team who are working with schools across all the territories and training teachers in a bid to give children an opportunity to learn to code. I also found time to speak to girls at two different coding clubs and meet some fans!</p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">geek gurl <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a> talking technology to girls <a href="https://twitter.com/MosmanHS">@MosmanHS</a> <a href="http://t.co/tNHdT6rNph">pic.twitter.com/tNHdT6rNph</a></p>\n<p>&mdash; Geek in Sydney (@GeekinSydney) <a href="https://twitter.com/GeekinSydney/status/629137461587804160">August 6, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">Fan girl moment w/ <a href="https://twitter.com/nickyringland">@nickyringland</a> and <a href="https://twitter.com/MissPhilbin">@MissPhilbin</a> <a href="https://twitter.com/GeekGurlDiaries">@GeekGurlDiaries</a> <a href="https://twitter.com/hashtag/ozcschat?src=hash">#ozcschat</a> <a href="http://t.co/dTGNjKZwhp">pic.twitter.com/dTGNjKZwhp</a></p>\n<p>&mdash; Malyn Mawby (@malynmawby) <a href="https://twitter.com/malynmawby/status/629829297461596161">August 8, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<blockquote class="twitter-tweet" width="500"><p lang="en" dir="ltr">A definite <a href="https://twitter.com/hashtag/fangirl?src=hash">#fangirl</a> moment for me here. It was awesome meeting you <a href="https://twitter.com/GeekGurlDiaries">@GeekGurlDiaries</a> to chat all things <a href="https://twitter.com/hashtag/raspberrypi?src=hash">#raspberrypi</a>! <a href="http://t.co/Ovlkn3MBxJ">pic.twitter.com/Ovlkn3MBxJ</a></p>\n<p>&mdash; Martha Aragon (@diamondsteppe) <a href="https://twitter.com/diamondsteppe/status/628882405412089856">August 5, 2015</a></p></blockquote>\n<p><script async src="//platform.twitter.com/widgets.js" charset="utf-8"></script></p>\n<p>There are clearly lots of initiatives in Sydney that parents and educators can tap into from online learning platforms like Grok Learning and the NCSS challenge, to free professional development and workshops from ICTENSW and the MAAS Museum.</p>\n<p><b>Singapore</b></p>\n<p>I was lucky enough to be able to stop in Singapore on my way back to the UK during the nation’s 50th anniversary thanks to the Raspberry Pi team at Broadcom Singapore. I was asked to drop by the office to eat pizza and give a presentation to their engineers about the Raspberry Pi Foundation by <a href="http://www.broadcomfoundation.org/blog/broadcom-foundation/community-hero-jeffrey-jen-hui-chin-brings-raspberry-pi-workshops-to-singaporean-students/">Jeffery Chin</a> who leads the Broadcom Singapore Raspberry Pi team, who provide Raspberry Pi outreach to teachers and students in their spare time.</p>\n<p>I was then taken to <a href="http://www.science.edu.sg/">Singapore’s Science Centre</a> to meet their STEM education specialists and Ministry of Education representatives to discuss Raspberry Pi professional development for teachers and their computing outreach programmes. Before heading out for some of the best dumplings I&#8217;ve ever eaten!</p>\n<div id="attachment_15104" style="width: 510px" class="wp-caption aligncenter"><a href="/wp-content/uploads/2015/08/singapore-sci-centre.jpg"><img class="wp-image-15104 size-large" src="/wp-content/uploads/2015/08/singapore-sci-centre-500x325.jpg" alt="singapore-sci-centre" width="500" height="325" /></a><p class="wp-caption-text">Singapore Science Centre STEM educators, Ministry of Education representatives and  Broadcom&#8217;s Jeffery Chin &amp; TK Tan</p></div>\n<p>It is one of the many joys of working for the Raspberry Pi Foundation that I get to meet so many inspiring individuals across the globe and to forge partnerships with them as we all embark on this movement to enrich children’s education.</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/australia-singapore-education-tour/">Australia &#038; Singapore Pioneering Education Tour</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/australia-singapore-education-tour/feed/' },
    'slash:comments': { '@': {}, '#': '9' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'Rocket launch footage from an onboard Pi',
    description: '<p>From <a href="https://www.raspberrypi.org/blog/smartphone-rocket-launcher/">rocket launchers</a> to <a href="https://www.raspberrypi.org/blog/tag/hab/">high altitude ballooning</a> to <a href="https://www.raspberrypi.org/competitions/sonic-pi/results-2014/">Sonic Pi space music</a> to <a href="https://www.raspberrypi.org/blog/tag/astro-pi/">Astro Pi</a>, much of the Raspberry Pi community is excited by the idea of exploring beyond our Blue Marble. We think you&#8217;ll enjoy this video from a <a href="https://www.raspberrypi.org/products/camera-module/">Pi camera</a> belonging to <a href="http://psas.pdx.edu/">Portland State Aerospace Society</a>, who launched a rocket from the Oregon desert last month. When I first watched it, it brought the whole of the Raspberry Pi Foundation to my desk in seconds, something even Krispy Kreme doesn&#8217;t reliably accomplish.</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FYUP2_m3gPiM%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DYUP2_m3gPiM&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FYUP2_m3gPiM%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>The video was captured by one of two Raspberry Pis aboard the rocket, both with cameras set up to stream live footage; the streaming seems to have been succcessful, even though the viewing angle for part of the video above <a href="http://www.popularmechanics.com/space/rockets/a16722/hobbyist-rocket-space-race/">wasn&#8217;t quite as planned</a>.</p>\n<p>You&#8217;ll find plenty of technical information in <a href="https://github.com/psas/Launch-12">PSAS&#8217; GitHub repository for this launch</a>, and enthusiasts will be interested to know that they&#8217;ve promised more <a href="https://github.com/psas/Launch-12/tree/gh-pages/data">telemetry data</a> over the next several months. There&#8217;s also an excellent gallery of <a href="https://www.flickr.com/photos/pdxaerospace/sets/72157651608105790">launch photos</a> taken from the ground, including the moment of lift-off from a more conventional viewpoint.</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/">Rocket launch footage from an onboard Pi</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>From rocket launchers to high altitude ballooning to Sonic Pi space music to Astro Pi, much of the Raspberry Pi community is excited by the idea of exploring beyond our Blue Marble. We think you&#8217;ll enjoy this video from a Pi camera belonging to Portland State Aerospace Society, who launched a rocket from the Oregon [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/">Rocket launch footage from an onboard Pi</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Fri Aug 14 2015 11:38:43 GMT-0400 (EDT),
    pubdate: Fri Aug 14 2015 11:38:43 GMT-0400 (EDT),
    pubDate: Fri Aug 14 2015 11:38:43 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/',
    guid: 'https://www.raspberrypi.org/?p=15057',
    author: 'Helen Lynn',
    comments: 'https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: [ 'Uncategorized', 'camera', 'launch', 'rockets', 'space' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'Rocket launch footage from an onboard Pi' },
    'rss:link': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Fri, 14 Aug 2015 15:38:43 +0000' },
    'dc:creator': { '@': {}, '#': 'Helen Lynn' },
    'rss:category': [ [Object], [Object], [Object], [Object], [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15057' },
    'rss:description': 
     { '@': {},
       '#': '<p>From rocket launchers to high altitude ballooning to Sonic Pi space music to Astro Pi, much of the Raspberry Pi community is excited by the idea of exploring beyond our Blue Marble. We think you&#8217;ll enjoy this video from a Pi camera belonging to Portland State Aerospace Society, who launched a rocket from the Oregon [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/">Rocket launch footage from an onboard Pi</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p>From <a href="https://www.raspberrypi.org/blog/smartphone-rocket-launcher/">rocket launchers</a> to <a href="https://www.raspberrypi.org/blog/tag/hab/">high altitude ballooning</a> to <a href="https://www.raspberrypi.org/competitions/sonic-pi/results-2014/">Sonic Pi space music</a> to <a href="https://www.raspberrypi.org/blog/tag/astro-pi/">Astro Pi</a>, much of the Raspberry Pi community is excited by the idea of exploring beyond our Blue Marble. We think you&#8217;ll enjoy this video from a <a href="https://www.raspberrypi.org/products/camera-module/">Pi camera</a> belonging to <a href="http://psas.pdx.edu/">Portland State Aerospace Society</a>, who launched a rocket from the Oregon desert last month. When I first watched it, it brought the whole of the Raspberry Pi Foundation to my desk in seconds, something even Krispy Kreme doesn&#8217;t reliably accomplish.</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FYUP2_m3gPiM%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DYUP2_m3gPiM&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FYUP2_m3gPiM%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>The video was captured by one of two Raspberry Pis aboard the rocket, both with cameras set up to stream live footage; the streaming seems to have been succcessful, even though the viewing angle for part of the video above <a href="http://www.popularmechanics.com/space/rockets/a16722/hobbyist-rocket-space-race/">wasn&#8217;t quite as planned</a>.</p>\n<p>You&#8217;ll find plenty of technical information in <a href="https://github.com/psas/Launch-12">PSAS&#8217; GitHub repository for this launch</a>, and enthusiasts will be interested to know that they&#8217;ve promised more <a href="https://github.com/psas/Launch-12/tree/gh-pages/data">telemetry data</a> over the next several months. There&#8217;s also an excellent gallery of <a href="https://www.flickr.com/photos/pdxaerospace/sets/72157651608105790">launch photos</a> taken from the ground, including the moment of lift-off from a more conventional viewpoint.</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/">Rocket launch footage from an onboard Pi</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/rocket-launch-onboard-pi/feed/' },
    'slash:comments': { '@': {}, '#': '11' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'Education Summit Videos from EuroPython',
    description: '<p>At the end of July, a subset of our Education Team went to Bilbao in Spain for <a href="https://ep2015.europython.eu/en/">EuroPython</a>. As well as giving a number of talks at the conference, we&#8217;d arranged with the organising committee to run an Education Summit and invite teachers along.</p>\n<p><img class="aligncenter wp-image-13959 size-large" src="/wp-content/uploads/2015/06/EuroPython-Education-Summit_Logo_FULL-500x400.png" alt="EuroPython Education Summit_Logo_FULL" width="500" height="400" /></p>\n<p>On the Thursday of the conference, we had a day of Education talks lined up, starting with Carrie Anne who gave the opening keynote, &#8216;<em>Education: A Python solution</em>&#8216;:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F_gU7sfTrz4c%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_gU7sfTrz4c&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F_gU7sfTrz4c%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>(<a href="https://speakerdeck.com/missphilbin/designed-for-education-a-python-solution">see the slides</a>)</p>\n<p>We were lucky enough to meet the creator and <a href="https://en.wikipedia.org/wiki/Benevolent_dictator_for_life">BDFL</a> of Python, Guido van Rossum, who also gave a <a href="https://www.youtube.com/watch?v=bp3mCgrdMxU">keynote</a>.</p>\n\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_20150723_102228/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_20150723_102228-150x150.jpg" class="attachment-thumbnail" alt="IMG_20150723_102228" /></a>\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1409resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1409resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1409resized" /></a>\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1410resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1410resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1410resized" /></a>\n\n<p>Watch my talk on &#8216;<em>Physical Computing with Python and Raspberry Pi</em>&#8216;:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FX-85QhLeTHI%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DX-85QhLeTHI&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FX-85QhLeTHI%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>(<a href="http://www.slideshare.net/bennuttall/physical-computing-with-python-and-raspberry-pi">see the slides</a>)</p>\n<p>Watch James&#8217;s first talk, &#8216;<em>Raspberry Pi Weather Station</em>&#8216;:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FVAbTDiYsY6U%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DVAbTDiYsY6U&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FVAbTDiYsY6U%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>(<a href="https://speakerdeck.com/jrobinsonuk/raspberry-pi-weather-station">see the slides</a>)</p>\n<p>Watch James&#8217;s second talk, &#8216;<em>Pycon &#8211; A teacher&#8217;s perspective</em>&#8216;:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FXuEjV30OQT4%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXuEjV30OQT4&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXuEjV30OQT4%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>(<a href="https://speakerdeck.com/jrobinsonuk/pyconuk-a-teachers-perspective">see the slides</a>)</p>\n<p>Alex Bradbury also gave a lightning talk on <a href="https://github.com/pyland/pyland">Pyland</a> &#8211; a project he&#8217;s working on with a group of interns at the Cambridge Computer Lab. Pyland is a game designed for children to learn Python as a way to progress in the game. Watch out for more on Pyland next month!</p>\n<div id="attachment_15049" style="width: 310px" class="wp-caption aligncenter"><img class="wp-image-15049 size-medium" src="/wp-content/uploads/2015/08/IMG_20150720_120138-300x225.jpg" alt="IMG_20150720_120138" width="300" height="225" /><p class="wp-caption-text">The conference had two Raspberry Pi powered arcade machines and all the TV screens showing the talks schedule were running on Pis too!</p></div>\n<p>At the weekend&#8217;s sprints we had a team of developers working on <a href="http://pygame-zero.readthedocs.org">PyGame Zero</a>, and as part of the Education Summit we ran an intro session for teachers.</p>\n\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1484resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1484resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1484resized" /></a>\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1483resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1483resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1483resized" /></a>\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1482resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1482resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1482resized" /></a>\n\n<div id="attachment_15052" style="width: 510px" class="wp-caption aligncenter"><img class="wp-image-15052 size-large" src="/wp-content/uploads/2015/08/IMG_1675-copy-500x451.jpg" alt="The Pyjokes Society" width="500" height="451" /><p class="wp-caption-text">The <a href="http://pyjok.es/">Pyjokes</a> Society</p></div>\n<p>This year, EuroPython was run by the organisers of <a href="http://pyss15.pyss.org/en/">PySS</a>, a conference in San Sebastian, with a brilliant team of volunteers who helped make it all happen &#8211; they did a great job.</p>\n<div id="attachment_15044" style="width: 510px" class="wp-caption alignnone"><img class="wp-image-15044 size-large" src="/wp-content/uploads/2015/08/IMG_1466resized-500x333.jpg" alt="EuroPython" width="500" height="333" /><p class="wp-caption-text">A huge thanks to the EuroPython team!</p></div>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/education-summit-videos-from-europython/">Education Summit Videos from EuroPython</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>At the end of July, a subset of our Education Team went to Bilbao in Spain for EuroPython. As well as giving a number of talks at the conference, we&#8217;d arranged with the organising committee to run an Education Summit and invite teachers along. On the Thursday of the conference, we had a day of [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/education-summit-videos-from-europython/">Education Summit Videos from EuroPython</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Thu Aug 13 2015 10:50:58 GMT-0400 (EDT),
    pubdate: Thu Aug 13 2015 10:50:58 GMT-0400 (EDT),
    pubDate: Thu Aug 13 2015 10:50:58 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/',
    guid: 'https://www.raspberrypi.org/?p=14924',
    author: 'Ben Nuttall',
    comments: 'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: 
     [ 'Uncategorized',
       'Alex Bradbury',
       'Ben Nuttall',
       'Carrie Anne Philbin',
       'education',
       'europython',
       'guido van rossum',
       'James Robinson',
       'Python' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'Education Summit Videos from EuroPython' },
    'rss:link': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Thu, 13 Aug 2015 14:50:58 +0000' },
    'dc:creator': { '@': {}, '#': 'Ben Nuttall' },
    'rss:category': 
     [ [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=14924' },
    'rss:description': 
     { '@': {},
       '#': '<p>At the end of July, a subset of our Education Team went to Bilbao in Spain for EuroPython. As well as giving a number of talks at the conference, we&#8217;d arranged with the organising committee to run an Education Summit and invite teachers along. On the Thursday of the conference, we had a day of [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/education-summit-videos-from-europython/">Education Summit Videos from EuroPython</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p>At the end of July, a subset of our Education Team went to Bilbao in Spain for <a href="https://ep2015.europython.eu/en/">EuroPython</a>. As well as giving a number of talks at the conference, we&#8217;d arranged with the organising committee to run an Education Summit and invite teachers along.</p>\n<p><img class="aligncenter wp-image-13959 size-large" src="/wp-content/uploads/2015/06/EuroPython-Education-Summit_Logo_FULL-500x400.png" alt="EuroPython Education Summit_Logo_FULL" width="500" height="400" /></p>\n<p>On the Thursday of the conference, we had a day of Education talks lined up, starting with Carrie Anne who gave the opening keynote, &#8216;<em>Education: A Python solution</em>&#8216;:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2F_gU7sfTrz4c%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D_gU7sfTrz4c&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2F_gU7sfTrz4c%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>(<a href="https://speakerdeck.com/missphilbin/designed-for-education-a-python-solution">see the slides</a>)</p>\n<p>We were lucky enough to meet the creator and <a href="https://en.wikipedia.org/wiki/Benevolent_dictator_for_life">BDFL</a> of Python, Guido van Rossum, who also gave a <a href="https://www.youtube.com/watch?v=bp3mCgrdMxU">keynote</a>.</p>\n\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_20150723_102228/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_20150723_102228-150x150.jpg" class="attachment-thumbnail" alt="IMG_20150723_102228" /></a>\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1409resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1409resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1409resized" /></a>\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1410resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1410resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1410resized" /></a>\n\n<p>Watch my talk on &#8216;<em>Physical Computing with Python and Raspberry Pi</em>&#8216;:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FX-85QhLeTHI%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DX-85QhLeTHI&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FX-85QhLeTHI%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>(<a href="http://www.slideshare.net/bennuttall/physical-computing-with-python-and-raspberry-pi">see the slides</a>)</p>\n<p>Watch James&#8217;s first talk, &#8216;<em>Raspberry Pi Weather Station</em>&#8216;:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FVAbTDiYsY6U%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DVAbTDiYsY6U&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FVAbTDiYsY6U%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>(<a href="https://speakerdeck.com/jrobinsonuk/raspberry-pi-weather-station">see the slides</a>)</p>\n<p>Watch James&#8217;s second talk, &#8216;<em>Pycon &#8211; A teacher&#8217;s perspective</em>&#8216;:</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FXuEjV30OQT4%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DXuEjV30OQT4&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXuEjV30OQT4%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>(<a href="https://speakerdeck.com/jrobinsonuk/pyconuk-a-teachers-perspective">see the slides</a>)</p>\n<p>Alex Bradbury also gave a lightning talk on <a href="https://github.com/pyland/pyland">Pyland</a> &#8211; a project he&#8217;s working on with a group of interns at the Cambridge Computer Lab. Pyland is a game designed for children to learn Python as a way to progress in the game. Watch out for more on Pyland next month!</p>\n<div id="attachment_15049" style="width: 310px" class="wp-caption aligncenter"><img class="wp-image-15049 size-medium" src="/wp-content/uploads/2015/08/IMG_20150720_120138-300x225.jpg" alt="IMG_20150720_120138" width="300" height="225" /><p class="wp-caption-text">The conference had two Raspberry Pi powered arcade machines and all the TV screens showing the talks schedule were running on Pis too!</p></div>\n<p>At the weekend&#8217;s sprints we had a team of developers working on <a href="http://pygame-zero.readthedocs.org">PyGame Zero</a>, and as part of the Education Summit we ran an intro session for teachers.</p>\n\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1484resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1484resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1484resized" /></a>\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1483resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1483resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1483resized" /></a>\n<a href=\'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/img_1482resized/\'><img width="150" height="150" src="/wp-content/uploads/2015/08/IMG_1482resized-150x150.jpg" class="attachment-thumbnail" alt="IMG_1482resized" /></a>\n\n<div id="attachment_15052" style="width: 510px" class="wp-caption aligncenter"><img class="wp-image-15052 size-large" src="/wp-content/uploads/2015/08/IMG_1675-copy-500x451.jpg" alt="The Pyjokes Society" width="500" height="451" /><p class="wp-caption-text">The <a href="http://pyjok.es/">Pyjokes</a> Society</p></div>\n<p>This year, EuroPython was run by the organisers of <a href="http://pyss15.pyss.org/en/">PySS</a>, a conference in San Sebastian, with a brilliant team of volunteers who helped make it all happen &#8211; they did a great job.</p>\n<div id="attachment_15044" style="width: 510px" class="wp-caption alignnone"><img class="wp-image-15044 size-large" src="/wp-content/uploads/2015/08/IMG_1466resized-500x333.jpg" alt="EuroPython" width="500" height="333" /><p class="wp-caption-text">A huge thanks to the EuroPython team!</p></div>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/education-summit-videos-from-europython/">Education Summit Videos from EuroPython</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/education-summit-videos-from-europython/feed/' },
    'slash:comments': { '@': {}, '#': '4' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'Science lessons with the camera board',
    description: '<p><em>Before we get down to it today, a quick notice: Matt Timmons-Brown, freshly released from GCSE exam hell, will be dropping in to do some video interviews for his <a href="https://www.youtube.com/user/TheRaspberryPiGuy" target="_blank">Raspberry Pi Guy</a> YouTube channel next week. Do you have any questions you&#8217;d like him to put to Eben? Let us know in the comments.</em></p>\n<p><a href="https://scipiguy.wordpress.com/" target="_blank">Steve Foster</a> is a Computer Science and Science teacher in the UK. He&#8217;s been using the camera board to make demos for science lessons: we&#8217;ve shown you before how to make <a href="https://www.raspberrypi.org/learning/timelapse-setup/" target="_blank">time-lapse</a> or <a href="https://www.raspberrypi.org/blog/new-camera-mode-released/" target="_blank">slow-motion</a> video, but Steve&#8217;s been putting both of those to really good use across the curriculum. We thought these videos were such a good demonstration of how you can use the Pi outside Computing lessons that they deserved a wider audience &#8211; and they&#8217;re fascinating to watch even if you&#8217;re not at school any more. Enjoy!</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FNROSbrLwKFI%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNROSbrLwKFI&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FNROSbrLwKFI%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="375" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FyLYFDLvE9_A%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DyLYFDLvE9_A&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FyLYFDLvE9_A%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="375" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FRrm8JuKgtjE%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRrm8JuKgtjE&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FRrm8JuKgtjE%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="375" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FHa0Vtm74xnc%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DHa0Vtm74xnc&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FHa0Vtm74xnc%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="375" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/">Science lessons with the camera board</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>Before we get down to it today, a quick notice: Matt Timmons-Brown, freshly released from GCSE exam hell, will be dropping in to do some video interviews for his Raspberry Pi Guy YouTube channel next week. Do you have any questions you&#8217;d like him to put to Eben? Let us know in the comments. Steve [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/">Science lessons with the camera board</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Wed Aug 12 2015 07:10:45 GMT-0400 (EDT),
    pubdate: Wed Aug 12 2015 07:10:45 GMT-0400 (EDT),
    pubDate: Wed Aug 12 2015 07:10:45 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/',
    guid: 'https://www.raspberrypi.org/?p=15021',
    author: 'Liz Upton',
    comments: 'https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: 
     [ 'Uncategorized',
       'camera board',
       'education',
       'school',
       'science',
       'slow motion',
       'Steve Foster',
       'teachers',
       'time lapse' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'Science lessons with the camera board' },
    'rss:link': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Wed, 12 Aug 2015 11:10:45 +0000' },
    'dc:creator': { '@': {}, '#': 'Liz Upton' },
    'rss:category': 
     [ [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15021' },
    'rss:description': 
     { '@': {},
       '#': '<p>Before we get down to it today, a quick notice: Matt Timmons-Brown, freshly released from GCSE exam hell, will be dropping in to do some video interviews for his Raspberry Pi Guy YouTube channel next week. Do you have any questions you&#8217;d like him to put to Eben? Let us know in the comments. Steve [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/">Science lessons with the camera board</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p><em>Before we get down to it today, a quick notice: Matt Timmons-Brown, freshly released from GCSE exam hell, will be dropping in to do some video interviews for his <a href="https://www.youtube.com/user/TheRaspberryPiGuy" target="_blank">Raspberry Pi Guy</a> YouTube channel next week. Do you have any questions you&#8217;d like him to put to Eben? Let us know in the comments.</em></p>\n<p><a href="https://scipiguy.wordpress.com/" target="_blank">Steve Foster</a> is a Computer Science and Science teacher in the UK. He&#8217;s been using the camera board to make demos for science lessons: we&#8217;ve shown you before how to make <a href="https://www.raspberrypi.org/learning/timelapse-setup/" target="_blank">time-lapse</a> or <a href="https://www.raspberrypi.org/blog/new-camera-mode-released/" target="_blank">slow-motion</a> video, but Steve&#8217;s been putting both of those to really good use across the curriculum. We thought these videos were such a good demonstration of how you can use the Pi outside Computing lessons that they deserved a wider audience &#8211; and they&#8217;re fascinating to watch even if you&#8217;re not at school any more. Enjoy!</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FNROSbrLwKFI%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DNROSbrLwKFI&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FNROSbrLwKFI%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="375" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FyLYFDLvE9_A%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DyLYFDLvE9_A&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FyLYFDLvE9_A%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="375" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FRrm8JuKgtjE%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DRrm8JuKgtjE&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FRrm8JuKgtjE%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="375" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FHa0Vtm74xnc%3Ffeature%3Doembed&#038;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DHa0Vtm74xnc&#038;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FHa0Vtm74xnc%2Fhqdefault.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=youtube" width="500" height="375" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/">Science lessons with the camera board</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/science-lessons-with-the-camera-board/feed/' },
    'slash:comments': { '@': {}, '#': '20' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'After Dark',
    description: '<p>Galleries are forbidden places once the lights are turned out at night. After Dark was a prize-winning installation from <a href="http://theworkers.net/">The Workers</a>, a studio in East London, which wandered the empty <a href="http://www.tate.org.uk/">Tate Modern and Tate Britain</a> at night in London last year. With Raspberry Pi for brains.</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fplayer.vimeo.com%2Fvideo%2F125705886&#038;url=https%3A%2F%2Fvimeo.com%2F125705886&#038;image=http%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F516461019_1280.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=vimeo" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>You can learn more about the project at <a href="http://www.afterdark.io/">AfterDark.io</a>. We wish we&#8217;d known about it when it was happening, but happily, there&#8217;s a chance that the robots will reappear in another gallery in the future; we&#8217;ll be keeping an eye on their website in case that happens.</p>\n<p>(Space geeks should watch this one to the end; the first operator of the system once it went live was a certain Commander Hadfield.)</p>\n<p>&nbsp;</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/after-dark/">After Dark</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>Galleries are forbidden places once the lights are turned out at night. After Dark was a prize-winning installation from The Workers, a studio in East London, which wandered the empty Tate Modern and Tate Britain at night in London last year. With Raspberry Pi for brains. You can learn more about the project at AfterDark.io. We wish we&#8217;d known about it [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/after-dark/">After Dark</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Tue Aug 11 2015 07:03:25 GMT-0400 (EDT),
    pubdate: Tue Aug 11 2015 07:03:25 GMT-0400 (EDT),
    pubDate: Tue Aug 11 2015 07:03:25 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/after-dark/',
    guid: 'https://www.raspberrypi.org/?p=15018',
    author: 'Liz Upton',
    comments: 'https://www.raspberrypi.org/blog/after-dark/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: 
     [ 'Uncategorized',
       'art',
       'art installation',
       'robots',
       'Tate',
       'Tate Britain',
       'Tate Modern',
       'The Workers' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'After Dark' },
    'rss:link': { '@': {}, '#': 'https://www.raspberrypi.org/blog/after-dark/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/after-dark/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Tue, 11 Aug 2015 11:03:25 +0000' },
    'dc:creator': { '@': {}, '#': 'Liz Upton' },
    'rss:category': 
     [ [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object],
       [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15018' },
    'rss:description': 
     { '@': {},
       '#': '<p>Galleries are forbidden places once the lights are turned out at night. After Dark was a prize-winning installation from The Workers, a studio in East London, which wandered the empty Tate Modern and Tate Britain at night in London last year. With Raspberry Pi for brains. You can learn more about the project at AfterDark.io. We wish we&#8217;d known about it [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/after-dark/">After Dark</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p>Galleries are forbidden places once the lights are turned out at night. After Dark was a prize-winning installation from <a href="http://theworkers.net/">The Workers</a>, a studio in East London, which wandered the empty <a href="http://www.tate.org.uk/">Tate Modern and Tate Britain</a> at night in London last year. With Raspberry Pi for brains.</p>\n<p><iframe class="embedly-embed" src="//cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fplayer.vimeo.com%2Fvideo%2F125705886&#038;url=https%3A%2F%2Fvimeo.com%2F125705886&#038;image=http%3A%2F%2Fi.vimeocdn.com%2Fvideo%2F516461019_1280.jpg&#038;key=c11abcc1b1e44d61afc42b3ded19bfce&#038;type=text%2Fhtml&#038;schema=vimeo" width="500" height="281" scrolling="no" frameborder="0" allowfullscreen></iframe></p>\n<p>You can learn more about the project at <a href="http://www.afterdark.io/">AfterDark.io</a>. We wish we&#8217;d known about it when it was happening, but happily, there&#8217;s a chance that the robots will reappear in another gallery in the future; we&#8217;ll be keeping an eye on their website in case that happens.</p>\n<p>(Space geeks should watch this one to the end; the first operator of the system once it went live was a certain Commander Hadfield.)</p>\n<p>&nbsp;</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/after-dark/">After Dark</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/after-dark/feed/' },
    'slash:comments': { '@': {}, '#': '8' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } },
  { title: 'Bat Pi',
    description: '<p>Do you live in an area with bats? We do, but they&#8217;re so fast that they&#8217;re very hard to spot when they&#8217;re scudding about after insects at dusk; and, of course, human ears are not equipped to hear the ultrasonic tones that they use to make their echolocation calls, so we can&#8217;t hear them either.</p>\n<p><img class="aligncenter size-medium wp-image-15010" src="/wp-content/uploads/2015/08/Bat_echolocation-296x250.jpg" alt="Bat_echolocation" width="296" height="250" /></p>\n<p>A bat primer. Bats are not, as folk legend has it, blind: they can see as well as you or I can. But like you or I, they can&#8217;t see in the dark, so they use a rather brilliant system of echolocation to &#8220;see&#8221; where buildings and the insects they predate on are at night. They make a series of extremely high-frequency calls, and use their big ears to judge how far objects are from them by the amount of time it takes those calls to bounce back to them, which allows them to locate prey and avoid obstacles with great accuracy.</p>\n<p>Your human hearing, depending on how old you are (we lose the top frequencies as we age) will range from about 20Hz (cycles per second) to 15-20 kHz (1000Hz). The sounds bats can hear and produce go all the way up to about 110 kHz. Their calls (which are pretty loud, so perhaps it&#8217;s a good thing we can&#8217;t hear them) aren&#8217;t just one tone: depending on breed, they sweep down from a high frequency to a low one; or move the tone around and around a specific frequency.</p>\n<div id="attachment_15011" style="width: 510px" class="wp-caption aligncenter"><img class="wp-image-15011 size-large" src="/wp-content/uploads/2015/08/Bild2-500x274.jpg" alt="Bat calls" width="500" height="274" /><p class="wp-caption-text">Bat calls</p></div>\n<p>Over in Germany, <span class="goog-text-highlight"><span class="goog-text-highlight">Holger and Henrike</span></span><span class="goog-text-highlight"><span class="goog-text-highlight"> Körber have turned a Raspberry Pi into a bat detection device. An inexpensive high-sensitivity microphone capable of detecting high frequencies, and some batty software, mean users can make graphical interpretations of bat calls; create histories of bat activity; manipulate those calls to bring them into frequencies they can hear; and identify bat species by call using an algorithmic process.</span></span></p>\n<p><img class="aligncenter wp-image-15012 size-large" src="/wp-content/uploads/2015/08/RaspberryPi-Bat-Project-580x329-500x284.jpg" alt="RaspberryPi-Bat-Project-580x329" width="500" height="284" /></p>\n<p>The Körbers also make available a list of bat literature, so you can deep-dive into echolocation and acoustic identification of bat species.</p>\n<p>Head over to <a href="http://www.fledermausschutz.de/forschen/fledermausrufe-aufnehmen/raspberry-pi-bat-project/" target="_blank">FledermausSchutz.de</a> (that&#8217;s Bat Conservation in English) to find out what you need and how to get started. If you don&#8217;t speak German, you&#8217;ll need to run the page through Google Translate; it&#8217;s worth doing.</p>\n<p><i>Update, Aug 12 2015: Henrike mailed me to let me know about an English-language newsletter about the project. We think you&#8217;ll find it a really interesting and informative read. <a href="http://www.fledermausschutz.de/wp-content/uploads/RASPBERRY_PI_BAT_PROJEKT_NEWSLETTER-EN.pdf">You can download it here.</a></i></p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/bat-pi/">Bat Pi</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    summary: '<p>Do you live in an area with bats? We do, but they&#8217;re so fast that they&#8217;re very hard to spot when they&#8217;re scudding about after insects at dusk; and, of course, human ears are not equipped to hear the ultrasonic tones that they use to make their echolocation calls, so we can&#8217;t hear them either. A bat [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/bat-pi/">Bat Pi</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>',
    date: Mon Aug 10 2015 08:08:16 GMT-0400 (EDT),
    pubdate: Mon Aug 10 2015 08:08:16 GMT-0400 (EDT),
    pubDate: Mon Aug 10 2015 08:08:16 GMT-0400 (EDT),
    link: 'https://www.raspberrypi.org/blog/bat-pi/',
    guid: 'https://www.raspberrypi.org/?p=15008',
    author: 'Liz Upton',
    comments: 'https://www.raspberrypi.org/blog/bat-pi/#comments',
    origlink: null,
    image: {},
    source: {},
    categories: [ 'Uncategorized', 'bats', 'ultrasonic sensor', 'wildlife' ],
    enclosures: [],
    'rss:@': {},
    'rss:title': { '@': {}, '#': 'Bat Pi' },
    'rss:link': { '@': {}, '#': 'https://www.raspberrypi.org/blog/bat-pi/' },
    'rss:comments': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/bat-pi/#comments' },
    'rss:pubdate': { '@': {}, '#': 'Mon, 10 Aug 2015 12:08:16 +0000' },
    'dc:creator': { '@': {}, '#': 'Liz Upton' },
    'rss:category': [ [Object], [Object], [Object], [Object] ],
    'rss:guid': { '@': [Object], '#': 'https://www.raspberrypi.org/?p=15008' },
    'rss:description': 
     { '@': {},
       '#': '<p>Do you live in an area with bats? We do, but they&#8217;re so fast that they&#8217;re very hard to spot when they&#8217;re scudding about after insects at dusk; and, of course, human ears are not equipped to hear the ultrasonic tones that they use to make their echolocation calls, so we can&#8217;t hear them either. A bat [&#8230;]</p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/bat-pi/">Bat Pi</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'content:encoded': 
     { '@': {},
       '#': '<p>Do you live in an area with bats? We do, but they&#8217;re so fast that they&#8217;re very hard to spot when they&#8217;re scudding about after insects at dusk; and, of course, human ears are not equipped to hear the ultrasonic tones that they use to make their echolocation calls, so we can&#8217;t hear them either.</p>\n<p><img class="aligncenter size-medium wp-image-15010" src="/wp-content/uploads/2015/08/Bat_echolocation-296x250.jpg" alt="Bat_echolocation" width="296" height="250" /></p>\n<p>A bat primer. Bats are not, as folk legend has it, blind: they can see as well as you or I can. But like you or I, they can&#8217;t see in the dark, so they use a rather brilliant system of echolocation to &#8220;see&#8221; where buildings and the insects they predate on are at night. They make a series of extremely high-frequency calls, and use their big ears to judge how far objects are from them by the amount of time it takes those calls to bounce back to them, which allows them to locate prey and avoid obstacles with great accuracy.</p>\n<p>Your human hearing, depending on how old you are (we lose the top frequencies as we age) will range from about 20Hz (cycles per second) to 15-20 kHz (1000Hz). The sounds bats can hear and produce go all the way up to about 110 kHz. Their calls (which are pretty loud, so perhaps it&#8217;s a good thing we can&#8217;t hear them) aren&#8217;t just one tone: depending on breed, they sweep down from a high frequency to a low one; or move the tone around and around a specific frequency.</p>\n<div id="attachment_15011" style="width: 510px" class="wp-caption aligncenter"><img class="wp-image-15011 size-large" src="/wp-content/uploads/2015/08/Bild2-500x274.jpg" alt="Bat calls" width="500" height="274" /><p class="wp-caption-text">Bat calls</p></div>\n<p>Over in Germany, <span class="goog-text-highlight"><span class="goog-text-highlight">Holger and Henrike</span></span><span class="goog-text-highlight"><span class="goog-text-highlight"> Körber have turned a Raspberry Pi into a bat detection device. An inexpensive high-sensitivity microphone capable of detecting high frequencies, and some batty software, mean users can make graphical interpretations of bat calls; create histories of bat activity; manipulate those calls to bring them into frequencies they can hear; and identify bat species by call using an algorithmic process.</span></span></p>\n<p><img class="aligncenter wp-image-15012 size-large" src="/wp-content/uploads/2015/08/RaspberryPi-Bat-Project-580x329-500x284.jpg" alt="RaspberryPi-Bat-Project-580x329" width="500" height="284" /></p>\n<p>The Körbers also make available a list of bat literature, so you can deep-dive into echolocation and acoustic identification of bat species.</p>\n<p>Head over to <a href="http://www.fledermausschutz.de/forschen/fledermausrufe-aufnehmen/raspberry-pi-bat-project/" target="_blank">FledermausSchutz.de</a> (that&#8217;s Bat Conservation in English) to find out what you need and how to get started. If you don&#8217;t speak German, you&#8217;ll need to run the page through Google Translate; it&#8217;s worth doing.</p>\n<p><i>Update, Aug 12 2015: Henrike mailed me to let me know about an English-language newsletter about the project. We think you&#8217;ll find it a really interesting and informative read. <a href="http://www.fledermausschutz.de/wp-content/uploads/RASPBERRY_PI_BAT_PROJEKT_NEWSLETTER-EN.pdf">You can download it here.</a></i></p>\n<p>The post <a rel="nofollow" href="https://www.raspberrypi.org/blog/bat-pi/">Bat Pi</a> appeared first on <a rel="nofollow" href="https://www.raspberrypi.org">Raspberry Pi</a>.</p>' },
    'wfw:commentrss': 
     { '@': {},
       '#': 'https://www.raspberrypi.org/blog/bat-pi/feed/' },
    'slash:comments': { '@': {}, '#': '28' },
    meta: 
     { '#ns': [Object],
       '@': [Object],
       '#xml': [Object],
       '#type': 'rss',
       '#version': '2.0',
       title: 'Raspberry Pi',
       description: 'An ARM GNU/Linux box for $25. Take a byte!',
       date: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubdate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       pubDate: Fri Aug 21 2015 07:18:30 GMT-0400 (EDT),
       link: 'https://www.raspberrypi.org',
       xmlurl: 'https://www.raspberrypi.org/feed/',
       xmlUrl: 'https://www.raspberrypi.org/feed/',
       author: null,
       language: 'en-GB',
       favicon: null,
       copyright: null,
       generator: 'http://wordpress.org/?v=4.3',
       cloud: {},
       image: {},
       categories: [],
       'rss:@': {},
       'rss:title': [Object],
       'atom:link': [Object],
       'rss:link': [Object],
       'rss:description': [Object],
       'rss:lastbuilddate': [Object],
       'rss:language': [Object],
       'syn:updateperiod': [Object],
       'syn:updatefrequency': [Object],
       'rss:generator': [Object] } } ]
npenin commented 9 years ago

I just found the difference between you and me : my url is https://www.raspberrypi.org/feed whereas yours is https://www.raspberrypi.org/feed/ .

The url without a / returns a 301 to the url with it. I'll handle this case. Thanks a lot for your help and amazing fast support.

danmactough commented 9 years ago

No problem.

That's a great reminder that using a module that's already paved the cowpaths is usually a good idea -- the request module handles redirects. :wink:

drouillard commented 9 years ago

@danmactough +1 for this example and the responsiveness! Awesome work.

danmactough commented 9 years ago

hat-tip