<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Embedded &#8211; blog.</title>
	<atom:link href="http://blog.jayway.com/category/embedded/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.jayway.com</link>
	<description>Jayway</description>
	<lastBuildDate>Fri, 24 Aug 2018 10:39:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.1</generator>

<image>
	<url>http://blog.jayway.com/wp-content/uploads/2019/02/favicon-1.png</url>
	<title>Embedded &#8211; blog.</title>
	<link>http://blog.jayway.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>DIY &#8220;Face ID&#8221; door lock using AWS Rekognition</title>
		<link>http://blog.jayway.com/2018/08/24/diy-face-recognition-door-lock/</link>
					<comments>http://blog.jayway.com/2018/08/24/diy-face-recognition-door-lock/#comments</comments>
		
		<dc:creator><![CDATA[Gustaf Nilklint]]></dc:creator>
		<pubDate>Fri, 24 Aug 2018 10:39:04 +0000</pubDate>
				<category><![CDATA[Cloud]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[aws lambda]]></category>
		<category><![CDATA[aws Rekognition]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[IOT]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<guid isPermaLink="false">https://blog.jayway.com/?p=19492</guid>

					<description><![CDATA[<p>DIY &#8220;Face ID&#8221; I recently started to learn and explore the services at AWS, and the face recognition service seemed particularly interesting. In this post I want to share with you how I managed to build a &#8220;Face ID&#8221; door lock for the office. I picked up the idea from a colleague who suggested that [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2018/08/24/diy-face-recognition-door-lock/">DIY &#8220;Face ID&#8221; door lock using AWS Rekognition</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2018/08/24/diy-face-recognition-door-lock/feed/</wfw:commentRss>
			<slash:comments>10</slash:comments>
		
		
			</item>
		<item>
		<title>White screen problem with Kivy on Raspberry Pi 3 solved</title>
		<link>http://blog.jayway.com/2016/11/04/white-screen-problem-kivy-raspberry-pi-3-solved/</link>
					<comments>http://blog.jayway.com/2016/11/04/white-screen-problem-kivy-raspberry-pi-3-solved/#comments</comments>
		
		<dc:creator><![CDATA[Darius Katz]]></dc:creator>
		<pubDate>Fri, 04 Nov 2016 14:17:50 +0000</pubDate>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Kivy]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<guid isPermaLink="false">https://blog.jayway.com/?p=19012</guid>

					<description><![CDATA[<p>I have developed an application in Python which uses the Kivy framework to implement the user interface. When I tried my application on my Raspberry Pi 3 the result wasn&#8217;t what I expected. The screen just turned white. Now the thing is my Raspberry Pi is running with the screen rotated 90 degrees (i.e. display_rotate=3 [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2016/11/04/white-screen-problem-kivy-raspberry-pi-3-solved/">White screen problem with Kivy on Raspberry Pi 3 solved</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2016/11/04/white-screen-problem-kivy-raspberry-pi-3-solved/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Linux From Scratch on Raspberry Pi</title>
		<link>http://blog.jayway.com/2013/01/20/linux-from-scratch-on-raspberry-pi/</link>
					<comments>http://blog.jayway.com/2013/01/20/linux-from-scratch-on-raspberry-pi/#comments</comments>
		
		<dc:creator><![CDATA[Tomas Nilsson]]></dc:creator>
		<pubDate>Sun, 20 Jan 2013 21:34:46 +0000</pubDate>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[ARM]]></category>
		<category><![CDATA[CLFS]]></category>
		<category><![CDATA[cross-compiling]]></category>
		<category><![CDATA[LFS]]></category>
		<category><![CDATA[Linux From Scratch]]></category>
		<category><![CDATA[Raspberry Pi]]></category>
		<guid isPermaLink="false">http://blog.jayway.com/?p=14687</guid>

					<description><![CDATA[<p>Introduction Linux From Scratch (LFS) is a project providing instructions for building your own Linux system from scratch. If you have not already, I recommend you visiting their homepage http://www.linuxfromscratch.org. LFS has many flavors, and a few of them targets cross-compilation and embedded systems; the CLFS tracks. You will find more information about them here. This [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2013/01/20/linux-from-scratch-on-raspberry-pi/">Linux From Scratch on Raspberry Pi</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2013/01/20/linux-from-scratch-on-raspberry-pi/feed/</wfw:commentRss>
			<slash:comments>33</slash:comments>
		
		
			</item>
		<item>
		<title>A practical approach to the AOSP build system</title>
		<link>http://blog.jayway.com/2012/10/24/a-practical-approach-to-the-aosp-build-system/</link>
					<comments>http://blog.jayway.com/2012/10/24/a-practical-approach-to-the-aosp-build-system/#comments</comments>
		
		<dc:creator><![CDATA[Tomas Nilsson]]></dc:creator>
		<pubDate>Wed, 24 Oct 2012 07:05:51 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[aosp]]></category>
		<category><![CDATA[build systems]]></category>
		<category><![CDATA[make]]></category>
		<guid isPermaLink="false">http://blog.jayway.com/?p=14205</guid>

					<description><![CDATA[<p>Introduction The Android open-source project (AOSP) is quite complex and it can be hard to find a good way to get more familiar with it. I&#8217;m going to try a practical approach, by adding an Android application to the system image, while at the same time describing the relevant parts of the build process. As [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2012/10/24/a-practical-approach-to-the-aosp-build-system/">A practical approach to the AOSP build system</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2012/10/24/a-practical-approach-to-the-aosp-build-system/feed/</wfw:commentRss>
			<slash:comments>13</slash:comments>
		
		
			</item>
		<item>
		<title>Setting up a chroot for Android platform development</title>
		<link>http://blog.jayway.com/2012/10/05/setting-up-a-chroot-for-android-platform-development/</link>
					<comments>http://blog.jayway.com/2012/10/05/setting-up-a-chroot-for-android-platform-development/#comments</comments>
		
		<dc:creator><![CDATA[Tomas Nilsson]]></dc:creator>
		<pubDate>Fri, 05 Oct 2012 11:03:10 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[aosp]]></category>
		<category><![CDATA[linux]]></category>
		<guid isPermaLink="false">http://blog.jayway.com/?p=14191</guid>

					<description><![CDATA[<p>Introduction Since Ubuntu 10.04 is still the only fully supported OS when building the Android source code (according to http://source.android.com/source/initializing.html), you might run into trouble when trying to compile it on an OS with different versions of the tools used in the build process. This happened to me when trying to compile Android ICS (4.0.1_r1) on [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2012/10/05/setting-up-a-chroot-for-android-platform-development/">Setting up a chroot for Android platform development</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2012/10/05/setting-up-a-chroot-for-android-platform-development/feed/</wfw:commentRss>
			<slash:comments>4</slash:comments>
		
		
			</item>
		<item>
		<title>Creating a Linux multi-os installation USB-stick</title>
		<link>http://blog.jayway.com/2012/07/04/creating-a-linux-multi-os-installation-usb-stick/</link>
					<comments>http://blog.jayway.com/2012/07/04/creating-a-linux-multi-os-installation-usb-stick/#comments</comments>
		
		<dc:creator><![CDATA[Tomas Nilsson]]></dc:creator>
		<pubDate>Wed, 04 Jul 2012 19:13:13 +0000</pubDate>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[iso]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[multi-os]]></category>
		<category><![CDATA[usb-installation-stick]]></category>
		<guid isPermaLink="false">http://blog.jayway.com/?p=13912</guid>

					<description><![CDATA[<p>Introduction If you, like me, are tired of burning the latest version of your favorite Linux distribution to a CD/DVD every time a new version comes out, this multi-os installation stick might solve the problem for you. The main differences between this solution and many other USB installation sticks are: It supports installation of multiple [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2012/07/04/creating-a-linux-multi-os-installation-usb-stick/">Creating a Linux multi-os installation USB-stick</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2012/07/04/creating-a-linux-multi-os-installation-usb-stick/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
		<item>
		<title>Getting started with Android NDK</title>
		<link>http://blog.jayway.com/2011/10/13/getting-started-with-android-ndk/</link>
					<comments>http://blog.jayway.com/2011/10/13/getting-started-with-android-ndk/#comments</comments>
		
		<dc:creator><![CDATA[Per-Erik Bergman]]></dc:creator>
		<pubDate>Thu, 13 Oct 2011 20:15:48 +0000</pubDate>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[ndk]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>
		<guid isPermaLink="false">http://blog.jayway.com/?p=10385</guid>

					<description><![CDATA[<p>You want to try out the Android NDK? I have gotten a lot of questions about how to setup and work with the NDK and I decided to write down how I do it. My goal with this entry is to gather all the information you need to get started with the Android NDK. I [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2011/10/13/getting-started-with-android-ndk/">Getting started with Android NDK</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2011/10/13/getting-started-with-android-ndk/feed/</wfw:commentRss>
			<slash:comments>17</slash:comments>
		
		
			</item>
		<item>
		<title>Open links from Text-elements in QtQuick</title>
		<link>http://blog.jayway.com/2011/10/12/open-links-from-text-elements-in-qtquick/</link>
					<comments>http://blog.jayway.com/2011/10/12/open-links-from-text-elements-in-qtquick/#comments</comments>
		
		<dc:creator><![CDATA[Mario Boikov]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 08:42:57 +0000</pubDate>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Qt]]></category>
		<guid isPermaLink="false">http://blog.jayway.com/?p=10368</guid>

					<description><![CDATA[<p>From day one, QtQuick&#8217;s Text-element sports opening URL:s in an external application, typically a web page. It&#8217;s very easy to use this feature and probably most of you have already been close to or have used it. The only thing that is required is that you set the Text.textFormat property to Text.RichText. Default, textFormat is [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2011/10/12/open-links-from-text-elements-in-qtquick/">Open links from Text-elements in QtQuick</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2011/10/12/open-links-from-text-elements-in-qtquick/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Arduino UNO and the Google ADK &#8211; part III</title>
		<link>http://blog.jayway.com/2011/10/12/arduino-uno-and-the-google-adk-part-iii/</link>
					<comments>http://blog.jayway.com/2011/10/12/arduino-uno-and-the-google-adk-part-iii/#comments</comments>
		
		<dc:creator><![CDATA[Tomas Nilsson]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 06:10:05 +0000</pubDate>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[google adk]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://blog.jayway.com/?p=9429</guid>

					<description><![CDATA[<p>Preparing the Arduino The Arduino firmware is a simple program receiving a toggle LED command from the connected Android device. Some parts are taken from the USB Host Shield 2.0 library. Connect the USB Host Shield 2.0 to the Arduino UNO (note that the picture above does not show the connected host shield, but it will [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2011/10/12/arduino-uno-and-the-google-adk-part-iii/">Arduino UNO and the Google ADK &#8211; part III</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2011/10/12/arduino-uno-and-the-google-adk-part-iii/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Arduino UNO and the Google ADK &#8211; part II</title>
		<link>http://blog.jayway.com/2011/10/12/arduino-uno-and-the-google-adk-part-ii/</link>
					<comments>http://blog.jayway.com/2011/10/12/arduino-uno-and-the-google-adk-part-ii/#comments</comments>
		
		<dc:creator><![CDATA[Tomas Nilsson]]></dc:creator>
		<pubDate>Wed, 12 Oct 2011 06:05:11 +0000</pubDate>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[google adk]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://blog.jayway.com/?p=9435</guid>

					<description><![CDATA[<p>Getting into detail The Android application is a  simple demo that toggles a LED connected to the accessory (the Arduino UNO). The Android code can be found under the java directory in the source git: git clone git://github.com/joekickass/Arduino-Uno-Android-Accessory.git Below I will highlight parts of the code. Most of the information given can be found in the [&#8230;]</p>
<p>The post <a rel="nofollow" href="http://blog.jayway.com/2011/10/12/arduino-uno-and-the-google-adk-part-ii/">Arduino UNO and the Google ADK &#8211; part II</a> appeared first on <a rel="nofollow" href="http://blog.jayway.com">blog.</a>.</p>
]]></description>
		
					<wfw:commentRss>http://blog.jayway.com/2011/10/12/arduino-uno-and-the-google-adk-part-ii/feed/</wfw:commentRss>
			<slash:comments>6</slash:comments>
		
		
			</item>
	</channel>
</rss>
