<?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>Bowlero &#187; Electronics</title>
	<atom:link href="http://noelbautista.com/blog/category/electronics/feed/" rel="self" type="application/rss+xml" />
	<link>http://noelbautista.com/blog</link>
	<description>From Tech stuff to paranormal to internet marketing</description>
	<lastBuildDate>Sat, 17 Mar 2012 05:27:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>MBED  Ethernet Test</title>
		<link>http://noelbautista.com/blog/mbed-ethernet-test/</link>
		<comments>http://noelbautista.com/blog/mbed-ethernet-test/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 17:01:16 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[embedded webserver]]></category>
		<category><![CDATA[mbed]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[webserver]]></category>

		<guid isPermaLink="false">http://noelbautista.com/blog/?p=204</guid>
		<description><![CDATA[I got my mbed rapid prototyping microcontroller based on Arm Cortext-M3 a few weeks ago. It is an mbed NXP LCP1768 and what I like about it is that it has a built in ethernet support and it is very user friendly 40 pin DIP package. There are 4 pins correspond to (TD+, TD-, RD+, [...]]]></description>
			<content:encoded><![CDATA[<p>I got my mbed rapid prototyping microcontroller based on  Arm Cortext-M3 a few weeks ago.   It is an mbed NXP LCP1768 and what I like about it is that it has a built in ethernet support and it is very user friendly 40 pin DIP package.  There are 4 pins correspond to  (TD+, TD-, RD+, and RD-).  All I have to do it to connect it to an ethernet cable, plug it into my linksys router,  upload my program and run it.</p>
<p>Programming is done thru an online compiler which results in a BIN file.  I don&#8217;t need a separate microcontroller programmer for this.  When you plug mbed into your usb port, windows will detect a new &#8220;drive&#8221; (something like a usb thumb drive), and all you need to do to &#8220;program&#8221; is to just copy the BIN file and paste it into the &#8220;drive&#8221;.</p>
<p>Here&#8217;s a photo of how it was connected (Still messy).</p>
<p><img src=" http://lh5.ggpht.com/_k0_g8vWq9x4/TO6QfNROYeI/AAAAAAAAASM/SWUILt5S-JM/DSC_0003.JPG"></p>
<p>I bought a cheap ethernet cable, cut one end off and connect pins 1,2,3,6 to the mbed&#8217;s ethernet pins.  mbed.org has some documentation on the pin connections.   Notice that I temporary used  alligator clips for the connections.  That will do for now until I&#8217;ve created a proper mounting board with RJ45, SDcard and USB ports.</p>
<p>Here&#8217;s a closer look </p>
<p><img src="http://lh6.ggpht.com/_k0_g8vWq9x4/TO6Qf8-Y_AI/AAAAAAAAASQ/7TjEhsKLZyE/DSC_0006.JPG"></p>
<p>I&#8217;ve created a simple HTML file just to test it.   Mbed has an ethernet library so no need to create your own network stack.  Just use it.  I&#8217;ve set it to output some debug messages over a serial port  (you need to load a driver so windows will recognize your mbed as a com port).    In linux, no drivers needed.  In my setup it was mapped as /dev/ttyACM0.</p>
<p>Here&#8217;s a screenshot of a running web server on my mbed.</p>
<p><img src="http://lh3.ggpht.com/_k0_g8vWq9x4/TO6P-HY4__I/AAAAAAAAASE/JZSIkxL0lZ8/s1024/Screenshot.png" width="450"></p>
<p>The smallest screen is my linux command line terminal where I&#8217;ve shown the contents of the html file.  The middle screen is my com port terminal similar to window&#8217;s  hyperterminal where I can view all my debug message, and finally the one at the background is my browser where I connected to my mbed&#8217;s webserver.</p>
]]></content:encoded>
			<wfw:commentRss>http://noelbautista.com/blog/mbed-ethernet-test/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s Inside A Laptop Battery?</title>
		<link>http://noelbautista.com/blog/whats-inside-a-laptop-battery-2/</link>
		<comments>http://noelbautista.com/blog/whats-inside-a-laptop-battery-2/#comments</comments>
		<pubDate>Wed, 11 Jun 2008 09:29:16 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://noelbautista.com/blog/whats-inside-a-laptop-battery-2/</guid>
		<description><![CDATA[If you were wondering what&#8217;s inside a laptop battery, you&#8217;re just like me. Fortunately I have an old, defective laptop battery. Just like the show &#8220;Mad Labs&#8221;, smash labs, and mythbusters, I opened it up and here&#8217;s what it looks like. There are 4 Li-ion cells and at the center is some sort of a [...]]]></description>
			<content:encoded><![CDATA[<p>If you were wondering what&#8217;s inside a laptop battery,  you&#8217;re just like me.  Fortunately I have an old, defective laptop battery.   Just like the show &#8220;Mad Labs&#8221;, smash labs, and mythbusters,  I opened it up and here&#8217;s what it looks like.</p>
<p><img id="image84" alt="laptop battery" src="http://noelbautista.com/blog/wp-content/uploads/2008/06/imga2796.jpg" /></p>
<p>There are 4 Li-ion cells and at the center is some sort of a charge controller.</p>
<p>The main chip of the laptop battery<br />
<a onclick="sendToEditor(85);return false;" href="javascript:void()"><img id="image85" alt="laptop battery controller" src="http://noelbautista.com/blog/wp-content/uploads/2008/06/imga2798.jpg" /></a></p>
<p>This seems to be some sort of temperature monitor which senses the temperature of the cells.<br />
<img id="image86" alt="temperature sensor?" src="http://noelbautista.com/blog/wp-content/uploads/2008/06/imga2800.jpg" /></p>
<p>This one, I don&#8217;t know.  A diode perhaps that senses temperature also?</p>
<p><img id="image87" alt="unknown component" src="http://noelbautista.com/blog/wp-content/uploads/2008/06/imga2799.jpg" /></p>
]]></content:encoded>
			<wfw:commentRss>http://noelbautista.com/blog/whats-inside-a-laptop-battery-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>DIY Solar Lantern &#8211; Part 3/3</title>
		<link>http://noelbautista.com/blog/diy-solar-lantern-part-33/</link>
		<comments>http://noelbautista.com/blog/diy-solar-lantern-part-33/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 09:51:25 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[alternative energy]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://noelbautista.com/blog/diy-solar-lantern-part-33/</guid>
		<description><![CDATA[This is how the cover looks after screwing the switch and pressing down the mini solar module/solar cell with double sided adhesive tape. Next would be to tape the terminal block to the battery. The way I did it is to tape a horizontal terminal block and then add 2 vertical terminal blocks on each [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/top-cover.JPG" alt="solar flashlight" />This is how the cover looks after screwing the switch and pressing down the mini solar module/solar cell with double sided adhesive tape.</p>
<p>Next would be to tape the terminal block to the battery.</p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/side-view1.JPG" alt="solar lantern" /></p>
<p>The way I did it is to tape a horizontal terminal block and then add 2 vertical terminal blocks on each side. One side would be wired to the negative terminal of the battery and the other side to the positive. The positive side goes to the switch first and not directly to the battery so I can turn it on and off when needed.</p>
<p>Below is a closeup view of the blocking diode. I used an old IN4001 . The diode has a white bar. The white bar is wired to the terminal (going to the   side of the battery) while the other side of the diode goes to the ( ) side of the solar cell.</p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/blocking-diode.JPG" alt="diy solar lantern blocking diode" /></p>
<p>Here&#8217;s how it looks from the other side. At first I thought of using just 1 big LED but later on, I decided to use many smaller bright white LEDs.</p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/other-side.JPG" alt="diy solar lantern" /></p>
<p>Here&#8217;s a top view shot</p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/wiring.JPG" alt="diy solar lantern wiring" /></p>
<p>Here&#8217;s a closeup of one of the LEDs. One side is connected to the (-) vertical terminal block and the other side at the ( ) terminal block.</p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/resistor-closeup.JPG" alt="solar LED lights" /></p>
<p>Top view shot of the 6 LEDs. 3 on each side. The LEDs in a way hold the 2 vertical terminal blocks together which is kinda neat.</p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/six-white-diodes.JPG" alt="solar LED lights" /></p>
<p>Side view.</p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/six-white-diode-side-view1.JPG" alt="solar lantern" /></p>
<p>Lastly,  here&#8217;s the finished product.</p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/finished-product.JPG" alt="solar powered lantern" /></p>
<p>Technorati Tags: <a href="http://technorati.com/tag/diy" rel="tag"> diy</a>, <a href="http://technorati.com/tag/diy+solar+project" rel="tag"> diy solar project</a>, <a href="http://technorati.com/tag/diy+solar+lantern" rel="tag"> diy solar lantern</a>, <a href="http://technorati.com/tag/solar+lantern" rel="tag"> solar lantern</a>, <a href="http://technorati.com/tag/solar+LED+lights" rel="tag"> solar LED lights</a>, <a href="http://technorati.com/tag/solar+lights" rel="tag"> solar lights</a>, <a href="http://technorati.com/tag/solar+powered+lights" rel="tag"> solar powered lights</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noelbautista.com/blog/diy-solar-lantern-part-33/feed/</wfw:commentRss>
		<slash:comments>904</slash:comments>
		</item>
		<item>
		<title>DIY  Solar Lantern &#8211; Part 2/3</title>
		<link>http://noelbautista.com/blog/diy-solar-lantern-part-23/</link>
		<comments>http://noelbautista.com/blog/diy-solar-lantern-part-23/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 09:49:58 +0000</pubDate>
		<dc:creator>noel</dc:creator>
				<category><![CDATA[alternative energy]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Gadgets]]></category>

		<guid isPermaLink="false">http://noelbautista.com/blog/diy-solar-lantern-part-23/</guid>
		<description><![CDATA[To continue my DIY Solar Lantern project, I&#8217;ll now talk about the charging module. This is composed of the Nicad battery, Solar Cell, and a diode. Charging Module A diode is an electronic component that allows current to flow to one side but not the other way. For solar charging, we would be using a [...]]]></description>
			<content:encoded><![CDATA[<p>To continue my DIY Solar Lantern project, I&#8217;ll now talk about the charging module. This is composed of the Nicad battery, Solar Cell, and a diode.</p>
<p><strong>Charging Module</strong></p>
<p><img align="left" src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/charging.JPG" alt="charging module" /></p>
<p>A diode is an electronic component that allows current to flow to one side but not the other way. For solar charging, we would be using a diode to allow current to pass from the solar cell to the battery.</p>
<p>However, during night time when there is no sun, a small current goes from the battery to the solar cell. This is what we would like to prevent and the diode blocks that current.</p>
<p>This is a simple charging circuit but it does not protect the battery from over charging. Maybe in the future, I&#8217;ll design something that would automatically switch off the charging process once the battery voltage goes to a pre-determined value. But for now, I&#8217;ll just make my DIY solar lantern as simple as possible.</p>
<p>Overcharging is the number 1 cause of battery damage. So for now, I&#8217;ll just have to estimate the number of hours I&#8217;ll leave my solar lantern under the sun.</p>
<p><strong>The Solar Cell</strong></p>
<p>I&#8217;ll be using a mini solar module (solar cell) which has an output voltage of 5v and a current of about 70mA at full sunlight. (This makes about 0.35watts of power).</p>
<p><strong>How long does it take to charge the battery? </strong></p>
<p>This depends on the capacity of the battery. In my case, I have a 280mAh Nicad battery. If my battery is fully depleted, it would take around (280mA/70mA= 4 hours) to fully charge.</p>
<p><strong>Putting it all Together </strong></p>
<p>First is to make a hole at the center of the canister cover. This is where the wire from the solar cell would pass through. I outlined the underside of the solar cell with a double adhesive tape so it will stick well on the cover. This also protects the solar lantern from getting rain so that water won&#8217;t go into the center hole where the wire goes. (It is not water proof though so I don&#8217;t suggest leaving yours outside if it rains). I might put some silicon someday (the one used in making aquariums) to make it waterproof.</p>
<p><a href="http://www.unpluggedliving.com/wp-content/uploads/2008/04/solar-cell-with-double-tape.JPG" title="DIY Solar Lantern"><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/solar-cell-with-double-tape.JPG" alt="DIY Solar Lantern" /></a></p>
<p>On the underside, I also added a double adhesive tape to close the center hole where the wire passed through. I added some more double adhesive tape and then press down my Nicad battery. I then drilled a hole for the switch.</p>
<p><a href="http://www.unpluggedliving.com/wp-content/uploads/2008/04/underside-canister-cover.JPG" title="DIY solar lantern"><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/underside-canister-cover.JPG" alt="DIY solar lantern" /></a></p>
<p><img src="http://www.unpluggedliving.com/wp-content/uploads/2008/04/switch.JPG" alt="diy solar torch" /></p>
<p>To be continued&#8230;.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/diy" rel="tag"> diy</a>, <a href="http://technorati.com/tag/diy+solar+lantern" rel="tag"> diy solar lantern</a>, <a href="http://technorati.com/tag/solar+lantern" rel="tag"> solar lantern</a>, <a href="http://technorati.com/tag/solar+gadget" rel="tag"> solar gadget</a>, <a href="http://technorati.com/tag/solar+led+lights" rel="tag"> solar led lights</a>, <a href="http://technorati.com/tag/solar+powered+light" rel="tag"> solar powered light</a></p>
]]></content:encoded>
			<wfw:commentRss>http://noelbautista.com/blog/diy-solar-lantern-part-23/feed/</wfw:commentRss>
		<slash:comments>656</slash:comments>
		</item>
	</channel>
</rss>

