<?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>makerdude.com</title>
	<atom:link href="http://makerdude.com/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://makerdude.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 06 Mar 2012 03:09:51 +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>Using AVR Dragon To Program AVR Chips</title>
		<link>http://makerdude.com/blog/using-avr-dragon-to-program-avr-chips/</link>
		<comments>http://makerdude.com/blog/using-avr-dragon-to-program-avr-chips/#comments</comments>
		<pubDate>Tue, 06 Mar 2012 03:06:44 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[AVR]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=148</guid>
		<description><![CDATA[In an earlier post, I wrote about AVR programming using Mac OSX. The last part in that procedure was the compiling of the C code to a HEX file. Now how do you get the HEX file and upload it to your AVR microprocessor? You will need some sort of a programmer to do that. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://makerdude.com/blog/wp-content/uploads/2012/03/DSC_0002resized.jpg"><img src="http://makerdude.com/blog/wp-content/uploads/2012/03/DSC_0002resized.jpg" alt="" title="DSC_0002resized" width="640" class="alignnone size-full wp-image-152" /></a><br />
In an earlier post, I wrote about <a href="http://makerdude.com/blog/avr-programming-using-mac-os-x/">AVR programming using Mac OSX</a>.   The last part in that procedure was the compiling of the C code to a HEX file.</p>
<p>Now how do you get the HEX file and upload it to your AVR microprocessor?  You will need some sort of a programmer to do that.</p>
<p>Today I&#8217;m using one of the top choices for programming AVR chips, and that is the AVR Dragon.  Thanks to Element14 for sending an AVR dragon for review.</p>
<p>What I like about the AVR dragon is that you can program your AVR microprocessor using several methods such as JTAG, HVP, PDI, or ICSP. It also allows debugging of all AVRs via JTAG, PDI, or DebugWire.  Pretty impressive indeed.</p>
<p>In this article, I would try and discuss more about ICSP programming.  ICSP stands for in-circuit serial programming. This means even if your AVR is already soldered on your board, as long as you&#8217;ve provided an ICSP connector for programming, you can upload your HEX files to your AVR chip.</p>
<p>How you do &#8220;wire&#8221; an ICSP connector,  here&#8217;s a diagram I found from upvector.com</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2012/03/icsp_hookup.png" alt="" title="icsp_hookup" width="500" height="400" class="alignnone size-full wp-image-149" /><br />
photo credit:  upvector.com</p>
<p>Once you get your AVR dragon,  there will be provisions for putting in some IC sockets where you can plug-in and program your AVR chips.   In my case, I added a ZIF socket so I can put in my AVRs with ease.  There are also provisions for male or female headers. I just used male headers instead.</p>
<p>Before actually burning your HEX files, here&#8217;s where a lot of newbies like me made a mistake.  Unlike PIC where perhaps you use a pickit2 for programming,  you need to provide power to your AVR chip in order for you to successfully program your AVR microcontroller.   In PIC,  you don&#8217;t have to. The power is provided by pickit.</p>
<p>Now of to the actual burning of your HEX files.   You will need AVRdude to do this.  You can invoke AVRdude via the command line and just pass on certain parameters like the hex file you wanted to &#8220;burn&#8221;.  </p>
<p>In my example, here&#8217;s what I used.</p>
<p><code><br />
avrdude -p m328p -c dragon_isp -P usb -e -U flash:w:Blink.cpp.hex<br />
</code></p>
<p>Now let&#8217;s discuss a bit about those parameters passed on to avrdude.</p>
<p>-c  This parameter is where you specify the programmer you will use.  In our case we&#8217;ll be using  &#8220;dragon_isp&#8221;.</p>
<p>-p  means  the part number/code of your AVR processor.   In my case I&#8217;m using m328p as I&#8217;m using  Atmega328P.</p>
<p>To list the available part &#8220;codes&#8221;.  You can type this at the command line.</p>
<p><code>avrdude -c dragon_isp</code></p>
<p>and it will show a list of AVR chips and the corresponding code for that.</p>
<p>-P usb  tells avr dude to look for our AVR programmer in one of the USB ports.</p>
<p>-e is for performing chip erase</p>
<p>-U is for specifying the memory type, and the filename.  The syntax is this</p>
<p>-U <memtype>:r|w|v:<filename>[:format]</p>
<p>So here&#8217;s the screenshot of me burning the arduino bootloader to my Atmega328P chip using AVR dragon.</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2012/03/avr_programming.jpg" alt="" title="avr_programming" width="570" height="576" class="alignnone size-full wp-image-151" /></p>
<p>Here&#8217;s a photo of the setup</p>
<p><img src=https://lh4.googleusercontent.com/-kCleDJGECLM/T1V9NGSLJ-I/AAAAAAAAAx8/ibI7M90o79s/s640/DSC_0001resized.JPG"></p>
<p>I&#8217;ve created a rig where I can easily burn bootloaders on Atmega328 chips.   There&#8217;s an ISP connector and I have a 6pin cable connector to connect my rig to my AVR dragon.</p>
<p>Products Used:</p>
<p><a href="http://www.newark.com/atmel/atavrdragon/avr-dragon-jtag-debugger-starter/dp/68T2063" title="AVR Dragon" target="_blank">AVR Dragon USA (via newark) &#8211;  $49 </a></p>
<p><a href="http://ph.element14.com/atmel/atavrdragon/emulator-programmer-for-avr/dp/1455088" title="AVR Dragon" target="_blank">AVR Dragon (Element14 Philippines) &#8211; PHP3,350 </a></p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/using-avr-dragon-to-program-avr-chips/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Sourcery Installation In Ubuntu</title>
		<link>http://makerdude.com/blog/code-sourcery-installation/</link>
		<comments>http://makerdude.com/blog/code-sourcery-installation/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 08:48:00 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=59</guid>
		<description><![CDATA[1. Go to Code Sourcery and download the lite version (FREE) https://sourcery.mentor.com/sgpp/lite/arm/portal/subscription?@template=lite 2. Select ARM Processor 3. Choose Which Installer you need I&#8217;ll choose the Linux installer 4. Run the installer You may need to change the permission of the file and make it executable. In my Ubuntu, my /bin/sh is symbolically linked to dash. [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>1. Go to Code Sourcery and download the lite version (FREE)</p>
<p>https://sourcery.mentor.com/sgpp/lite/arm/portal/subscription?@template=lite</p>
<p>2.  Select ARM Processor</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2011/11/code-sourcery-eabi.jpg"><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/code-sourcery-eabi-300x123.jpg" alt="" title="code-sourcery-eabi" width="300" height="123" class="alignnone size-medium wp-image-60" /></a></p>
<p>3. Choose Which Installer you need</p>
<p>I&#8217;ll choose the Linux installer</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/code-sourcery-installer.jpg" alt="" title="code-sourcery-installer" width="465" height="250" class="alignnone size-full wp-image-62" /></p>
<p>4. Run the installer</p>
<p>You may need to  change the permission of the file and make it executable.</p>
<p>In my Ubuntu, my /bin/sh is symbolically linked to dash.  Unfortunately, this wasn&#8217;t supported by the installer so<br />
I have to  do</p>
<p><code><br />
cd /bin<br />
sudo mv sh  shold<br />
sudo ln -s bash sh<br />
</code><br />
<img src="http://makerdude.com/blog/wp-content/uploads/2011/11/code-sourcery-1.jpg" alt="" title="code-sourcery-1" width="626" height="448" class="alignnone size-full wp-image-67" /></p>
<p>5. Click Next</p>
<p>6. Click I access the terms and conditions and hit &#8220;Next&#8221;</p>
<p>7. Click &#8220;Next&#8221; again in the important information</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/code-sourcery-importantinfo.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/code-sourcery-importantinfo.png" alt="" title="code-sourcery-importantinfo" width="605" height="430" class="alignnone size-full wp-image-132" /></a></p>
<p>8. Choose Typical and click &#8220;Next&#8221;</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/code-sourcery-installset.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/code-sourcery-installset.png" alt="" title="code-sourcery-installset" width="605" height="430" class="alignnone size-full wp-image-133" /></a></p>
<p>9. In this next step it will ask for the installation directory.<br />
Now I would like to install this in /usr/share/CodeSourcery so I need to prepare the directory first and make sure I have permissions to that directory</p>
<p>In the terminal type this</p>
<p><code><br />
sudo mkdir /usr/share/CodeSourcery<br />
sudo  chown  <yourusername>.<yourgroup> /usr/share/CodeSourcery<br />
</code></p>
<p>In my case, my username in my linux box is &#8220;noel&#8221; so the exact command I typed is</p>
<p>sudo chown noel.noel /usr/share/CodeSourcery</p>
<p>10. Check the install folder if correct</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/install-folder.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/install-folder.png" alt="" title="install-folder" width="605" height="430" class="alignnone size-full wp-image-134" /></a></p>
<p>11.  Select Modify Path &#8211; click &#8220;Next&#8221;</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/modify-path.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/modify-path.png" alt="" title="modify-path" width="605" height="430" class="alignnone size-full wp-image-135" /></a></p>
<p>12. Choose Link Folder &#8211; just click &#8220;Next&#8221;</p>
<p>13. Pre-Installation Summary &#8211; click &#8220;Install&#8221;</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/install-summary.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/install-summary.png" alt="" title="install-summary" width="605" height="430" class="alignnone size-full wp-image-137" /></a></p>
<p>14. Code Sourcery will start installing</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/installing.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/installing.png" alt="" title="installing" width="605" height="430" class="alignnone size-full wp-image-138" /></a></p>
<p>15. And when you see this, you&#8217;re done.</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/done.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/done.png" alt="" title="done" width="605" height="430" class="alignnone size-full wp-image-139" /></a></p>
<p>16. Next is to add it to my path.  In my case I&#8217;ll edit my .bashrc  file</p>
<p>In your home directory type </p>
<p><code><br />
nano .bashrc<br />
</code></p>
<p>Or you can use  &#8216;gedit .bashrc&#8217; if you want</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/edit-bashrc.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/edit-bashrc.png" alt="" title="edit-bashrc" width="724" height="446" class="alignnone size-full wp-image-142" /></a></p>
<p>Add the PATH to the bin directory of the code sourcery.  In this case it is</p>
<p>/usr/share/CodeSourcery/Sourcery_CodeBench_Lite_for_ARM_EABI/bin</p>
<p>Save your changes.</p>
<p>17. Open another terminal window</p>
<p>Your new .bashrc file should take effect in this new terminal window.</p>
<p>Type  </p>
<p><code><br />
echo $PATH<br />
</code></p>
<p>and you should see your new PATH environment variable with the added CodeSourcery directory.</p>
<p>now let&#8217;s test if you can access the compiler.   Type</p>
<p><code><br />
arm-none-eabi-gcc --version<br />
</code><br />
you should see something like this</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/path-test.png"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/path-test.png" alt="" title="path-test" width="730" height="477" class="alignnone size-full wp-image-143" /></a></p>
<p>Congratulations!  Now you have an ARM tool chain installed in your Linux Machine.</p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/code-sourcery-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programming Gizduino on a Mac OS X</title>
		<link>http://makerdude.com/blog/programming-gizduino-on-a-mac-os-x/</link>
		<comments>http://makerdude.com/blog/programming-gizduino-on-a-mac-os-x/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 15:30:20 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[Arduino]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=126</guid>
		<description><![CDATA[I just got a macbook pro and I would want to try and do arduino programming on this machine. For now, I&#8217;ll zoom in and discuss more about Gizduino (an arduino clone). One thing quite different is that this doesn&#8217;t use an FTDI chip. It uses another chip called PL2303 (Prolific). So in order for [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I just got a macbook pro and I would want to try and do arduino programming on this machine.   For now, I&#8217;ll zoom in and discuss more about Gizduino (an arduino clone).  </p>
<p>One thing quite different is that this doesn&#8217;t use an FTDI chip.  It uses another chip called PL2303 (Prolific).  So in order for OS X to recognize the device, we need to load a USB driver.</p>
<p>Go to the Prolific Website&#8217;s download area (<a href="http://www.prolific.com.tw/eng/downloads.asp?id=31" title="PL2303" target="_blank">http://www.prolific.com.tw/eng/downloads.asp?id=31</a>)</p>
<p>Then look for the Prolific Driver for Mac OS X.  </p>
<p>You can just click on this link if you want <a href="http://www.prolific.com.tw/support/files//IO%20Cable/PL-2303/Drivers%20-%20Generic/MacOS/MacOS%2010.x/md_PL2303_MacOSX10.6_dmg_v1.4.0.zip" target="_blank">http://www.prolific.com.tw/support/files//IO%20Cable/PL-2303/Drivers%20-%20Generic/MacOS/MacOS%2010.x/md_PL2303_MacOSX10.6_dmg_v1.4.0.zip</a></p>
<p>Unzip the file. Then locate the PL2303 dmg file, and then click to install.</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/pl2303dmg.jpg"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/pl2303dmg.jpg" alt="" title="pl2303dmg" width="500" class="alignnone size-full wp-image-127" /></a></p>
<p>Follow the instruction during installation.  </p>
<p>Now let&#8217;s install the Arduino IDE.</p>
<p>Go to the arduino site download area (<a href="http://arduino.cc/en/Main/Software" title="arduino" target="_blank">http://arduino.cc/en/Main/Software</a>) and download the Arduino for Mac and install.</p>
<p>To test if everything is ok, open up your arduino IDE, plugin your Arduino (Gizduino), and go to &#8220;Tools > Serial Port&#8221;.  You should see the new serial ports being recognized.</p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2012/02/gizduino-serial.jpg"><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/gizduino-serial.jpg" alt="" title="gizduino-serial" width="500" class="alignnone size-full wp-image-128" /></a></p>
<p>Here&#8217;s a video of how to select the appropriate serial,  the board, and how to compile and upload your program to your arduino/gizduino.</p>
<p><a href="http://makerdude.com/blog/programming-gizduino-on-a-mac-os-x/"><em>Click here to view the embedded video.</em></a></p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/programming-gizduino-on-a-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVR Programming Using Mac OS X</title>
		<link>http://makerdude.com/blog/avr-programming-using-mac-os-x/</link>
		<comments>http://makerdude.com/blog/avr-programming-using-mac-os-x/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 14:20:28 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[AVR]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=106</guid>
		<description><![CDATA[Go to http://www.obdev.at/products/crosspack/download.html and download CrossPack for AVR development Install the DMG file double click the icon to run the installation Open a Terminal and type &#8220;avrdude&#8221; in the command line. You should see something like this. Congratulations! You&#8217;re now ready for AVR programming. Now let&#8217;s try and compile a demo program. Open a terminal [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Go to <a href="http://www.obdev.at/products/crosspack/download.html">http://www.obdev.at/products/crosspack/download.html</a><br />
and download CrossPack for AVR development</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/crosspack-avr.jpg" alt="" title="crosspack-avr" width="500" height="247" class="alignnone size-full wp-image-110" /></p>
<p>Install the DMG file</p>
<p>double click the icon to run the installation</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/install-crosspackavr.jpg" alt="" title="install-crosspackavr" width="500" height="301" class="alignnone size-full wp-image-113" /></p>
<p>Open a Terminal and type &#8220;avrdude&#8221; in the command line.<br />
You should see something like this.</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/test-avrdude.jpg" alt="" title="test-avrdude" width="500" height="475" class="alignnone size-full wp-image-116" /></p>
<p>Congratulations!  You&#8217;re now ready for AVR programming.</p>
<p>Now let&#8217;s try and compile a demo program.</p>
<p>Open a terminal window and type the following</p>
<p><code><br />
bash$ cd ~/Documents<br />
bash$ mkdir AVR<br />
bash$ cd AVR<br />
bash$ avr-project Demo<br />
bash$ open Demo<br />
</code></p>
<p>This will create a new directory called AVR under the Documents folder, and it will create a project called &#8220;Demo&#8221;.</p>
<p>After you type &#8220;open Demo&#8221;  it will open up a window like this.</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/avr-demo.jpg" alt="" title="avr-demo" width="486" height="438" class="alignnone size-full wp-image-120" /></p>
<h3>Using Xcode</h3>
<p>Double click on the Demo.xcodeproj and it will open the Demo project in Xcode. (note: You must have Xcode installed)</p>
<p>Open the main.c file</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/xcodewindow.jpg" alt="" title="xcodewindow" width="500" height="385" class="alignnone size-full wp-image-121" /></p>
<p>Now you can edit the code.</p>
<p>To compile, click the RUN icon.</p>
<p>Let&#8217;s verify if it indeed created our HEX file.</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2012/02/compiled-code.jpg" alt="" title="compiled-code" width="500" height="321" class="alignnone size-full wp-image-122" /></p>
<p>Awesome!  We now have our HEX file which we can burn to our microcontroller.</p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/avr-programming-using-mac-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to TI MSP430 Launchpad</title>
		<link>http://makerdude.com/blog/introduction-to-ti-msp430-launchpad/</link>
		<comments>http://makerdude.com/blog/introduction-to-ti-msp430-launchpad/#comments</comments>
		<pubDate>Mon, 02 Jan 2012 05:38:16 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[MSP430]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=97</guid>
		<description><![CDATA[A friend of mine (Keith) made a really nice Introduction to the TI MSP430 launchpad. Instead of me making my own, I&#8217;ld rather just post his nice Intro. Thanks Keith! What is TI MSP430? &#8220;The MSP430 is a mixed-signal microcontroller family from Texas Instruments. Built around a 16-bit CPU, the MSP430 is designed for low [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>A friend of mine (Keith) made a really nice Introduction to the TI MSP430 launchpad.   Instead of me making my own, I&#8217;ld rather just post his nice Intro.  Thanks Keith!</p>
<p><strong>What is TI MSP430?</strong><br />
<a href="http://en.wikipedia.org/wiki/TI_MSP430" target="_blank">&#8220;The MSP430 is a mixed-signal microcontroller family from Texas Instruments. Built around a 16-bit CPU, the MSP430 is designed for low cost, and specifically, low power consumption embedded applications. The architecture dates from the 1990s and is reminiscent of the DEC PDP-11.&#8221;</a></p>
<p>Basically, it&#8217;s a 16-bit Microcontroller famillty by Texas Instruments.</p>
<p><strong>What is a Microcontroller?</strong><br />
A microcontroller is a Integrated Circuit(IC) or Chip that contains a processor core, memory. and programmable input/output(I/O) pins.<br />
It&#8217;s like a very small CPU.</p>
<p><strong>What is TI MSP430 Launchpad?</strong><br />
TI MSP430 Launchpad is a MSP430 development kit, it&#8217;s easy to use and it&#8217;s mainly for beginners. It&#8217;s also the CHEAPEST development kit in the market for only $4.30. It could also be used for rapid prototyping just like the Arduino.<br />
It can support up to 20 pin high end MSP430 Value Line Microcontrollers (some even made it work with non-value line higher end chips and expanding it&#8217;s flexibility).<br />
The Launchpad board provides 2 programmable push button switches (1 General purpose, 1 for Reset), 2 programmable LEDs (1 Red, 1 Green), and easy breakout for each of the microcontroller pins.</p>
<p>You can buy the <a href="http://us.element14.com/texas-instruments/msp-exp430g2/msp430-launchpad-value-line-development/dp/77R3863"> TI MSP430 Launchpad at Element14</a>.<br />
The <a href="http://ph.element14.com/texas-instruments/msp-exp430g2/kit-dev-msp430-launchpad/dp/1853793">MSP430 launchpad</a> is only PHP307 in the Philipppines.</p>
<p><strong>Why Launchpad?</strong></p>
<ul>
<li>It is easy to use - Hardware and softwares needed to get started are readily available. There are also many resources such as open source projects and tutorials on the web about the Launchpad.</li>
<li>Cheap - It&#8217;s only for $4.30!</li>
<li>Microcontroller Experience - Launchpad provides hands-on experience and introduction to MSP430 microcontrollers. And the what you learn and develop for Launchpad is also applicable to higher end MSP430 chips.</li>
</ul>
<p><strong>What do I get?</strong><br />
When you get the MSP430 Launchpad Kit, the box includes the following:</p>
<ul>
<li>LaunchPad Development board (MSP-EXP430G2)</li>
<li>Mini USB cable</li>
<li>MSP430G2211IN14 Microcontroller</li>
<li>MSP430G2231IN14 Microcontroller(preloaded with sample program)</li>
<li>10-pin PCB Connectors (2 male &amp; 2 female)</li>
<li>32kHz crystal (MS3V-T1R 32.768kHz CL: 12.5pF +/-20ppm from <a href="http://www.microcrystal.com/" target="_blank">www.microcrystal.com</a>)</li>
<li>Quick Start Guide</li>
<li>2x Launchpad Stickers</li>
</ul>
<p><strong>Features</strong><br />
The board:</p>
<ul>
<li>20 pin DIP socket &#8211; support for up to 20 pin DIP packaged MSP430 Value Line chips.</li>
<li>Flash Emulator &#8211; real time communication with PC (UART), in-system programming and debugging, and can program any other MSP430 devices that are programmable via Spi By-Wire (2 wire JTAG)</li>
<li>2 programmable LEDs</li>
<li>1 power LED</li>
<li>2 programmable push buttons (1 for reset)</li>
</ul>
<p>The included MSP430G2xx:</p>
<ul>
<li>MSP430G2211IN14 - 2kB Flash, 128B RAM, 10 GPIO, 1x 16-bit timer, WDT, BOR, Comparator A+</li>
<li>MSP430G2231IN14 - 2kB Flash, 128B RAM, 10 GPIO, 1x 16-bit timer, WDT, BOR, 1x USI (I2C/SPI), 8ch 10-bit ADC</li>
</ul>
<p>The Launchpad is also open source.<br />
<a href="http://processors.wiki.ti.com/index.php/MSP430_LaunchPad_(MSP-EXP430G2)#Online_Resources" target="_blank">&#8220;LaunchPad includes the firmware source code, GUI source code, Gerber/PCB files, schematics, BOMs, and other design files. By providing the source files, LaunchPad provides users with a completely flexible development environment.&#8221;</a></p>
<p><strong>How do I use it?</strong><br />
In this tutorial teach how to use Code Composer Studio for Windows users.</p>
<p><em>First step: Download and Install Code Composer Studio</em><br />
You can download it <a href="http://software-dl.ti.com/dsps/forms/self_cert_export.html?prod_no=setup_CCS_MC_Core.zip&amp;ref_url=http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/latest/" target="_blank">here</a> (requires TI account, but it&#8217;s easy to register). It&#8217;s code size limited but that&#8217;s not important because we&#8217;re not even going to reach that limit.<br />
If you&#8217;re having trouble installing CCSv4, <a href="http://processors.wiki.ti.com/index.php/GSG:CCSv4_installation" target="_blank">here&#8217;s</a> a step by step guide.<br />
And <a href="http://processors.wiki.ti.com/index.php/GSG:CCSv4_Running_for_the_first_time" target="_blank">here</a> for a step by step guide for running CCSv4 for the first time, don&#8217;t choose the 30-day evaluation, choose the code size limited license.</p>
<p><em>Second step: Make a new Project</em><br />
Now that you have Code Composer Studio installed. Run Code Composer Studio.<br />
Click File -&gt; New -&gt; CCS Project.<br />
<img src="http://i53.tinypic.com/5bqwbm.jpg" alt="" border="0" /></p>
<p>A new window appears, type in your desired project name (any will do). Click next.<br />
<img src="http://i53.tinypic.com/2yjq720.png" alt="" border="0" /></p>
<p>Make sure you choose &#8220;MSP430&#8243; from the &#8220;Project Type&#8221; drop down list box. Click next.<br />
<img src="http://i51.tinypic.com/24zboch.png" alt="" border="0" /></p>
<p>And just click next again.<br />
<img src="http://i52.tinypic.com/de633r.png" alt="" border="0" /></p>
<p>Choose the correct device variant and click Finish.<br />
<img src="http://i56.tinypic.com/2624mu1.png" alt="" border="0" /></p>
<p>Right Click on the project you just created and select New -&gt; Source File.<br />
<img src="http://i56.tinypic.com/2cys1mr.png" alt="" border="0" /></p>
<p>A new window will appear, type in &#8220;main.c&#8221; into the &#8220;Source File&#8221; text box, click finish.<br />
<img src="http://i51.tinypic.com/34ovl3a.png" alt="" border="0" /></p>
<p><em>Third Step: Code and Run</em><br />
Let&#8217;s try this LED blinker code from <a href="http://www.electronicslab.ph/forum/index.php?topic=28909.0" target="_blank">Lesson 1 &#8211; Programming Tutorial</a>:</p>
<div>Code:</div>
<div>#include &lt;msp430g2231.h&gt;volatile unsigned int i;int main(void) {<br />
WDTCTL = WDTPW + WDTHOLD;<br />
P1DIR |= BIT0;<br />
P1OUT &amp;= ~BIT0;</p>
<p>while(1) {<br />
P1OUT |= BIT0;<br />
for(i = 0xFFFF; i &gt; 0; i&#8211;);</p>
<p>P1OUT &amp;= ~BIT0;<br />
for(i = 0xFFFF; i &gt; 0; i&#8211;);<br />
}<br />
}</p>
</div>
<p>Double click on &#8220;main.c&#8221; of you project from the left.<br />
<img src="http://i56.tinypic.com/nlwug0.png" alt="" border="0" /></p>
<p>Paste the code and save. <em>(one note: you must make a new line at the end of the code because CCS gives a warning)</em><br />
<img src="http://i53.tinypic.com/2hyxwmw.png" alt="" border="0" /></p>
<p>Click the Debug Launch button, the code will now build and compile.<br />
<img src="http://i54.tinypic.com/2hhzj80.png" alt="" border="0" /></p>
<p>If there were no errors in building, you will now be in Debug View. Now, just click run.<br />
<img src="http://i51.tinypic.com/faa004.png" alt="" border="0" /></p>
<p>And, the Red LED in the Launchpad should now blink (thats what the code does)!</p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/introduction-to-ti-msp430-launchpad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>AVR Butterfly Review &#8211; A Cheap AVR Dev Board</title>
		<link>http://makerdude.com/blog/avr-butterly-review-a-cheap-avr-dev-board/</link>
		<comments>http://makerdude.com/blog/avr-butterly-review-a-cheap-avr-dev-board/#comments</comments>
		<pubDate>Fri, 09 Dec 2011 13:37:28 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[AVR]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=81</guid>
		<description><![CDATA[I just got my AVR Butterly from Element14. I&#8217;ve heard about AVR butterfly before but I started with AVR programming using Arduino. I guess a lot of people started with arduino because it&#8217;s easy to use. A typical arduino is like $30. What&#8217;s nice about the AVR butterfly is that it only costs around $20 [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="https://lh4.googleusercontent.com/-jx9BD_iDS7w/TttguOhw-ZI/AAAAAAAAAuo/mKJN6SP0ZzU/s720/Image00011.jpg" class="alignnone" /></p>
<p>I just got my AVR Butterly from Element14.   I&#8217;ve heard about AVR butterfly before but I started with AVR programming using Arduino.  I guess a lot of people started with arduino because it&#8217;s easy to use.</p>
<p>A typical arduino is like $30.  What&#8217;s nice about the AVR butterfly is that it only costs around $20 but it already has an these additional items on the board </p>
<p>100-segment LCD (without backlight)<br />
4-Mbit (512-Kbyte) AT45 flash memory<br />
4-way Mini-Joystick with center push-button<br />
Light, temperature, and voltage (0-5 V range) sensors (light sensor no longer included due to the RoHS directive)<br />
Piezo speaker</p>
<p>Current Price as of this writing:<br />
<a href="http://us.element14.com/atmel/atavrbfly/avr-butterfly-evaluation-kit/dp/13J4337">AVR Butterly at Element14</a> &#8211; $20.41<br />
<a href="http://ph.element14.com/atmel/atavrbfly/demo-evaluation-kit-for-atmega169/dp/4745061">AVR Butterfly at Element 14 Philippines</a>- PHP1,267</p>
<p><strong>Programming the AVR Butterfly</strong></p>
<p>There are a couple of ways to program the AVR butterfly.  You don&#8217;t actually need a separate programmer since it comes with a pre-installed bootloader which allows the board to be re-programmed with just the serial port.  You may also program it using an ISP or JTAG.</p>
<p>You can even use WINAVR and AVRDUDE.  To flash the HEX file to the AVR Butterfly, you&#8217;ll just have to type something like this in the windows command line</p>
<p>c:\>avrdude -p atmega169 -c butterfly -P com1 -U flash:w:foo.hex </p>
<p><strong>Can I use the arduino IDE to program AVR Butterfly?</strong></p>
<p>Apparently, you can.  There&#8217;s this thing called <a href="http://code.google.com/p/butteruino/">butteruino</a> project which has the core code and libraries to integrate the AVR Butterfly with the Arduino environment.</p>
<p><strong>What can you do with AVR Butterfly?</strong></p>
<p>Somebody has made an <a href="http://www.brokentoaster.com/butterflymp3/index.html">mp3 player</a> out of it.  You can also use the AVR butterfly as a <a href="http://www.brokentoaster.com/butterflylogger/index.html">datalogger</a>.  Since this already has a built in LCD, there&#8217;s a lot of things you can do with it.  Use it as a remote control for your mobot since it also has a joystick,  you can add an external motor controller and use it as the brains of your autonomous mobot (ie. line follower, sumobot), add a relay and you can use it to turn on or turn off the power of your TV at a specific schedule, and many more.  It&#8217;s up to your imagination.</p>
<p>There&#8217;s also a safety pin at the back so you can actually use this as a badge or ID.  I think this would look great on events.</p>
<p>Most importantly, with just $20 you&#8217;ll have a nice cheap platform for learning embedded programming.  </p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/avr-butterly-review-a-cheap-avr-dev-board/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unboxing Of MSP430 Launchpad and AVR Butterfly</title>
		<link>http://makerdude.com/blog/unboxing-of-msp430-launchpad-and-avr-butterfly/</link>
		<comments>http://makerdude.com/blog/unboxing-of-msp430-launchpad-and-avr-butterfly/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 13:47:12 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[AVR]]></category>
		<category><![CDATA[Review]]></category>
		<category><![CDATA[Texas Instrument]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=79</guid>
		<description><![CDATA[I was fortunate enough to be contacted by Ryan Gibson of Farnell (note: they&#8217;re also knowns as Element14) and was asked if I could do a review of some of their products. I picked 2 items in their inventory. One is the MSP430 launchpad and the other is the AVR Butterly. Here&#8217;s a photo of [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I was fortunate enough to be contacted by Ryan Gibson of <a href="http://farnell.com/">Farnell</a> (note: they&#8217;re also knowns as <a href="http://ph.element14.com/">Element14</a>) and was asked if I could do a review of some of their products.  I picked 2 items in their inventory.  One is the MSP430 launchpad and the other is the AVR Butterly.</p>
<p>Here&#8217;s a photo of the 2 products.</p>
<p><img width="650px" src="https://lh6.googleusercontent.com/-Hxh3nHfCf2w/TttguqwgaLI/AAAAAAAAAu0/fXOqSGhyLPw/s841/Image00007.jpg"></p>
<p>A closer look at what&#8217;s inside the MSP430 box</p>
<p><img width="650px" src="https://lh6.googleusercontent.com/-R3oDe4jkkqc/TttguUhZbJI/AAAAAAAAAus/0EhWq-XXbWM/s841/Image00009.jpg"></p>
<p>And here&#8217;s the one for AVR Butterly</p>
<p><img width="650px" src="https://lh4.googleusercontent.com/-jx9BD_iDS7w/TttguOhw-ZI/AAAAAAAAAuo/mKJN6SP0ZzU/s841/Image00011.jpg"></p>
<p>So over the next few days I&#8217;ll be making a review of these 2 items.  I&#8217;ll play around with these new toys for a while, and later on, I&#8217;ll do one review for each.</p>
<p>Thanks Ryan and Thanks to Farnell.</p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/unboxing-of-msp430-launchpad-and-avr-butterfly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Start Guide for EFM32 Gecko Starter Kit</title>
		<link>http://makerdude.com/blog/quick-start-guide-for-efm32-gecko-starter-kit/</link>
		<comments>http://makerdude.com/blog/quick-start-guide-for-efm32-gecko-starter-kit/#comments</comments>
		<pubDate>Thu, 01 Dec 2011 07:34:31 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[ARM]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=57</guid>
		<description><![CDATA[1. Install Simplicity Studio from (http://www.energymicro.com/downloads/) 2. Its been more than an hour&#8230; waiting patiently&#8230;.(transfer rate is only 25kb/sec). 3. Install IAR 4. Get License. You need to fill up their form and then you&#8217;ll receive an email with the license keys. 5. Click setup IAR 6. Installation Finished. Finally! 5. Fire up the IAR [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>1. Install Simplicity Studio from (http://www.energymicro.com/downloads/)</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/efm32-install.jpg" alt="" title="efm32-install" width="496" height="344" class="alignnone size-full wp-image-58" /></p>
<p>2. Its been more than an hour&#8230;  waiting patiently&#8230;.(transfer rate is only 25kb/sec).  </p>
<p><a href="http://makerdude.com/blog/wp-content/uploads/2011/11/efm32-wait.jpg"><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/efm32-wait.jpg" alt="" title="efm32-wait" width="496" height="138" class="alignnone size-full wp-image-64" /></a></p>
<p>3. Install IAR</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/iar-install.jpg" alt="" title="iar-install" width="500"  class="alignnone size-full wp-image-65" /></p>
<p>4. Get License.  You need to fill up their form and then you&#8217;ll receive an email with the license keys.</p>
<p>5. Click setup IAR</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/iar-install2.jpg" alt="" title="iar-install2" width="632" height="478" class="alignnone size-full wp-image-69" /></p>
<p>6. Installation Finished.  Finally!</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/iar-installfinish.jpg" alt="" title="iar-installfinish" width="513" height="392" class="alignnone size-full wp-image-70" /></p>
<p>5. Fire up the IAR Embedded Workbench IDE</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/iar-gettingstarted.jpg" alt="" title="iar-gettingstarted" width="448" height="467" class="alignnone size-full wp-image-71" /></p>
<p>6.  Choose Getting Started > Example Projects > ARM  > Energy Micro > EFM32_Gxxx_STK</p>
<p><img src="http://makerdude.com/blog/wp-content/uploads/2011/11/iar-em32example.jpg" alt="" title="iar-em32example" width="319" height="323" class="alignnone size-full wp-image-72" /></p>
<p>Video On How to Edit the source code,  compile, and program the device.</p>
<p><!-- copy and paste. Modify height and width if desired. --> <object id="scPlayer"  width="700" height="700" type="application/x-shockwave-flash" data="http://content.screencast.com/users/NoelBautista/folders/Jing/media/47dce8e1-1c9c-4a00-80b0-a6a84501ee80/jingswfplayer.swf" ><param name="movie" value="http://content.screencast.com/users/NoelBautista/folders/Jing/media/47dce8e1-1c9c-4a00-80b0-a6a84501ee80/jingswfplayer.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" /><param name="flashVars" value="thumb=http://content.screencast.com/users/NoelBautista/folders/Jing/media/47dce8e1-1c9c-4a00-80b0-a6a84501ee80/FirstFrame.jpg&#038;containerwidth=700&#038;containerheight=700&#038;content=http://content.screencast.com/users/NoelBautista/folders/Jing/media/47dce8e1-1c9c-4a00-80b0-a6a84501ee80/EFM32_Gecko_Starter_Kit.swf&#038;blurover=false" /><param name="allowFullScreen" value="true" /><param name="scale" value="showall" /><param name="allowScriptAccess" value="always" /><param name="base" value="http://content.screencast.com/users/NoelBautista/folders/Jing/media/47dce8e1-1c9c-4a00-80b0-a6a84501ee80/" />Unable to display content. Adobe Flash is required.</object></p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/quick-start-guide-for-efm32-gecko-starter-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unboxing the EFM32 Gecko Starter Kit</title>
		<link>http://makerdude.com/blog/unboxing-the-efm32-gecko-starter-kit/</link>
		<comments>http://makerdude.com/blog/unboxing-the-efm32-gecko-starter-kit/#comments</comments>
		<pubDate>Fri, 25 Nov 2011 09:59:33 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=49</guid>
		<description><![CDATA[So I got my package from EnergyMicro.com. They&#8217;ve sent me an EFM32 Gecko Starter Kit. Honestly, I never heard this one before. I&#8217;m aware of ARM processors from Texas Instruments, ST, and a few others. But now I get to play with their Gecko Starter Kit. For those of you who haven&#8217;t heard of energy [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><img src="https://lh5.googleusercontent.com/-oALOmhYCQNA/Ts9hxtmLVgI/AAAAAAAAAtg/F0tFejdBx0M/s341/DSC_0001.jpg" alt="" /></p>
<p>So I got my package from EnergyMicro.com. They&#8217;ve sent me an EFM32 Gecko Starter Kit.</p>
<p>Honestly, I never heard this one before. I&#8217;m aware of ARM processors from Texas Instruments, ST, and a few others. But now I get to play with their Gecko Starter Kit. For those of you who haven&#8217;t heard of energy micro, they are providers of energy efficient ARM Cortex-M3 and Cortex-M0. They position themselves as &#8220;The world&#8217;s most energy friendly microcontrollers and radios&#8221;.</p>
<p>Here&#8217;s the specs of their Gecko Processor</p>
<table width="700" border="0">
<tbody>
<tr>
<td valign="top">
<ul>
<li>32-bit ARM Cortex-M3 running up to 32 MHz
<ul>
<li>1.25 DMIPS/MHz</li>
<li>Superior Math Capability</li>
<li>Memory Protection Unit (MPU)</li>
</ul>
</li>
<li>Single 1.8 to 3.8 volt power supply</li>
<li>-40° to 85°C operation range</li>
<li>Up to 128 KB Flash and 16 KB RAM memory</li>
<li>Up to 90 GPIO with 20 mA drive strength</li>
<li>16 External Interrupts</li>
<li>External Bus Interface (EBI)</li>
<li>Direct memory accessController (DMA)</li>
<li>Peripheral Reflex System for autonomous operation</li>
</ul>
</td>
<td valign="top">
<ul>
<li>Hardware AES with 128/256-bit encryption and decryption</li>
<li>Integrated high and low frequency oscillators</li>
<li>USARTs with UART and SPI modes up 16 Mbit/s</li>
<li>Low Energy UART with 100 nA receive mode</li>
<li>16-bit Timer/Counters with Compare/Capture</li>
<li>Low Energy TIMER with optional pulse outputs</li>
<li>Flexible 24-bit Real Time Counter</li>
<li>Pulse Counter</li>
<li>Configurable LCD Controller driving up to 4&#215;40 segments</li>
<li>12-bit ADC, 1 Msamples/s, 8 channels</li>
<li>12-bit DAC, 500 ksamples/s, 2 channels</li>
<li>Analog Comparators with 8 input mux and capacitive sensing capability</li>
<li>On-chip Power-on Reset and Brown-out Detector</li>
</ul>
</td>
</tr>
</tbody>
</table>
<p>&nbsp;</p>
<p><strong>EFM32 Gecko Starter Kit Video</strong></p>
<p><a href="http://makerdude.com/blog/unboxing-the-efm32-gecko-starter-kit/"><em>Click here to view the embedded video.</em></a></p>
<p>Unboxing Photos:</p>
<p><img src="https://lh4.googleusercontent.com/-JIf13vjZGxs/Ts9iKOLomYI/AAAAAAAAAt4/cEq51U3_2Ac/s441/DSC_0009.jpg" alt="" /></p>
<p><img src="https://lh4.googleusercontent.com/-hqhy2HCcv-8/Ts9iCw3VFiI/AAAAAAAAAtw/XaQnbTKpHAI/s441/DSC_0012.jpg" alt="" /></p>
<p><img src="https://lh4.googleusercontent.com/-m2MlxhmQkOg/Ts9h6pD6MEI/AAAAAAAAAto/2MNM577kyy8/s441/DSC_0015.jpg" alt="" /></p>
<p><a href="https://lh5.googleusercontent.com/-zCsEoRIP0Fw/Ts9jJKfBLoI/AAAAAAAAAuE/wKXNqV98FVU/s841/efm32-gecko-large.jpg">Larger Image</a></p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/unboxing-the-efm32-gecko-starter-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PCB Manufacturing Video</title>
		<link>http://makerdude.com/blog/pcb-manufacturing-video/</link>
		<comments>http://makerdude.com/blog/pcb-manufacturing-video/#comments</comments>
		<pubDate>Sat, 05 Nov 2011 14:13:11 +0000</pubDate>
		<dc:creator>Noel</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://makerdude.com/blog/?p=44</guid>
		<description><![CDATA[I found this good video showing the process of multi layer PCB in a fabrication house. I didn&#8217;t know it involves so many steps just to produce a PCB. Great info. Step 01- Introduction &#8211; Eurocircuits Educational movies &#8211; making a PCB Step2 &#8211; Front End Tool Data Preparation Step 3 &#8211; Preparing the Photo [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I found this good video showing the process of multi layer PCB in a fabrication house. I didn&#8217;t know it involves so many steps just to produce a PCB.  Great info.</p>
<p>Step 01- Introduction &#8211; Eurocircuits Educational movies &#8211; making a PCB</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/01_Introduction.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/34-introduction-eurocircuits-educational-movies-making-a-pcb%22%7D%7D%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/01_Introduction.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/01_Introduction.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/34-introduction-eurocircuits-educational-movies-making-a-pcb%22%7D%7D%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/01_Introduction.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step2 &#8211; Front End Tool Data Preparation</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/02_Front-end_tool_data_preparation.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/35-front-end-tool-data-preparation-%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/02_Front-end_tool_data_preparation.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/02_Front-end_tool_data_preparation.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/35-front-end-tool-data-preparation-%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/02_Front-end_tool_data_preparation.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 3 &#8211; Preparing the Photo Tools</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/03_Preparing_the_phototools.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/36-preparing-the-phototools%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/03_Preparing_the_phototools.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/03_Preparing_the_phototools.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/36-preparing-the-phototools%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/03_Preparing_the_phototools.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 4 &#8211; Print Inner Layers</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/04_Print_inner_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/37-print-inner-layers%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/04_Print_inner_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/04_Print_inner_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/37-print-inner-layers%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/04_Print_inner_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 5 &#8211; Etching Inner Layers</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/05_Etch_inner_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/38-etch-inner-layers%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/05_Etch_inner_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/05_Etch_inner_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/38-etch-inner-layers%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/05_Etch_inner_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 06 -Register punch and Automatic Optical Inspection (AOI)</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/06_Register_punch_and_Automatic_Optical_Inspection.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/39-register-punch-and-automatic-optical-inspection-aoi%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/06_Register_punch_and_Automatic_Optical_Inspection.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/06_Register_punch_and_Automatic_Optical_Inspection.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/39-register-punch-and-automatic-optical-inspection-aoi%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/06_Register_punch_and_Automatic_Optical_Inspection.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 07 &#8211; Lay-up and bond</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/07-08_Lay-up_and_bond.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/40-lay-up-and-bond%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/07-08_Lay-up_and_bond.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/07-08_Lay-up_and_bond.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/40-lay-up-and-bond%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/07-08_Lay-up_and_bond.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 08 &#8211; Drilling the PCB</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/09-11_Drilling_the_PCB.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/41-drilling-the-pcb%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/09-11_Drilling_the_PCB.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/09-11_Drilling_the_PCB.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/41-drilling-the-pcb%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/09-11_Drilling_the_PCB.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 09 &#8211; Electroless copper deposition</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/12_Electroless_copper_deposition.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/42-electroless-copper-deposition%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/12_Electroless_copper_deposition.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/12_Electroless_copper_deposition.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/42-electroless-copper-deposition%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/12_Electroless_copper_deposition.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 10 &#8211; Image the outer layers</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/13_Image_the_outer_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/43-image-the-outer-layers%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/13_Image_the_outer_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/13_Image_the_outer_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/43-image-the-outer-layers%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/13_Image_the_outer_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 11 &#8211; Plating</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/14_Plating.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/44-plating%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/14_Plating.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/14_Plating.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/44-plating%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/14_Plating.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 12 &#8211; Etch outer layers</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/15_Etch_outer_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/45-etch-outer-layers%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/15_Etch_outer_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/15_Etch_outer_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/45-etch-outer-layers%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/15_Etch_outer_layers.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 13 &#8211; Apply soldermask</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/16_Apply_soldermask.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/46-apply-soldermask%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/16_Apply_soldermask.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/16_Apply_soldermask.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/46-apply-soldermask%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/16_Apply_soldermask.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 14 &#8211; RoHS-compliant surface finishes &#8211; electroless gold over nickel</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/17_RoHS.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/47-rohs-compliant-surface-finishes-electroless-gold-over-nickel%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/17_RoHS.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/17_RoHS.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/47-rohs-compliant-surface-finishes-electroless-gold-over-nickel%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/17_RoHS.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 15 &#8211; Plated gold edge connectors</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/20_Plated_gold_edge_connectors.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/48-plated-gold-edge-connectors%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/20_Plated_gold_edge_connectors.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/20_Plated_gold_edge_connectors.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/48-plated-gold-edge-connectors%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/20_Plated_gold_edge_connectors.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 16 &#8211; Silk-screen and cure</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/21_Silk-screen_and_cure.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/49-silk-screen-and-cure%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/21_Silk-screen_and_cure.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/21_Silk-screen_and_cure.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/49-silk-screen-and-cure%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/21_Silk-screen_and_cure.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 17 &#8211; Profiling</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/24_Profiling.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/51-profiling%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/24_Profiling.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/24_Profiling.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/51-profiling%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/24_Profiling.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 18 &#8211; Electrical test</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/23_Electrical_test.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/50-electrical-test%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/23_Electrical_test.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/23_Electrical_test.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/50-electrical-test%22%7D%2C%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/23_Electrical_test.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
<p>Step 19 &#8211; Final inspection</p>
<p><object id="null" width="640" height="400" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"><param value="true" name="allowfullscreen"/><param value="always" name="allowscriptaccess"/><param value="high" name="quality"/><param value="true" name="cachebusting"/><param value="#000000" name="bgcolor"/><param name="movie" value="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" /><param value="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/26_Final_inspection.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/52-final-inspection%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/26_Final_inspection.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" name="flashvars"/><embed src="http://www.eurocircuits.com/plugins/system/flowplayer_r/players/flowplayer-3.2.7.swf" type="application/x-shockwave-flash" width="640" height="400" allowfullscreen="true" allowscriptaccess="always" cachebusting="true" flashvars="config=%7B%22playlist%22%3A%5B%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/26_Final_inspection.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%5D%2C%22plugins%22%3A%7B%22viral%22%3A%7B%22url%22%3A%22http%3A//www.eurocircuits.com/plugins/system/flowplayer_r/swfplugins/flowplayer.viralvideos-3.2.5.swf%22%2C%22share%22%3A%7B%22shareUrl%22%3A%22http%3A//www.eurocircuits.com/index.php/making-a-pcb-eductional-movies/52-final-inspection%22%7D%7D%7D%2C%22clip%22%3A%7B%22autoPlay%22%3Afalse%2C%22url%22%3A%22http%3A//www.eurocircuits.com/images/stories/Movies/26_Final_inspection.flv%22%2C%22scaling%22%3A%22scale%22%2C%22bufferLength%22%3A3%7D%2C%22canvas%22%3A%7B%22borderRadius%22%3A%220%22%2C%22backgroundGradient%22%3A%5B0.3%2C0%5D%2C%22backgroundColor%22%3A%22transparent%22%2C%22border%22%3A%220px%22%7D%2C%22screen%22%3A%7B%7D%2C%22play%22%3A%7B%7D%7D" bgcolor="#000000" quality="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://makerdude.com/blog/pcb-manufacturing-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

