<?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>Alex Sleat &#187; UWE</title>
	<atom:link href="https://alexsleat.co.uk/tag/uwe/feed/" rel="self" type="application/rss+xml" />
	<link>https://alexsleat.co.uk</link>
	<description>/home/alex</description>
	<lastBuildDate>Wed, 02 May 2012 23:27:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Ubuntu 11.10 Proxy Settings</title>
		<link>https://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/</link>
		<comments>https://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/#comments</comments>
		<pubDate>Tue, 24 Jan 2012 17:18:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Command Line]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.10]]></category>
		<category><![CDATA[apt]]></category>
		<category><![CDATA[apt-get install]]></category>
		<category><![CDATA[behind proxy]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[ftp_proxy]]></category>
		<category><![CDATA[http]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[https_proxy]]></category>
		<category><![CDATA[http_proxy]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[UWE]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=27077</guid>
		<description><![CDATA[<br/>Temporary proxy: <p>Where proxy.addr is the proxy address, 4040 is the port number. Some proxies may require &#8220;http://&#8221; before the address.</p> export http_proxy=&#34;proxy.addr:4040&#34; export ftp_proxy=&#34;proxy.addr:4040&#34; export https_proxy=&#34;proxy.addr:4040&#34; <p>If you run this in a terminal, any programs opened from that terminal will adhere to the proxy you set but any other applications will not. This [...]]]></description>
			<content:encoded><![CDATA[<br/><h5>Temporary proxy:</h5>
<p><em>Where proxy.addr is the proxy address, 4040 is the port number. Some proxies may require &#8220;http://&#8221; before the address.</em></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw3">export</span> <span class="re2">http_proxy=</span><span class="st0">&quot;proxy.addr:4040&quot;</span><br />
<span class="kw3">export</span> <span class="re2">ftp_proxy=</span><span class="st0">&quot;proxy.addr:4040&quot;</span><br />
<span class="kw3">export</span> <span class="re2">https_proxy=</span><span class="st0">&quot;proxy.addr:4040&quot;</span></div>
<p>If you run this in a terminal, any programs opened from that terminal will adhere to the proxy you set but any other applications will not. This makes it useful if you just want to launch a browser for a quick browsing session but don&#8217;t need the whole system to access the internet.</p>
<p>If you do need your entire system to access the network, you can add these to the bottom of &#8220;~/.bashrc&#8221; this will enable any new programs running and the whole system (after a restart) to use the settings. Essentially ~/.bashrc are commands run when a terminal is opened.</p>
<p><strong>NOTE:</strong> If you do this, when you remove them your machine will likely need a restart to undo the changes.</p>
<hr/>
<h5> Proxy with login </h5>
<p>If your proxy server requires a login, this is an addition of the above however the syntax is as follows:</p>
<div class="dean_ch" style="white-space: wrap;">user:pass@proxy.addr:<span class="nu0">4040</span></div>
<hr/>
<h5>APT Proxy:</h5>
<p>APT (used for system updates) has its own proxy settings, which seem to ignore the above settings.</p>
<p><em>Where nano is the editor, if you prefer use a graphical one such as gedit, kedit etc.</em></p>
<div class="dean_ch" style="white-space: wrap;"><span class="kw2">sudo</span> <span class="kw2">nano</span> /etc/apt/apt.conf.d/02proxy</div>
<p>add:</p>
<div class="dean_ch" style="white-space: wrap;">Acquire::http::Proxy <span class="st0">&quot;http://proxy.addr:4040&quot;</span>;</div>
<p style="text-align: right;">Source : <a href="http://naveenubuntu.blogspot.com/2011/09/updating-packages-behind-prxy-in-ubuntu.html">http://naveenubuntu.blogspot.com/2011/09/updating-packages-behind-prxy-in-ubuntu.html</a></p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2012/01/24/ubuntu-11-10-proxy-settings/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Inverted Pendulum</title>
		<link>https://alexsleat.co.uk/2011/03/28/inverted-pendulum/</link>
		<comments>https://alexsleat.co.uk/2011/03/28/inverted-pendulum/#comments</comments>
		<pubDate>Mon, 28 Mar 2011 00:08:56 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Robotics]]></category>
		<category><![CDATA[advanced robotics]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[final year]]></category>
		<category><![CDATA[fuzzy]]></category>
		<category><![CDATA[inverted pendulum]]></category>
		<category><![CDATA[pid]]></category>
		<category><![CDATA[project]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[UWE]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=13735</guid>
		<description><![CDATA[<br/><p>As part of my Robotics university course we used an Inverted Pendulum rig to learn some control applications/algorithms. For extra marks we had the challenge to swing the pendulum from hanging down to an upright balancing position. Below is my first attempt which still needs a little tweaking to the values to reduce swings [...]]]></description>
			<content:encoded><![CDATA[<br/><p>As part of my Robotics university course we used an Inverted Pendulum rig to learn some control applications/algorithms. For extra marks we had the challenge to swing the pendulum from hanging down to an upright balancing position. Below is my first attempt which still needs a little tweaking to the values to reduce swings needed, increase reliability and reduce travel distance of the balancing algorithm but the general idea is there and it manages to get the pendulum up and balancing in a reasonable amount of time.</p>
<p><center><iframe title="YouTube video player" width="640" height="390" src="http://www.youtube.com/embed/ji3JJbE2L1s?rel=0&amp;hd=1" frameborder="0" allowfullscreen></iframe></center></p>
<p>Due to the project being part of the course I&#8217;m unable to release more information about it.</p>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2011/03/28/inverted-pendulum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FYP &#124; mbed + C328 First Image</title>
		<link>https://alexsleat.co.uk/2010/09/17/fyp-mbed-c328-first-image/</link>
		<comments>https://alexsleat.co.uk/2010/09/17/fyp-mbed-c328-first-image/#comments</comments>
		<pubDate>Fri, 17 Sep 2010 03:33:38 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[blog1]]></category>
		<category><![CDATA[Final Year Project]]></category>
		<category><![CDATA[c328]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[final year project]]></category>
		<category><![CDATA[fyp]]></category>
		<category><![CDATA[JPEG]]></category>
		<category><![CDATA[machine vision]]></category>
		<category><![CDATA[mbed]]></category>
		<category><![CDATA[robotics]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[uart]]></category>
		<category><![CDATA[UWE]]></category>

		<guid isPermaLink="false">https://alexsleat.co.uk/?p=691</guid>
		<description><![CDATA[<br/><p>After spending some time to write mbed drivers for the C328 camera for mbed and then taking a break, it looks like someone swooped in and did a cracking job &#8211; http://mbed.org/users/shintamainjp/notebook/CameraC328/. The test program takes uncompressed snapshot (80x60px), uncompressed preview (80x60px), JPEG snapshot and JPEG preview images and stores them on the mbed [...]]]></description>
			<content:encoded><![CDATA[<br/><p>After spending some time to write mbed drivers for the C328 camera for mbed and then taking a break, it looks like someone swooped in and did a cracking job &#8211; <a href="http://mbed.org/users/shintamainjp/notebook/CameraC328/">http://mbed.org/users/shintamainjp/notebook/CameraC328/</a>. The test program takes uncompressed snapshot (80x60px), uncompressed preview (80x60px), JPEG snapshot and JPEG preview images and stores them on the mbed filesystem which allows you to grab them via USB.</p>
<p>A huge issue it looks like I&#8217;m going to face is that it takes on average about 6.9 seconds (or a incredible 0.145fps) to take a 80x60px uncompressed image and around 11.6 seconds (0.08621fps) for a 640x480px JPEG image, which I think may be more down to the camera than the mbed or software. If that is the case, there may be a pretty high chance I&#8217;m going to have to switch my camera.</p>
<p>I&#8217;ll have to explore the code a little more tomorrow to see how this work (in the hours when it&#8217;s not so late/early) but this should be perfect since it should give me more time for vision processing..</p>
<div id="attachment_693" class="wp-caption aligncenter" style="width: 650px"><a href="https://alexsleat.co.uk/wp-content/uploads/2010/09/JPPV0000.jpg"><img class="size-full wp-image-693" title="mbed + c328" src="https://alexsleat.co.uk/wp-content/uploads/2010/09/JPPV0000.jpg" alt="jpeg preview" width="640" height="480" /></a><p class="wp-caption-text">mbed + C328 - JPEG Preview (640x480px)</p></div>
]]></content:encoded>
			<wfw:commentRss>https://alexsleat.co.uk/2010/09/17/fyp-mbed-c328-first-image/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
