<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>raspberry-pi on Purinda Gunasekara</title>
		<link>https://purinda.com/tags/raspberry-pi/</link>
		<description>Recent content in raspberry-pi on Purinda Gunasekara</description>
		<generator>Hugo</generator>
		<language>en-AU</language>
		
		
		
		
			<lastBuildDate>Sun, 08 Feb 2015 09:22:33 +1100</lastBuildDate>
		
			<atom:link href="https://purinda.com/tags/raspberry-pi/index.xml" rel="self" type="application/rss+xml" />
			<item>
				<title>Compiled binaries of Qt 5.3 for the Raspberry Pi (ARMv6) and Pi 2 (ARMv7-A)</title>
				<link>https://purinda.com/posts/compiled-binaries-of-qt-5-3-for-the-raspberry-pi-and-pi-2/</link>
				<pubDate>Sun, 08 Feb 2015 09:22:33 +1100</pubDate>
				<guid>https://purinda.com/posts/compiled-binaries-of-qt-5-3-for-the-raspberry-pi-and-pi-2/</guid>
				<description>&lt;blockquote&gt;&#xA;&lt;p&gt;At the time of writing Qt 5.4 release existed but I found it has number of bugs that affect multimedia capabilities of the Raspberry Pi.&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Download the following binary release and install using following instructions. Instructions assume you still have the user &lt;strong&gt;pi&lt;/strong&gt; in your Raspberry Pi system and make command installed as well (sudo apt-get install make). For the wget command, use the address found in “Download” link below the instructions.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Raspberry Pi WiFi configuration in Raspbian</title>
				<link>https://purinda.com/posts/raspberry-pi-wifi-configuration-in-raspbian/</link>
				<pubDate>Sat, 07 Feb 2015 00:49:20 +1100</pubDate>
				<guid>https://purinda.com/posts/raspberry-pi-wifi-configuration-in-raspbian/</guid>
				<description>&lt;p&gt;I recently bought a Raspberry Pi2 and installed Raspbian (version 2015-01-31), it comes with WiFi drivers preinstalled for the Realtek module which I used as my Raspberry Pi &lt;a href=&#34;http://au.element14.com/element14/wipi/dongle-wifi-usb-for-raspberry/dp/2133900&#34;&gt;WiFi dongle&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;So I though things will go smoothly once I have the /etc/wpa_supplicant/wpa_supplicant.conf file configured. So what I did was setup it with my wireless network configuration, which looks like below ( I use WPA2-PSK, with CCMP authentication, if yours is different you may need to configure this right first, I used the &lt;strong&gt;wpa_gui&lt;/strong&gt; command in Raspbian for the following config).&lt;/p&gt;</description>
			</item>
			<item>
				<title>QtMultimedia: FATAL: cannot locate cpu MHz in /proc/cpuinfo</title>
				<link>https://purinda.com/posts/fatal-cannot-locate-cpu-mhz-in-proccpuinfo/</link>
				<pubDate>Sun, 10 Aug 2014 23:51:30 +1000</pubDate>
				<guid>https://purinda.com/posts/fatal-cannot-locate-cpu-mhz-in-proccpuinfo/</guid>
				<description>&lt;p&gt;This became a problem for my Raspberry Pi (armv6h) running Archlinux (with a relatively newer kernel). Some users of my Grooveshark server reported some bufferring problems where it stopped streaming songs and reported “FATAL: cannot locate cpu MHz in /proc/cpuinfo”.&lt;/p&gt;&#xA;&lt;p&gt;Since the Grooveshark server is based on Qt5 I thought the new Qt5.3 version had some multimedia library changes that caused the issue, but turned out the issue is /proc/cpuinfo not producing CPU frequency for the ARM based CPUs. But what program is using a proc cpuinfo to determine CPU frequency without getting the value from sys filesystem exposed by the kernel? or using a monotonic clock as per newer kernels, which would provide timing capabilities without depending on system level changes, turned out there are quite a few programs around that depends on the value specified in “cpuinfo” file in proc filesystem. Including “jack” audio server which is a dependancy for QtMultimedia framework and number of other applications.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Weekend Project: Pi Music Box – Raspberry Pi as a Music streaming device</title>
				<link>https://purinda.com/posts/pi-music-box-raspberry-pi-as-a-music-streaming-device/</link>
				<pubDate>Sun, 08 Dec 2013 18:58:37 +1100</pubDate>
				<guid>https://purinda.com/posts/pi-music-box-raspberry-pi-as-a-music-streaming-device/</guid>
				<description>&lt;h4 id=&#34;get-grooveshark-to-run-on-a-raspberry-pi-let-your-friends-connect-to-and-vote-for-their-favourite-songs-let-the-majority-rule-what-you-hear-at-home-or-office&#34;&gt;Get Grooveshark to run on a Raspberry Pi, Let your friends connect to and vote for their favourite songs. Let the majority rule what you hear at home or office. &lt;a class=&#34;anchor&#34; href=&#34;#get-grooveshark-to-run-on-a-raspberry-pi-let-your-friends-connect-to-and-vote-for-their-favourite-songs-let-the-majority-rule-what-you-hear-at-home-or-office&#34; aria-label=&#34;Link to this section&#34;&gt;&lt;/a&gt;&lt;/h4&gt;&#xA;&lt;p&gt;We used to play songs regularly at work. Most of the time I play Dubstep while rest of the team want to listen to Trance or a different genre, this is where the clash of genres occur. This is where this system would be useful, if you get this running on a network then you can ask people to search their favourite songs and queue them in the system. Based on the votes they/others make for the song, it may float up or down making it either famous or not-so-famous. This makes a playlist of highest voted or popular songs.&lt;/p&gt;</description>
			</item>
			<item>
				<title>Multiple/Second SPI Buses on BeagleBone</title>
				<link>https://purinda.com/posts/multiple-spi-bus-beaglebone/</link>
				<pubDate>Mon, 01 Oct 2012 23:23:52 +1030</pubDate>
				<guid>https://purinda.com/posts/multiple-spi-bus-beaglebone/</guid>
				<description>&lt;h2 id=&#34;how-to-get-spi-to-work-on-beaglebone&#34;&gt;How to: Get SPI to work on Beaglebone &lt;a class=&#34;anchor&#34; href=&#34;#how-to-get-spi-to-work-on-beaglebone&#34; aria-label=&#34;Link to this section&#34;&gt;&lt;/a&gt;&lt;/h2&gt;&#xA;&lt;p&gt;If you want just one SPI port running, then most up to date images for beaglebone has enabled them by default.&lt;br&gt;&#xA;Location to get pre-compiled images with SPI1 enabled, &lt;a href=&#34;http://rcn-ee.net/deb/precise-armhf/v3.2.25-psp20/&#34;&gt;http://rcn-ee.net/deb/precise-armhf/v3.2.25-psp20/&lt;/a&gt;&lt;/p&gt;&#xA;&lt;h3 id=&#34;enabling-spi0&#34;&gt;Enabling SPI0 &lt;a class=&#34;anchor&#34; href=&#34;#enabling-spi0&#34; aria-label=&#34;Link to this section&#34;&gt;&lt;/a&gt;&lt;/h3&gt;&#xA;&lt;h4 id=&#34;step-1&#34;&gt;Step 1 &lt;a class=&#34;anchor&#34; href=&#34;#step-1&#34; aria-label=&#34;Link to this section&#34;&gt;&lt;/a&gt;&lt;/h4&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;In order to enable userland SPI we need to be able to rebuild the kernel, so grab the Linux source:&lt;/p&gt;</description>
			</item>
	</channel>
</rss>
