<?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>milliAmp &#187; Gadgets</title>
	<atom:link href="http://milliamp.org/category/gadgets/feed/" rel="self" type="application/rss+xml" />
	<link>http://milliamp.org</link>
	<description>the website of Alex Taylor</description>
	<lastBuildDate>Thu, 08 Jul 2010 00:38:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Caller ID laziness</title>
		<link>http://milliamp.org/2009/caller-id-laziness/</link>
		<comments>http://milliamp.org/2009/caller-id-laziness/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 06:10:01 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=100</guid>
		<description><![CDATA[At my house, we have a VoIP line provided by Xnet. In my house, I have a small QoS router that has two POTS plug that allow my to plug my normal phones into the VoIP line. What is even better is that the Caller ID that comes with the line also gets displayed on [...]]]></description>
			<content:encoded><![CDATA[<p>At my house, we have a <a href="http://www.xnet.co.nz/fusion/index.shtml">VoIP line provided by Xnet</a>. In my house, I have a small QoS router that has two POTS plug that allow my to plug my normal phones into the VoIP line. What is even better is that the Caller ID that comes with the line also gets displayed on the phones I have.</p>
<p>As I&#8217;m incredibly lazy, I set about finding a way for my computer to tell me who was calling when the phone rang instead of having to find the cordless phone (or run to the corded one if it was flat) to check who was calling. I have set an option in the control panel at <a href="http://www.xnet.co.nz/">Xnet</a> that sends me an email whenever someone rings my home, which includes the Caller ID but alas, it still takes the email about 30 seconds to arrive in my inbox (I check my email every 1 minute) so it didn&#8217;t really help to know who it was before I picked it up.</p>
<p>It turns out that the router&#8217;s status page displays the state of the VoIP line and also the last number that called it. Bingo! I whipped up a little PHP CLI script that polled the router&#8217;s status page for when the status was &#8220;Ringing&#8221; and captured the phone number displayed there.</p>
<p>I then added a piece of AppleScript that interfaces with Address Book on MacOS X which could translate a phone number into a name if that number was in the Address Book.</p>
<p>The last piece of the puzzle was to utilise the command line program called <code>growlnotify</code> to send out a <a href="www.growl.info">Growl</a> notification and made it send out to the two laptops in the house. </p>
<p>I placed this script on the Mac Mini I have connected in the lounge and set it running. A few bug fixes later and I now have Growl alerts show up on my laptop screen within about 3 seconds of my home phone ringing saying exactly who is ringing.</p>
<p>All in the name of laziness.</p>
<p>If anyone is interested, I can post the utility. The VoIP router I designed it for is the <a href="http://www.amazon.com/Linksys-SPA2102-Phone-Adapter-Router/dp/B000FKP55K">Linksys SPA-2102</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2009/caller-id-laziness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BluePhoneElite and Screen Saver Reactors</title>
		<link>http://milliamp.org/2008/bluephoneelite-and-screen-saver-reactors/</link>
		<comments>http://milliamp.org/2008/bluephoneelite-and-screen-saver-reactors/#comments</comments>
		<pubDate>Mon, 24 Nov 2008 20:41:14 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=91</guid>
		<description><![CDATA[I use a wonderful program called BluePhoneElite at home and at work to interface with my mobile phone over Bluetooth, reducing the need for me to take it out of my pocket. I can reply to text messages using my keyboard and can see who is calling me before I reach for my phone. One [...]]]></description>
			<content:encoded><![CDATA[<p>I use a wonderful program called <a href="http://mirasoftware.com/BPE2/">BluePhoneElite</a> at home and at work to interface with <a href="http://milliamp.org/2008/sony-ericsson-v640i/">my mobile phone</a> over Bluetooth, reducing the need for me to take it out of my pocket. I can reply to text messages using my keyboard and can see who is calling me before I reach for my phone.</p>
<p>One other useful feature that I use is the screensaver reactor which is activated when I move my phone in and out of Bluetooth range of the computer. It automatically starts my screensaver when I leave my desk and turns it off again when I come close. </p>
<p>This is all pretty dandy and great but there is one little Mac OS feature I&#8217;d like to use, &#8220;Require password to wake this computer from sleep or screen saver&#8221;. What I&#8217;d like to have happen is that if I come back within range of my computer, it won&#8217;t require a password. My workstation doesn&#8217;t require very high security and as long as there is one factor of authentication for being able to access my machine I&#8217;m happy, either my password or my phone being in range.</p>
<p>Implementing a feature like that would probably present a range of issues for the developers and if ever created may end up with some sort of custom screensaver implementation or finding a background way of killing off the screensaver when the device is brought back in range.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/bluephoneelite-and-screen-saver-reactors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone 3G</title>
		<link>http://milliamp.org/2008/iphone-3g/</link>
		<comments>http://milliamp.org/2008/iphone-3g/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 23:39:53 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=56</guid>
		<description><![CDATA[By now you must have heard the noise about Vodafone New Zealand&#8216;s announcement of their iPhone 3G Plans. What a lot of people are saying is that compared to international prices, these plan details are extortionate. Vodafone have made the point that their plans compare with what is on the market in New Zealand already [...]]]></description>
			<content:encoded><![CDATA[<p>By now you must have heard the noise about <a href="http://vodafone.co.nz/">Vodafone New Zealand</a>&#8216;s announcement of their <a href="http://www.vodafone.co.nz/iphone/plans.jsp">iPhone 3G Plans</a>. </p>
<p>What a <a href="http://www.daniels.net.nz/2008/07/08/vodafone-announces-iphone-pricing/">lot</a> of <a href="http://www.petitiononline.com/nzmac/petition.html">people</a> are saying is that <a href="http://forums.mactalk.com.au/47/52002-constantly-updated-international-iphone-price-rundown.html">compared to international prices</a>, these plan details are extortionate. Vodafone have made the point that their plans compare with what is on the market in New Zealand already but that <a href="http://www.stuff.co.nz/4610626a28.html">doesn&#8217;t seem good enough</a>.</p>
<p>A Vodafone Marketing representative <a href="http://digg.com/apple/Vodafone_NZ_Slaughtered_on_TV_about_Outrageous_iPhone_Plans">got monstered on Campbell Live last night</a> in typical John Campbell fashion. I don&#8217;t think the guy completely expected John Campbell to have complete listings of the plans available to iPhone customers from all over the world right in front of him. The guy had to stick to &#8220;we are offering a range of plans&#8221; that &#8220;represent great value&#8221; for New Zealand customers. </p>
<p>Vodafone also mentioned that the upfront cost for the handset on their cheapest plan is comparable to the price of an iPod Touch. Currently in the USA, the iPod Touch is <strong>more expensive</strong> than the iPhone. You normally expect a handset-subsidy when you sign up on a long contract and that point was basically saying that on the $80 a month plan you get no subsidy.</p>
<p>I was waiting out to see these prices to decide whether I&#8217;d get an iPhone. The announcement in the US of such cheap prices gave me a little glimmer of hope when Vodafone announced they would also offer the iPhone from as low as $199. The catch is that to get the phone for $199, you have to sign up for a 24 month contract at $250 a month. This includes 1GB of internet traffic and 600 minutes as well as 600 text messages but comparing to plans overseas it falls far short as most countries offer a plan cheaper far cheaper than that which includes unlimited traffic.</p>
<p>Unfortunately, I won&#8217;t be getting one in the near future. Public pressure has caused a <a href="http://www.ipodnn.com/articles/08/07/03/telia.reworks.iphone.plans/">Swiss provider to alter their iPhone plans</a>, we&#8217;ll see if the consumer attitude is similar in New Zealand. I hope Vodafone have shot themselves in the foot. They had the potential to murder the market share statistics by getting a bunch of people who haven&#8217;t yet had a PDA or cell phone into the market by making this device affordable, similar to what has happened in the US but it appears they&#8217;ve lost that chance. It would have been perfect considering <a href="http://www.stuff.co.nz/4515022a13.html">Telecom&#8217;s imminent entry into the UMTS world</a>.</p>
<p>You can buy the iPhone from Vodafone without a contract by visiting a Vodafone store but the 8GB model will cost you $979 and the 16GB model $1129. However you apparently won&#8217;t be able to access the internet via the Vodafone network without a Mobile Broadband contract.</p>
<p>Also, <a href="http://vodafonenz.custhelp.com/cgi-bin/vodafonenz.cfg/php/enduser/std_adp.php?p_faqid=6521">visual voicemail will not be available from launch</a> in New Zealand and you apparently <a href="http://vodafonenz.custhelp.com/cgi-bin/vodafonenz.cfg/php/enduser/std_adp.php?p_faqid=6513">cannot use an iPhone on Prepay</a>. </p>
<p>Oh well.</p>
<p>It turns out you can use the iPhone on Vodafone&#8217;s existing on account plans as long as you have a mobile broadband plan. This means you can get an iPhone for $849 on a plan which includes 200MB Data ($0.50/mb overage charge), 40 text messages, 20 anytime minutes and 60 off-peak minutes for $48.90. This may be appropriate for those who want to only use their iPhone occasionally. This plan is the Mobilise 200 + <a href="http://www.vodafone.co.nz/plans/on-account/base-plans.jsp">YouChoose Base plan</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/iphone-3g/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Network Topology</title>
		<link>http://milliamp.org/2008/network-topology/</link>
		<comments>http://milliamp.org/2008/network-topology/#comments</comments>
		<pubDate>Sat, 28 Jun 2008 05:18:12 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=50</guid>
		<description><![CDATA[Last Thursday afternoon, a close friend of mine gave me a call to ask whether a discounted price he had seen for an iPod Touch was a good deal or not. He was pretty keen on getting an iPod Touch even though the iPhone 2.0 is released in a couple of weeks but he seemed [...]]]></description>
			<content:encoded><![CDATA[<p>Last Thursday afternoon, a close friend of mine gave me a call to ask whether a discounted price he had seen for an <a href="http://apple.co.nz/ipodtouch/">iPod Touch</a> was a good deal or not. He was pretty keen on getting an iPod Touch even though the <a href="http://apple.co.nz/iphone/">iPhone 2.0</a> is released in a couple of weeks but he seemed pretty set and doesn&#8217;t have a need for another cellphone as his work supplies one for his use.</p>
<p>They don&#8217;t currently have a wireless network at their house and seeing as the iPod Touch has wi-fi capability we ended up discussing that I was interesting in selling my current Airport Express Wireless G base-station to upgrade my infrastructure to <a href="http://en.wikipedia.org/wiki/IEEE_802.11n">Wireless-N</a>.</p>
<p>The main reason I wanted to upgrade was actually to have an <a href="http://apple.co.nz/airportextreme/">Airport Extreme Base Station</a> which would allow me to share both printers and also a couple of hard-drives over the wireless. The Airport Express only supports one printer and no hard-drives so I have had to switch USB cables around to print to the other printer in the past.</p>
<p>So, knowing that he was keen for that deal, I went out and purchased a new Airport Extreme Base Stations with Wireless-N and Gigabit ethernet. I also picked up a new <a href="http://apple.co.nz/airportexpress/">Wireless-N capable Airport Express</a> so that I could once again stream music to our downstairs speakers.</p>
<p>My next mission was obviously to map out how I wanted to set up the network and the devices. I love setting up network infrastructure, I don&#8217;t purport to say I&#8217;m any good at it at all but I find it a hell of a lot of fun.</p>
<p>I plan to sprinkle this blog post with diagrams of the old set-up and the new set-up but my <a href="http://milliamp.org/2008/help-i-cant-see/">laptop is currently at the shop</a> getting its iSight looked at and I&#8217;m using a user-account on <a href="http://plasticwings.net">Aimee</a>&#8216;s laptop which doesn&#8217;t have anything that I can easily draw diagrams in. For now I&#8217;ll add a textual description.</p>
<p>My network consisted of:</p>
<ul>
<li>An ADSL Modem/Router for internet connectivity</li>
<li>A LinkSys VOIP to POTS adapter, for use with our <a href="http://xnet.co.nz/">Xnet</a> <a href="http://xnet.co.nz/fusion/">Fusion</a> VOIP account</li>
<li>An <a href="http://apple.co.nz/macmini/">Apple Mac Mini</a>, connected in the lounge for entertainment purposes</li>
<li>Two <a href="http://apple.co.nz/macbookpro/">Apple MacBook Pro</a> Laptops</li>
<li>An Apple Airport Express, currently in use only as a base station since we moved to our new house</li>
</ul>
<p>Then I added:</p>
<ul>
<li>An Apple Airport Extreme Base Station</li>
<li>A new Apple Airport Express</li>
</ul>
<p>And I&#8217;ve packed up the old Airport Express.</p>
<p>I wanted to add to the network</p>
<ul>
<li>My <a href="http://milliamp.org/2006/laser-printer/">Laser printer</a></li>
<li>My inkjet Printer</li>
<li>My <a href="http://milliamp.org/2007/external-storage/">2-disk RAID enclosure</a></li>
<li>Possibly a couple more hard-drives for laptop back-up purposes.</li>
</ul>
<p>There are a couple of restrictions this placed on the network. For internal network QoS, the Linksys VOIP Adapter needs to be placed between the router and the network so that voice traffic gets injected right at the router. This also means that our cordless phone and corded phone need to be connected within a few meters of that adapter.</p>
<p>The RAID enclosure isn&#8217;t network capable so it needs to be connected  with a meter or so of the Airport Extreme Base Station. As do the printers.</p>
<p>Also, the only two locations in the entire house with a phone plug are the kitchen/dining area and the master bedroom.</p>
<p>So I went ahead and picked out a possible solution. It all works pretty well.</p>
<p>I went the whole hog and set up my Wireless-N network on the 5GHz frequency using wide-channels to get maximum possible throughput. We don&#8217;t have any 802.11b or g devices in the house (or so I thought) and I doubt anyone in our close proximity has a 5GHz network set up so all was well.</p>
<p>I have the router in the master bedroom and an ethernet cable running from that into our work room. In there is the Base Station, the hard-drives, the printers and the VOIP adapter attached to the cordless phone base.</p>
<p>Downstairs I have the Airport Express and the Mac Mini. As I eluded to above, it turns out that the Mac Mini isn&#8217;t Wireless-N capable as I thought it was, it only supports 802.11b and 802.11g so it ended up being connected via gigabit to the new Airport Express as they&#8217;re right next to each other anyway. The Express is currently connected to the Base Station using <a href="http://en.wikipedia.org/wiki/Wireless_Distribution_System">WDS</a>.</p>
<p>I had a fun time setting up the printers. I decided to stretch USB to the limits and see how far away I could keep the printers from the base station. It turns out it is 7 meters keeping to the skirting board to the first printer and another 3 meters to the second where they are placed quite conveniently now. There is a maximum length of 5 meters between devices  so I pulled out an old <a href="http://www.dse.co.nz/cgi-bin/dse.storefront/en/product/XH8199">USB Active Extension cable</a>, then plugged in a  2 meters of USB extension, followed by a USB hub and then plugged the first printer in using a short cable and used a 3 meter cable to reach to the other printer.</p>
<p>I thought I had all my numbers worked out but for some reason, the base stations wasn&#8217;t recognising either of the printers! I played around a little and found that the base station didn&#8217;t like the active extension cable plugged into it, but it didn&#8217;t mind having a hub first and <em>then</em> the active extension so I went down that road. Turns out I would have had to add that initial hub anyway to plug in the hard drives next to the base station so all is well.</p>
<p>I wasn&#8217;t particularly pleased with the file transfer throughput so I ended up playing around with WDS, wide-channels, different frequencies and even forcing the base station down to wireless-g to see if I could find out what was happening.</p>
<p>I&#8217;m just finishing up testing the network performance using the various settings which I&#8217;ll post about at a later stage.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/network-topology/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Sony Ericsson V640i</title>
		<link>http://milliamp.org/2008/sony-ericsson-v640i/</link>
		<comments>http://milliamp.org/2008/sony-ericsson-v640i/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 01:40:47 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://milliamp.org/?p=44</guid>
		<description><![CDATA[A while ago I decided to use my mobile phone for what I wanted to, as often as I needed and not worry much about the costs associated with it. This gave me a better estimate of how much I would normally spend instead of having it biased by how much I had left in [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-45" title="sony_ericsson_v640i" src="http://milliamp.org/wp-content/uploads/2008/06/sony_ericsson_v640i-300x300.jpg" alt="Sony Ericsson v640i" width="138" height="300" style="float:right; border: none;" /><br />
A while ago I decided to use my mobile phone for what I wanted to, as often as I needed and not worry much about the costs associated with it. This gave me a better estimate of how much I would normally spend instead of having it biased by how much I had left in my prepay balance. Recently, I investigated how much I was spending and figured out that it is pretty close to $50 a month. So I decided to sign up for <a href="http://www.vodafone.co.nz/specials-promos/best-plans.jsp">Vodafone&#8217;s TXTer Plan</a>. It is $40 a month and includes more minutes than I currently use and more text messages than I currently send so it has a bit of growing room. The key for me was that it was less than I was currently spending. The early termination fee, if I should terminate in the first 12 months (of the 24 month contract) is only $160. Along with the plan is a $130 3G Handset subsidy which I used to purchase a <a href="http://www.sonyericsson.com/cws/products/mobilephones/overview/v640i?cc=nz&#038;lc=en">Sony Ericsson v640i</a>.</p>
<p>If I cancel and sell the phone at the 6-month mark, if I sell it for $30 less than the purchase price, I work out even as I would&#8217;ve been saving $10-a-month on prepay costs.</p>
<p>Anyway, that is enough about the contract, more about the phone. Now, I had a set of criteria for a new phone and a budget so my options were cut down for me quite well. Here are the reasons for choosing this phone:</p>
<dl>
<dt>
<h3>Awesome Bluetooth support</h3>
</dt>
<dd>It supports more Bluetooth services than anything except the <a href="http://www.symbian.com/">Symbian</a>-based Nokias. I use a Bluetooth integration program on my Mac called <a href="http://mirasoftware.com/BPE2/">BluePhoneElite</a> for storing text messages, sending and receiving text messages through my laptop, call logs and proximity actions. This phone had no known issues on their <a href="http://mirasoftware.com/BPE2/phones/">compatibility page</a> and had ticks next to all the functions. No other phone in my price bracket had such good support so that was a definite tick.</dd>
<dt>
<h3>Price</h3>
</dt>
<dd>This phone dropped to $299 when I got it ordered so that made it very affordable ($160 after the new handset subsidy). I couldn&#8217;t justify more than $250 on a phone so that meant I gave it a tick for price.</dd>
<dt>
<h3>Size</h3>
</dt>
<dd>This thing is small and not very heavy. Until recently all the 3G-capable phones available here have been very bulky and ugly so the small factor of this one was pleasing.</dd>
<dt>
<h3>The Style</h3>
</dt>
<dd>I really don&#8217;t like flip phones, they always feel like they&#8217;re going to break when I shut them and to open them you have to either have to use two hands of jam your finger between the halves and flick upwards. It just feels like its putting unnecessary wear-and-tear on the thing. This phone is &#8220;candy-bar&#8221; style which means it is a solid, one-piece unit.</dd>
<dt>
<h3>Colours</h3>
</dt>
<dd>The red and black version of this phone is nice but feels a little bit tacky. What I wanted was the &#8220;Havana Gold&#8221; version which I think looks awesome.</dd>
</dl>
<h3>Niggles</h3>
<p>There are a couple of things which bug me, they aren&#8217;t deal-breakers but they are things which I think should be improved.</p>
<ul>
<li>You can&#8217;t change the function of the top left and top right buttons. You can reassign the directions of the navigation key but not those two select buttons. You can on Nokias like the <a href="http://store.vodafone.co.nz/Mobile_details_Summary.aspx?ptrecno=3089">Nokia 6085</a> and on the <a href="http://www.motorola.com/consumer/v/index.jsp?vgnextoid=bc187e20f7f20110VgnVCM1000008206b00aRCRD&#038;show=productHome">Motorola RIZR Z3</a> which I had before this. I don&#8217;t know whether this is a restriction added by <a href="http://vodafone.co.nz/">Vodafone</a> so that you can&#8217;t remove their shiny &#8220;Vodafone Live!&#8221; logo from the Home screen or if it simply was never a feature of this phone but it is a little annoying as I&#8217;m unlikely to want to use Vodafone Live and I&#8217;d prefer it to be something like &#8220;Bluetooth&#8221;.</li>
<li>Text size in the menus. It is quite big, I&#8217;d prefer to be able to shrink it like on a <a href="http://store.vodafone.co.nz/Mobile_details_Summary.aspx?ptrecno=3089">Nokia 6085</a> where you can choose the text size for different sections.</li>
</ul>
<p>I&#8217;ll post another blog entry later about the HID-compliant Bluetooth Remote Control Program Sony Ericssons come with which can be used to control a Mac or PC and the <a href="http://developer.sonyericsson.com/site/global/docstools/misc/p_misc.jsp">complementing Desktop Application</a> for creating new remote control sets. I&#8217;ve set one up now to work exactly as I want and can perform a host of functions straight from my phone (things like controlling music).</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/sony-ericsson-v640i/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Freeview&#124;HD – Update</title>
		<link>http://milliamp.org/2008/freeview-hd-update/</link>
		<comments>http://milliamp.org/2008/freeview-hd-update/#comments</comments>
		<pubDate>Sun, 18 May 2008 05:34:21 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://milliamp.org/2008/freeviewhd-%e2%80%93-update/</guid>
		<description><![CDATA[A few weeks ago I wrote an article on trying to get the Elgato EyeTV Hybrid TV Tuner working with New Zealand&#8217;s]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago <a href="http://milliamp.org/2008/freeview-hd">I wrote an article on trying to get the Elgato EyeTV Hybrid TV Tuner working</a> with New Zealand&#8217;s <a href="http://freeviewnz.tv/index.php?section_id=15"new DVB-T service</a> and had a mixed result. Well recently <a href="http://www.elgato.com/">Elgato</a> brought out EyeTV 3.0.2 which seems to fix all the problem I was experiencing with it.</p>
<ul>
<li>The interlaced channels now actually play properly.
</li>
<li>The &#8220;New Zealand&#8221; setting has the correct parameters.
</li>
<li>It doesn&#8217;t appear to stutter after playing back a recording after 10 minutes
</li>
</ul>
<p>My only issue now is that the signal strength isn&#8217;t particularly great and I&#8217;m suffering choppiness and dropouts every 10-20 seconds at some times of the day. By the looks, that is a lot to do with the aerial on the roof and slightly broken wall socket for the aerial. It is still very watchable but it does get frustrating after a while.</p>
<p>We rent the place we&#8217;re staying in at the moment and only moved in in March so I hadn&#8217;t really paid any attention to the roof, turns out, we only have a VHF/UHF combination aerial unlike 90% of the houses in the area which have a VHF aerial and a medium or fringe UHF aerial. This explains why reception of Prime is so crap.</p>
<p>In Hamilton, an &#8220;infill&#8221; Freeview|HD transmitter has been set up in the CBD which means that we are approximately 2.5km from it. The big problem is that the aerial isn&#8217;t pointing in that direction so we can&#8217;t really benefit. To show the difference though, the aerial is probably pointing out to Te Aroha at the moment but I can&#8217;t get a stable Freeview signal from the Te Aroha frequencies but I can on the Hamilton Infill frequencies so I have a hunch that if the aerial was facing the infill the reception would significantly improve.</p>
<p>Some approximate trigonometry using Google Earth and a ruler shows at least 15º rotation between the two transmitters from our location.</p>
<p>My next step is to investigate options of repointing the aerial or asking the landlord nicely for a UHF antenna.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/freeview-hd-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Freeview&#124;HD</title>
		<link>http://milliamp.org/2008/freeview-hd/</link>
		<comments>http://milliamp.org/2008/freeview-hd/#comments</comments>
		<pubDate>Tue, 22 Apr 2008 05:56:43 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://milliamp.org/2008/freeviewhd/</guid>
		<description><![CDATA[Most of the problems I&#8217;ve been having with EyeTV are resolved in EyeTV 3.0.2. I have written an update article that has more detail. More updates: Appears I had the position of the Hamilton infill transmitter slightly wrong on the map, updated the co-ordinates. New Zealand recently launched Freeview&#124;HD, a High-Definition free-to-air television service. There [...]]]></description>
			<content:encoded><![CDATA[<div class="update">Most of the problems I&#8217;ve been having with EyeTV are resolved in EyeTV 3.0.2. <a href="http://milliamp.org/2008/freeview-hd-update/">I have written an update article that has more detail</a>.</p>
<p>More updates: Appears I had the position of the Hamilton infill transmitter slightly wrong on the map, updated the co-ordinates.</div>
<p><img style="float: right; border: none" src="http://milliamp.org/wp-content/uploads/2008/04/freeview_hd.gif" alt="Freeview|HD Logo" />New Zealand recently launched Freeview|HD, a High-Definition free-to-air television service.<br />
There are now two Digital Video Broadcast (DVB) services in New Zealand. The first is a satellite service which launched last year and the newest is a terrestrial High Definition service.</p>
<p>Last year, I bought a satellite-based Freeview box because the television reception at our flat was shocking and there was a Sky satellite dish on the roof when we moved in. Setting that up was a breeze, just plugged in the cables and it practically set itself up.</p>
<p><a title="Elgato EyeTV Hybrid Tuner" href="http://milliamp.org/wp-content/uploads/2008/04/int_hyb_gallery_01.jpg"><img style="float: left; margin-left: 0; margin-right: 10px;" src="http://milliamp.org/wp-content/uploads/2008/04/int_hyb_gallery_01.thumbnail.jpg" alt="Elgato EyeTV Hybrid Tuner" /></a>Two weeks ago, I decided to buy an Elgato EyeTV Hybrid to see whether it could handle the new terrestrial service so we could watch television is crazy resolution. The answer was a resounding &#8220;sort-of&#8221;. The software that comes with the EyeTV Hybrid and all Elgato&#8217;s products is regarded as the best native Mac PVR software, so I really wanted to give it a go.</p>
<p>I took it all home and plugged it into our Mac Mini. I got the software installed and then mucked around trying to figure out which cable coming from the wall was the UHF aerial. There were three cables, one I knew was the satellite as I had our old Freeview box plugged into it. It didn&#8217;t take me too long to find which of the other two it was and then it was on to try and get everything set up.</p>
<p><span id="more-37"></span>My first hurdle was that the DVB parameters for New Zealand in EyeTV are copied from Australia&#8217;s. Turns out that New Zealand has changed their specifications quite a bit and have used a lot of cutting edge technologies so I wasn&#8217;t too surprised that I had to fiddle around to get the everyting to work correctly.</p>
<p>What I needed to do was select United Kindom as the country and use the settings for their service as they use a similar system to theirs. I tried tuning in the channels using the search function but found that the UHF aerial on our new flat doesn&#8217;t appear to be the best so the auto-tune kept missing channels.</p>
<p>I found a reference of all the frequencies used for Freeview|HD at launch and input those numbers directly into EyeTV and all the channels came up in the list with their names.</p>
<p>The next hurdle was that New Zealand has chosen some fairly new compression codecs, they&#8217;ve chosen H.264 for the video and AAC for the audio. This gives New Zealand the ability to transmit much higher quality signal and save a lot of bandwidth. The downside to this is that not many software packages support these codecs using DVB. EyeTV 3.0.1 does not support AAC audio and has extremely limited support for H.264.</p>
<p>The net result is that the currently released EyeTV version will not show you any interlaced channels and won&#8217;t play any sound. Looking at anything except TV One, TV2 and Kordia&#8217;s Freeview test channel resulted in a crash.</p>
<p>I emailed Elgato to find out if support was being worked on. I had discovered that Norway chose the same set of codecs and Elgato were currently working on support for Norway so I hoped we&#8217;d be able to piggy back on that. Sure enough, I was sent a beta release to try out and see whether it solved any issues.</p>
<p>The beta release I was sent stopped EyeTV from crashing and the audio now works superbly, I still can&#8217;t seem to get the interlaced channels to work correctly though. That means I can only watch TV One, TV2 and Kordia&#8217;s Nature Loop. Alas, hopefully Elgato will get that sorted in the near future.</p>
<p>Meanwhile, I can record, rewind and pause live HD TV on TV One and TV2 and record Analog TV of TV4.  As we still have our Satellite box hooked up we can watch all the Standard Definition Freeview channels but not record them without some hassle.</p>
<p>I can&#8217;t wait to be able to record all of them.</p>
<div style="float:right">
<div id="map" style="width:266px; height: 350px;"></div>
<p><small><a style="color:#0000FF;text-align:left" href="http://maps.google.com/maps?f=q&amp;hl=en&amp;geocode=&amp;q=q%3D48%2BWard%2BSt,%2BHamilton%2BNorth,%2B3204,%2BNew%2BZealand&amp;sll=-37.785606,175.280685&amp;sspn=0.019604,0.031371&amp;ie=UTF8&amp;ll=-37.785775,175.280514&amp;spn=0.019604,0.031371&amp;t=p&amp;z=15&amp;iwloc=addr&amp;layer=c&amp;cbll=-37.786637,175.280511&amp;panoid=zvEilhujlq5wRD9rv6lARw&amp;cbp=12,343.0176184830095,,0,-19.623803009575926">View Larger Map</a></small></div>
<p><script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAA1shHgBdX6E-UdS_XL54LDRQCTTu8K602ZY9tsQ5cgMj0gWf8URSYQGJdSrJA0Y9oE1Okb1mGGBqWaw"  type="text/javascript"></script><script type="text/javascript">
      if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"));
        map.setCenter(new GLatLng(-37.786100, 175.280200), 15);
        map.addOverlay(new GMarker(new GLatLng(-37.786100, 175.280200)));
      }
</script></p>
<p>As a reference here are the technical specifications and useful numbers for the Freeview|HD Service:</p>
<dl>
<dt>Country:</dt>
<dd>New Zealand </dd>
<dt>Service:</dt>
<dd>DVB-T</dd>
<dt>Band:</dt>
<dd>UHF</dd>
<dt>Bandwidth:</dt>
<dd>8MHz</dd>
<dt>Video Format:</dt>
<dd>H.264</dd>
<dt>Audio Format:</dt>
<dd>AAC, 24kHz, 96kbps</dd>
<dt>Multiplexes:</dt>
<dd>
<ul>
<li>TVNZ</li>
<li>MediaWorks</li>
<li>Kordia</li>
</ul>
</dd>
<dt>Hamilton frequencies</dt>
<dd>
<ul>
<li>TVNZ (689.5MHz)</li>
<li>MediaWorks (698.5MHz)</li>
<li>Kordia (712MHz)</li>
</ul>
</dd>
<dt>Channels (Just the major ones)</dt>
<dd>
<table border="0">
<thead>
<tr>
<th>Channel</th>
<th>Multiplex</th>
<th>Stream Type</th>
</tr>
</thead>
<tbody>
<tr>
<td>TV One</td>
<td>TVNZ</td>
<td>720p</td>
</tr>
<tr>
<td>TV2</td>
<td>TVNZ</td>
<td>720p</td>
</tr>
<tr>
<td>TV3</td>
<td>MediaWorks</td>
<td>1080i</td>
</tr>
<tr>
<td>TV4</td>
<td>MediaWorks</td>
<td>576i</td>
</tr>
<tr>
<td>Maori Television</td>
<td>Kordia</td>
<td>576i</td>
</tr>
<tr>
<td>TVNZ 6</td>
<td>TVNZ</td>
<td>576i</td>
</tr>
<tr>
<td>TVNZ 7</td>
<td>TVNZ</td>
<td>576i</td>
</tr>
<tr>
<td>TVNZ SPORT EXTRA</td>
<td>TVNZ</td>
<td>576i</td>
</tr>
<tr>
<td>Freeview | HD</td>
<td>Kordia</td>
<td>720p</td>
</tr>
</tbody>
</table>
</dd>
</dl>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2008/freeview-hd/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Thoughts On Music</title>
		<link>http://milliamp.org/2007/thoughts-on-music/</link>
		<comments>http://milliamp.org/2007/thoughts-on-music/#comments</comments>
		<pubDate>Wed, 07 Feb 2007 19:37:41 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Apple]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Music]]></category>

		<guid isPermaLink="false">http://milliamp.org/2007/thoughts-on-music/</guid>
		<description><![CDATA[Steve Jobs has issued a Hot News article detailing Apple&#8217;s stance on DRM and it&#8217;s future. I&#8217;m going to go so far as to say he has laid down a challenge in full public view to the big 4 Music Distribution Companies. However I can see that his account serves only to appease the public&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>Steve Jobs has issued a Hot News article detailing Apple&#8217;s stance on DRM and it&#8217;s future. I&#8217;m going to go so far as to say he has laid down a challenge in full public view to the big 4 Music Distribution Companies. However I can see that his account serves only to appease the public&#8217;s wrath due to Apple not licensing it&#8217;s FairPlay DRM technology to other companies, I can&#8217;t see the big wigs in the music world even reading the article, let alone uttering more than a chuckle.</p>
<p><a href="http://www.apple.com/hotnews/thoughtsonmusic/">http://www.apple.com/hotnews/thoughtsonmusic/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2007/thoughts-on-music/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Laser Printer</title>
		<link>http://milliamp.org/2006/laser-printer/</link>
		<comments>http://milliamp.org/2006/laser-printer/#comments</comments>
		<pubDate>Mon, 17 Jul 2006 06:54:50 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Life]]></category>

		<guid isPermaLink="false">http://milliamp.org/2006/laser-printer/</guid>
		<description><![CDATA[It does appear that yesterday I purchased a small laser printer. They retail for about $178 so we&#8217;re talking small, low-end laser printer. Its the Brother HL-2040. According to the reviews, photo printing quality is sketchy at best (even for a black and white laser). I just printed a high resolution photo on it and [...]]]></description>
			<content:encoded><![CDATA[<p>It does appear that yesterday I purchased a small laser printer. They retail for about $178 so we&#8217;re talking small, low-end laser printer. Its the Brother HL-2040. According to the reviews, photo printing quality is sketchy at best (even for a black and white laser). I just printed a high resolution photo on it and the only thing I noticed was the shadows just out of focus are blotchy, the actual foreground quality I thought was pretty damn awesome. This is of course from someone who has never printed a high resolution photo on a black and white laser before.</p>
<p>Either way though, I didn&#8217;t buy it for photo printing, that&#8217;s what my Epson Photo R210 is for. It is really nice to be able to print text faster than I can get up and walk to the printer (save warm-up time if it is in standby mode), I pumps out pages at about 22ppm and damn the text is crisp.</p>
<p>Aimee&#8217;s Canon which we&#8217;ve used for printed text up until now has some blocked nozzle which the printer can&#8217;t clean by itself and if it is the heads that need replacing it may not be worth it considering new printer prices at the moment, anyway, the laser was affordable and it is mine and fits on a desk and is better at printing text than my Photo printer by a long shot.</p>
<p>I&#8217;m happy with my purchase. Setting it up was a breeze as well, unplugged Aimee&#8217;s Canon from the Airport Express, plugged in the Brother, installed the MacOS X drivers from the supplied CD and that was it, Bonjour really is that great, up pops the printer under Bonjour printers in seconds.</p>
<p>As an aside, I pumped up the resolution to print the photo and maxed out the RAM on the beast, unlike other lasers I&#8217;ve seen (albeit much older) instead of failing to print and flashing random lights it printed the document fine and then printed a page telling me the printer had run out of memory on the job and had to downgrade the resolution to get it out, I thought it still looked ok so I can&#8217;t wait to print something at 1200dpi instead of having it pushed back down to 600dpi.</p>
]]></content:encoded>
			<wfw:commentRss>http://milliamp.org/2006/laser-printer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
