<?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>Sayan&#039;s BlogWorld &#187; electronics</title>
	<atom:link href="http://sayanc.net/blog/tag/electronics/feed/" rel="self" type="application/rss+xml" />
	<link>http://sayanc.net/blog</link>
	<description>highlighting the future&#039;s bizzare as it transforms into the present&#039;s mundane</description>
	<lastBuildDate>Wed, 28 Sep 2011 04:16:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Notion Ink Adam update</title>
		<link>http://sayanc.net/blog/2011/06/05/notion-ink-adam-update1/</link>
		<comments>http://sayanc.net/blog/2011/06/05/notion-ink-adam-update1/#comments</comments>
		<pubDate>Sun, 05 Jun 2011 13:33:26 +0000</pubDate>
		<dc:creator>Sayan</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://sayanc.net/blog/?p=1169</guid>
		<description><![CDATA[I got my Notion Ink Adam tablet a few months ago. Tablets have finally evolved to a level to be useful. I use my tablet mostly as an ebook, secondary display, and music/video player. Notion Ink has been refining and improving their Android port over the last several months. I have been updating my tablet&#8230;]]></description>
			<content:encoded><![CDATA[<p>I got my <a href="http://www.notionink.com/techspecs.php">Notion Ink Adam</a> tablet a few months ago. </p>
<p>Tablets have finally evolved to a level to be useful. I use my tablet mostly as an ebook, secondary display, and music/video player.</p>
<p>Notion Ink has been refining and improving their Android port over the last several months. I have been updating my tablet with the official OS as they are released. This time around I decided to try an unofficial Android port- boy was I glad that I did.</p>
<p>The unofficial OS I installed is called &#8216;Beast&#8217; and it is one of the slickest, most useful, and most stable tablet interfaces I have used. I am absolutely delighted and I am now eagerly awaiting the release of Android Honeycomb for the Notion Ink Adam.</p>
]]></content:encoded>
			<wfw:commentRss>http://sayanc.net/blog/2011/06/05/notion-ink-adam-update1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LPCXpresso success</title>
		<link>http://sayanc.net/blog/2011/04/23/lpcxpresso-success/</link>
		<comments>http://sayanc.net/blog/2011/04/23/lpcxpresso-success/#comments</comments>
		<pubDate>Sun, 24 Apr 2011 00:27:30 +0000</pubDate>
		<dc:creator>Sayan</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[education]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[hardware]]></category>

		<guid isPermaLink="false">http://sayanc.net/blog/?p=986</guid>
		<description><![CDATA[Success at last &#8230;after 2 frustrating days trying to get the NXP LPCXpresso board working. In the end I figured out the issue myself with little / no help from NXP / Code Red Support Issue: Project building but debug not working (deployment to board failing) Resolution: I looked up the build log files in&#8230;]]></description>
			<content:encoded><![CDATA[<p>Success at last &#8230;after 2 frustrating days trying to get the NXP LPCXpresso board working. In the end I figured out the issue myself with little / no help from NXP / Code Red Support</p>
<p>Issue:</p>
<p>Project building but debug not working (deployment to board failing)</p>
<p>Resolution:</p>
<p>I looked up the build log files in &lt;workspace folder&gt;\.metadata\.log and noticed the following error:<br />
<strong>java.lang.Exception: Input Error: There is no script engine for file extension &#8220;.vbs&#8221;.<br />
</strong><br />
I changed the file association for .vbs to WScript but the error did not go away.</p>
<p>A quick google-ing turned up this 3 step process<br />
<a href="http://www.nilpo.com/2009/07/windows-xp/error-there-is-no-script-engine-for-file-extension/" target="_blank">http://www.nilpo.com/2009/07/windows&#8230;ile-extension/</a></p>
<p><strong><span style="text-decoration: underline;">Step 1</span></strong>: Set a default script host</p>
<p>Open a Command Prompt window. In Windows XP, click <strong>Start</strong>, <strong>Run…</strong>, and type<strong>cmd.exe</strong>. In Windows Vista and Windows 7, click <strong>Start</strong> and type <strong>cmd</strong>. Then select<strong>cmd</strong> in the Instant Search results.</p>
<p>Type the following command and press <strong>Enter</strong>.</p>
<div>
<div>
<pre>cscript.exe //H:WScript</pre>
</div>
</div>
<p><strong><span style="text-decoration: underline;">Step 2</span></strong>: Registering the vbscript.dll module</p>
<p>Open a Command Prompt window. In Windows XP, click <strong>Start</strong>, <strong>Run…</strong>, and type<strong>cmd.exe</strong>. In Windows Vista and Windows 7, <a title="Run and elevated Command Prompt in Windows Vista and Windows 7" href="http://www.nilpo.com/2009/07/windows-vista/running-an-elevated-command-prompt/">run an elevated Command Prompt</a>.</p>
<p>Type the following command in the command prompt window and press <strong>Enter</strong>.</p>
<div>
<div>
<pre>regsvr32 %systemroot%\system32\vbscript.dll</pre>
</div>
</div>
<p>You should see the following confirmation message.</p>
<div>
<div>
<pre>DllRegisterServer in vbscript.dll succeeded.</pre>
</div>
</div>
<p><strong><span style="text-decoration: underline;">Step 3</span></strong>: Restore the .vbs file associations</p>
<p>If the previous two solutions didn’t work, you should <a title="Restore .VBS file type associations" href="http://www.nilpo.com/2009/07/windows-xp/restoring-vbs-vbscript-script-file-file-associations/">restore the file associations for the .vbs (VBScript) file type</a> by downloading and running one of the registry files below.</p>
<p><a title="Download FixVBSFileAssociationsXP.reg" href="http://www.nilpo.com/pub/scripts/FixVBSFileAssociationsXP.reg">FixVBSFileAssociationsXP.reg</a></p>
<p><a title="Download FixVBSFileAssociationsVista.reg" href="http://www.nilpo.com/pub/scripts/FixVBSFileAssociationsVista.reg">FixVBSFileAssociationsVista.reg</a><br />
Restart and &#8230;.</p>
<p>Voila ! the thing works now !</p>
]]></content:encoded>
			<wfw:commentRss>http://sayanc.net/blog/2011/04/23/lpcxpresso-success/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If neurons talk using RFID&#8230;are we zapping our brains with our phone yapping?? !!</title>
		<link>http://sayanc.net/blog/2011/02/06/if-neurons-talk-using-rfid-are-we-may-be-zapping-our-brains-with-our-phone-yapping/</link>
		<comments>http://sayanc.net/blog/2011/02/06/if-neurons-talk-using-rfid-are-we-may-be-zapping-our-brains-with-our-phone-yapping/#comments</comments>
		<pubDate>Sun, 06 Feb 2011 18:38:42 +0000</pubDate>
		<dc:creator>Sayan</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[discovery]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[science]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[human]]></category>
		<category><![CDATA[impact]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://sayanc.net/blog/?p=1089</guid>
		<description><![CDATA[I stumbled across this article today about how neurons in brains do not rely just on physical connections to talk to each other. They interact with each other with their version of electro-magnetic coupling similar to Near Field Communication (NFC)or RFID. NFC or RFID type technologies can be prone to interference from various gadgets or&#8230;]]></description>
			<content:encoded><![CDATA[<p>I stumbled across this article today about how neurons in brains do not rely just on physical connections to talk to each other. They interact with each other with their version of electro-magnetic coupling similar to <a title="Near Field Communication" href="http://en.wikipedia.org/wiki/Near_field_communication" target="_blank">Near Field Communication </a>(NFC)or RFID.</p>
<p>NFC or RFID type technologies can be prone to interference from various gadgets or devices. This new discovery about neural communication may bring into focus how electronic devices affect our brains and cognitive abilities. Is it time to think about how our society designs and uses the billions of cell phones ?</p>
<p>Here is the article from Caltech:</p>
<p><a title="Caltech : Neurobiologists Find that Weak Electrical Fields in the Brain Help Neurons Fire Together" href="http://media.caltech.edu/press_releases/13401" target="_blank">Neurobiologists Find that Weak Electrical Fields in the Brain Help Neurons Fire Together &#8211; Caltech Media Relations</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://sayanc.net/blog/2011/02/06/if-neurons-talk-using-rfid-are-we-may-be-zapping-our-brains-with-our-phone-yapping/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Story of Electronics</title>
		<link>http://sayanc.net/blog/2010/11/13/the-story-of-electronics/</link>
		<comments>http://sayanc.net/blog/2010/11/13/the-story-of-electronics/#comments</comments>
		<pubDate>Sat, 13 Nov 2010 16:52:00 +0000</pubDate>
		<dc:creator>Sayan</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[conservation]]></category>
		<category><![CDATA[nature]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[change]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[eco-living]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[environment]]></category>
		<category><![CDATA[footprint]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[recycling]]></category>

		<guid isPermaLink="false">http://sayanc.net/blog/?p=1083</guid>
		<description><![CDATA[The Story of Electronics employs the Story of Stuff style to explore the high-tech revolution&#8217;s collateral damage—25 million tons of e-waste and counting, poisoned workers and a public left holding the bill. Host Annie Leonard takes viewers from the mines and factories where our gadgets begin to the horrific backyard recycling shops in China where&#8230;]]></description>
			<content:encoded><![CDATA[<p><span style="color: #000000; font-family: Georgia, 'Times New Roman', serif; line-height: 21px; font-size: 15px;">The Story of Electronics employs the Story of Stuff style to explore the high-tech revolution&#8217;s collateral damage—25 million tons of e-waste and counting, poisoned workers and a public left holding the bill. Host Annie Leonard takes viewers from the mines and factories where our gadgets begin to the horrific backyard recycling shops in China where many end up. The film concludes with a call for a green &#8220;race to the top&#8221; where designers compete to make long-lasting, toxic-free products that are fully and easily recyclable</span></p>
<p><a href="http://www.truth-out.org/the-story-electronics-video65062">t r u t h o u t | The Story of Electronics Video</a></p>
]]></content:encoded>
			<wfw:commentRss>http://sayanc.net/blog/2010/11/13/the-story-of-electronics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Home wireless overhaul successful !</title>
		<link>http://sayanc.net/blog/2010/08/07/home-wireless-overhaul-wndr3300/</link>
		<comments>http://sayanc.net/blog/2010/08/07/home-wireless-overhaul-wndr3300/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 20:33:56 +0000</pubDate>
		<dc:creator>Sayan</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[communication]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://sayanc.net/blog/?p=982</guid>
		<description><![CDATA[I had been struggling with the poor wi-fi at home for a while. After some looking around I got a refurbished Netgear WNDR3300 dual-radio 802.11a/b/g/n wireless router from www.newegg.com for about $30. The stock firmware on the router is mediocre so flashed it with DD-WRT. Now I have super-fast connectivity to my computers and phones.&#8230;]]></description>
			<content:encoded><![CDATA[<p>I had been struggling with the poor wi-fi at home for a while. After some looking around I got a refurbished Netgear WNDR3300 dual-radio 802.11a/b/g/n wireless router from www.newegg.com for about $30.</p>
<p>The stock firmware on the router is mediocre so flashed it with DD-WRT. Now I have super-fast connectivity to my computers and phones. Ya for awesome free open sourcey stuff !</p>
<p>Now for my geeky friends here is my setup: This router has 2 independent radios  so after flashing the firmware to DD-WRT I configured a client bridge setup to the interweb on the 802.11g radio . On the other radio (802.11a/b/g/n) I setup a mixed 802.11g/n 2.4Ghz access point</p>
<div class="wp-caption alignnone" style="width: 450px"><a href="http://cdn.cbsi.com.au/story_media/339292337/Netgear-WirelessRouter_1.jpg"><img title="Netgear WNDR3300" src="http://cdn.cbsi.com.au/story_media/339292337/Netgear-WirelessRouter_1.jpg" alt="Netgear WNDR3300" width="440" height="330" /></a><p class="wp-caption-text">Netgear WNDR3300</p></div>
<p>because my Android phone cannot do 5Ghz 802.11n</p>
]]></content:encoded>
			<wfw:commentRss>http://sayanc.net/blog/2010/08/07/home-wireless-overhaul-wndr3300/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Catalyst Paves The Path For Ethanol-powered Fuel Cells</title>
		<link>http://sayanc.net/blog/2009/01/31/new-catalyst-paves-the-path-for-ethanol-powered-fuel-cells/</link>
		<comments>http://sayanc.net/blog/2009/01/31/new-catalyst-paves-the-path-for-ethanol-powered-fuel-cells/#comments</comments>
		<pubDate>Sat, 31 Jan 2009 14:09:04 +0000</pubDate>
		<dc:creator>Sayan</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[invention]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[electricity]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[fuel-cell]]></category>
		<category><![CDATA[green]]></category>

		<guid isPermaLink="false">http://sayanc.net/blog/?p=946</guid>
		<description><![CDATA[This could prove to be a breakthrough for bio-ethanol based fuel cells. Current fuel cells are mostly methanol based which is a toxic chemical and have low efficiency. Here is the ScienceDaily (2009-01-29) article: Scientists have developed a new catalyst that could make ethanol-powered fuel cells feasible. The highly efficient catalyst performs two crucial, and&#8230;]]></description>
			<content:encoded><![CDATA[<p>This could prove to be a breakthrough for bio-ethanol based fuel cells. Current fuel cells are mostly <a href="http://en.wikipedia.org/wiki/Direct-methanol_fuel_cell">methanol based</a> which is a toxic chemical and have low efficiency.<br />
Here is the <a href="http://www.sciencedaily.com/releases/2009/01/090126100645.htm">ScienceDaily (2009-01-29) article</a>:</p>
<blockquote><p> Scientists have developed a new catalyst that could make ethanol-powered fuel cells feasible. The highly efficient catalyst performs two crucial, and previously unreachable steps needed to oxidize ethanol and produce clean energy in fuel cell reactions.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://sayanc.net/blog/2009/01/31/new-catalyst-paves-the-path-for-ethanol-powered-fuel-cells/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Open source hardware</title>
		<link>http://sayanc.net/blog/2007/10/06/open-source-hardware/</link>
		<comments>http://sayanc.net/blog/2007/10/06/open-source-hardware/#comments</comments>
		<pubDate>Sat, 06 Oct 2007 17:50:38 +0000</pubDate>
		<dc:creator>Sayan</dc:creator>
				<category><![CDATA[all]]></category>
		<category><![CDATA[content distribution]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://sayanc.net/blog/2007/10/06/open-source-hardware/</guid>
		<description><![CDATA[Interesting conversation from the 2007 O&#8217;Reilly Open Source Convention between Phillip Torrone (Senior Editor, Make magazine) and Limor Fried (Owner, Adafruit Industries)]]></description>
			<content:encoded><![CDATA[<p>Interesting conversation from the <a href="http://conferences.oreillynet.com/os2007/">2007 O&#8217;Reilly Open Source Convention</a> between <a href="http://makezine.com/pub/au/Phillip_Torrone">Phillip Torrone</a> (Senior Editor, Make magazine) and <a href="http://www.ladyada.net/bio/index.html">Limor Fried</a> (Owner, Adafruit Industries)</p>
<p><code><br /><object type="application/x-shockwave-flash" data="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Foscon%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F327424&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" width="425" height="350" allowfullscreen="true" id="showplayer"><param name="movie" value="http://blip.tv/scripts/flash/showplayer.swf?enablejs=true&#038;feedurl=http%3A%2F%2Foscon%2Eblip%2Etv%2Frss&#038;file=http%3A%2F%2Fblip%2Etv%2Frss%2Fflash%2F327424&#038;showplayerpath=http%3A%2F%2Fblip%2Etv%2Fscripts%2Fflash%2Fshowplayer%2Eswf" /><param name="quality" value="best" /></object></code></p>
]]></content:encoded>
			<wfw:commentRss>http://sayanc.net/blog/2007/10/06/open-source-hardware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

