Nice Raspberry Pi 2 article over at ElectronicsWeekly.com

For those of you who would like to read a single article about the Raspberry Pi 2 that explains all the hardware changes and all the expected software options (such as Ubuntu and the IOT version of Windows 10) as well as some really precise details of the design of the board, I can recommend heading over to ElectronicsWeekly.com. One of their writers, Steve Bush, has put together a really great article summing it all up. And best of all, it was written on a Raspberry Pi 2!

Read the article.

Updating Raspbian and NOOBS for the Raspberry Pi 2

For those of you out there who have the Raspberry Pi B+ and have just bought a Pi 2, you will need to update your existing microSD card on the B+ before you plug it into the Pi 2. This is accomplished with a few simple commands and a bit of waiting about.

My friend Tim Richardson (@geeky_tim) has written a great, straightforward tutorial over at The Pi Hut that tells you how to do this. Head on over to The Pi Hut to read how to do it.

Raspberry Pi 2 outshines the B+ in this multi-threaded performance test

Alex Eames from RasPi.TV has written a Python script that tests out the capabilities of the Raspberry Pi 2’s quad-core processor by carrying out sorting operations on a massive list of words. The results are astounding. The Pi 2 clearly beats the B+ in a single-core test and simply wipes the floor with the B+ in a multi-threaded test. You can watch a video of the test and see the code here. He’s also done some power-usage measurements to compare the Pi 2 against all the other models of Pi out there.

Alex has made the code for the multi-threaded test available on GitHub if you’d like to run it yourself or see a great example of how multi-threaded Python programming is done. Python is cross-platform, so you can try this out wherever Python can be installed!