<?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>Dangerous Prototypes &#187; Development</title>
	<atom:link href="http://dangerousprototypes.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://dangerousprototypes.com</link>
	<description>A new open source hardware project every month</description>
	<lastBuildDate>Fri, 10 Sep 2010 16:34:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Cool new Bus Pirate features in development</title>
		<link>http://dangerousprototypes.com/2010/02/19/cool-new-bus-pirate-features-in-development/</link>
		<comments>http://dangerousprototypes.com/2010/02/19/cool-new-bus-pirate-features-in-development/#comments</comments>
		<pubDate>Fri, 19 Feb 2010 09:17:30 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Bus Pirate]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[newterm]]></category>

		<guid isPermaLink="false">http://dangerousprototypes.com/?p=3540</guid>
		<description><![CDATA[
0x0064  REM basictest
0x006E  LET A=C+16
0x0078  FOR B=1 TO 5
0x007D  FOR D=0 TO 2
0x0082  PRINT &#38;quot;A=&#38;quot;;A;&#38;quot; B=&#38;quot;;B;&#38;quot; D=&#38;quot;;D
0x0087  NEXT D
0x008C  NEXT B
0x00C8  INPUT &#38;quot;Enter C&#38;quot;,C
0x00D2  GOSUB 1000
0x00DC  IF C=20 THEN  PRINT &#38;quot;C=20!!&#38;quot;; ELSE  PRINT &#38;quot;C!=20&#38;quot;;
0x00E6  END
0x03E8  PRINT &#38;quot;C=&#38;quot;;C
0x03F2  RETURN
0xFFFF  END

Sjaak demonstrated a basic scripting language that could be integrated into the Bus Pirate terminal. Take a [...]]]></description>
			<content:encoded><![CDATA[<pre class="brush: plain;">
0x0064  REM basictest
0x006E  LET A=C+16
0x0078  FOR B=1 TO 5
0x007D  FOR D=0 TO 2
0x0082  PRINT &amp;quot;A=&amp;quot;;A;&amp;quot; B=&amp;quot;;B;&amp;quot; D=&amp;quot;;D
0x0087  NEXT D
0x008C  NEXT B
0x00C8  INPUT &amp;quot;Enter C&amp;quot;,C
0x00D2  GOSUB 1000
0x00DC  IF C=20 THEN  PRINT &amp;quot;C=20!!&amp;quot;; ELSE  PRINT &amp;quot;C!=20&amp;quot;;
0x00E6  END
0x03E8  PRINT &amp;quot;C=&amp;quot;;C
0x03F2  RETURN
0xFFFF  END
</pre>
<p>Sjaak demonstrated a <a href="http://whereisian.com/forum/index.php?topic=291.msg2783#msg2783">basic scripting language</a> that could be integrated into the Bus Pirate terminal. Take a look and tell us what you think.</p>
]]></content:encoded>
			<wfw:commentRss>http://dangerousprototypes.com/2010/02/19/cool-new-bus-pirate-features-in-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Logic analyzer firmware development update</title>
		<link>http://dangerousprototypes.com/2010/01/26/logic-analyzer-firmware-development-update/</link>
		<comments>http://dangerousprototypes.com/2010/01/26/logic-analyzer-firmware-development-update/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 19:48:16 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[logic analyzer]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[SUMP]]></category>

		<guid isPermaLink="false">http://dangerousprototypes.com/?p=3268</guid>
		<description><![CDATA[
Today we completed an initial PIC firmware for the open source logic analyzer. The PIC has two operating modes: a serial bridge for SUMP to talk to the client on the FPGA, and a ROM programmer that updates the AT45DB041D flash chip with new logic for the FPGA. There&#8217;s still some bugs, but the design [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3269" title="pump-day2" src="http://dangerousprototypes.com.php5-11.dfw1-1.websitetestlink.com/wp-content/media/2010/01/pump-day2.jpg" alt="" width="490" height="308" /></p>
<p>Today we completed an initial PIC firmware for the <a href="http://dangerousprototypes.com/category/logic-analyzer/">open source logic analyzer</a>. The PIC has two operating modes: a serial bridge for <a href="http://www.sump.org/projects/analyzer/">SUMP</a> to talk to the client on the FPGA, and a ROM programmer that updates the <a href="http://dangerousprototypes.com/2010/01/25/demo-at45db041d-4mbit-spi-rom/">AT45DB041D flash chip</a> with new logic for the FPGA. There&#8217;s still some bugs, but the design is coming together. Give your suggestions and <a href="http://whereisian.com/forum/index.php?topic=270.0">follow our progress in the forum</a>.</p>
<p>Major to dos:</p>
<ul>
<li>Finish the USB bootloader port to 18f24j50</li>
<li>Clean and comment the PIC source</li>
<li>Clean up the PERL updater scripts</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dangerousprototypes.com/2010/01/26/logic-analyzer-firmware-development-update/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Bus Pirate firmware v3 feature requests</title>
		<link>http://dangerousprototypes.com/2009/10/31/bus-pirate-firmware-v3-feature-requests/</link>
		<comments>http://dangerousprototypes.com/2009/10/31/bus-pirate-firmware-v3-feature-requests/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 11:30:41 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Bus Pirate]]></category>
		<category><![CDATA[firmware]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[roadmap]]></category>

		<guid isPermaLink="false">http://dangerousprototypes.com/?p=1933</guid>
		<description><![CDATA[
Bus Pirate firmware v3 will be released in the near future. Are there any minor tweaks or moderate feature additions that you&#8217;d like to see in V3? It&#8217;s probably too late for major additions like a new protocol, but we&#8217;d like to know if there&#8217;s any popular updates we can schedule for the big v3 [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-1954" title="bpfv3" src="http://dangerousprototypes.com.php5-11.dfw1-1.websitetestlink.com/wp-content/media/2009/10/bpfv3.png" alt="bpfv3" width="450" height="211" /></p>
<p>Bus Pirate firmware v3 will be released in the near future. Are there any minor tweaks or moderate feature additions that you&#8217;d like to see in V3? It&#8217;s probably too late for major additions like a new protocol, but we&#8217;d like to know if there&#8217;s any popular updates we can schedule for the big v3 release. The <a href="http://code.google.com/p/the-bus-pirate/issues/list">issue tracker</a> might give you some ideas.</p>
<p>Beyond v3, are there any major new features you&#8217;d like? I2C and improved SPI snoopers are a popular request, they&#8217;ll probably be added to the new binary mode for better speed and performance. CAN and OBD-II protocols are also frequently requested.</p>
]]></content:encoded>
			<wfw:commentRss>http://dangerousprototypes.com/2009/10/31/bus-pirate-firmware-v3-feature-requests/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>Compile the Bus Pirate firmware</title>
		<link>http://dangerousprototypes.com/2009/09/08/compile-the-bus-pirate-firmware/</link>
		<comments>http://dangerousprototypes.com/2009/09/08/compile-the-bus-pirate-firmware/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 07:28:19 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Bus Pirate]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[compiler]]></category>
		<category><![CDATA[MPLAB]]></category>

		<guid isPermaLink="false">http://dangerousprototypes.com/?p=953</guid>
		<description><![CDATA[
This is an old version, see the latest version on the documentation wiki.
You don&#8217;t need a Microchip programmer to develop firmware for the Bus Pirate. You can use Microchip&#8217;s free development tools and upload code through the USB bootloader.  It&#8217;s a mini PIC 24F development board!
First, download and install Microchip&#8217;s IDE called MPLAB, and [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-987 alignnone" title="mplab" src="http://dangerousprototypes.com.php5-11.dfw1-1.websitetestlink.com/wp-content/media/2009/09/mplab.png" alt="mplab" width="450" height="333" /></p>
<p><em>This is an old version, see the <a href="http://dangerousprototypes.com/docs/Compile_the_Bus_Pirate_firmware">latest version</a> on the documentation wiki.</em></p>
<p>You don&#8217;t need a Microchip programmer to develop firmware for the <a href="http://code.google.com/p/the-bus-pirate/">Bus Pirate</a>. You can use Microchip&#8217;s free development tools and upload code through the USB bootloader.  It&#8217;s a mini PIC 24F development board!</p>
<p>First, download and install Microchip&#8217;s <a href="http://en.wikipedia.org/wiki/Integrated_development_environment">IDE</a> called <a href="http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=1406&amp;dDocName=en019469&amp;part=SW007002">MPLAB</a>, and the free demonstration <a href="http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=1406&amp;dDocName=en535364">C30 compiler</a>. Next, download a Bus Pirate <a href="http://code.google.com/p/the-bus-pirate/downloads/list">source code archive</a>, or get the latest <a href="http://code.google.com/p/the-bus-pirate/source/checkout">development version</a> from <a href="http://en.wikipedia.org/wiki/Subversion_%28software%29">SVN</a> with a program like <a href="http://tortoisesvn.net/">TortoiseSVN</a>.</p>
<p>Open the Bus Pirate project in MPLAB.</p>
<p>Uncomment the correct Bus Pirate hardware version and language in base.h. Compile the project. You may need to modify the compiler location when prompted, but MPLAB is getting better about making these changes automatically.</p>
<p>The compiled firmware must be exported in order to work with the bootloader. In MPLAB, go to <em>File-&gt;Export&#8230;</em> Make sure that the <em>Program Memory</em> and <em>Configuration Bits</em> boxes are checked. Make sure INHX32 (Intel 32bit HEX) is selected on the <em>File Format</em> tab. Click OK to export the firmware.</p>
<p>Bootload the firmware following <a href="http://dangerousprototypes.com/2009/07/24/bus-pirate-firmware-upgrades/">your normal upgrade process</a> (<a href="http://dangerousprototypes.com/2009/08/06/bus-pirate-firmware-upgrades-on-linux-osx/">Linux, OSX</a>).</p>
<p>After the break, learn how to use TortoiseSVN to check out the Bus Pirate source on Windows.</p>
<p><span id="more-953"></span>If you have Tortoise SVN on Windows:</p>
<ol>
<li><em>R</em><em>ight click-&gt;SVN checkout</em> on your desktop or Windows file explorer.</li>
<li>Enter the SVN address (http://the-bus-pirate.googlecode.com/svn) and a directory to use. Choose anonymous check out.</li>
<li>If you have commit permissions (you&#8217;ve been added as a developer on the Bus Pirate project), then use the secure SVN address (https://the-bus-pirate.googlecode.com/svn). Give Tortoise your email address  when prompted, <span style="text-decoration: underline;"><em><strong>your Google SVN password is different than your account password</strong></em></span> &#8211; <a href="http://code.google.com/hosting/settings">get your Google SVN password here</a>.</li>
<li>TortoiseSVN will download the source.</li>
<li>The developers work in the TRUNK folder. If you&#8217;re contributing to the project, make your  changes, then right click on the modified file and choose SVN commit. If you added new files, first use SVN add, then use SVN commit.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://dangerousprototypes.com/2009/09/08/compile-the-bus-pirate-firmware/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confessions of a prototyper: Server v2</title>
		<link>http://dangerousprototypes.com/2009/08/11/confessions-of-a-prototyper-server-v2/</link>
		<comments>http://dangerousprototypes.com/2009/08/11/confessions-of-a-prototyper-server-v2/#comments</comments>
		<pubDate>Tue, 11 Aug 2009 13:30:23 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[confessions]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[web server]]></category>

		<guid isPermaLink="false">http://dangerousprototypes.com/?p=350</guid>
		<description><![CDATA[
The original web server on a business card Ian posted at Hack a Day was a homemade single-sided PCB with a few jumper wires. A version 2 was designed on a professional PCB, which opened up a lot of possibilities for new features. We added a 128&#215;128 color Nokia knock-off LCD to make a network-connected [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-377" title="wsbc2(2)" src="http://dangerousprototypes.com.php5-11.dfw1-1.websitetestlink.com/wp-content/media/2009/08/wsbc22.jpg" alt="wsbc2(2)" width="450" height="257" /></p>
<p>The original <a href="http://hackaday.com/2008/09/25/web-server-on-a-business-card-part-2/">web server on a business card</a> Ian posted at Hack a Day was a homemade single-sided PCB with a few jumper wires. A version 2 was designed on a professional PCB, which opened up a lot of possibilities for new features. We added a <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=569">128&#215;128 color Nokia knock-off LCD</a> to make a network-connected photo frame.</p>
<p>The blue wire on the left connects some  power pins we forgot to route. The unrouted wire was directly over the connecting wire, which made Eagle Cad&#8217;s unrouted indicator invisible. Now we use the zoom-unrouted.ulp script to check for unrouted wires before submitting Gerbers to the board house.</p>
<p>This design remains unpublished because the parts are hard to find. SparkFun stopped carrying the microSD card holder, and a new batch of LCDs didn&#8217;t work the same as the old models. The giant DPack 3.3volt regulator (LD117) next to the power jack at the back of the board was also a really expensive, somewhat rare part. We have one extra PCB that we&#8217;ll give away on a future <a href="http://dangerousprototypes.com/category/free-prototype-pcb-sunday/">free PCB Sunday</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dangerousprototypes.com/2009/08/11/confessions-of-a-prototyper-server-v2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bus Pirate: v3 update</title>
		<link>http://dangerousprototypes.com/2009/08/05/bus-pirate-v3-update/</link>
		<comments>http://dangerousprototypes.com/2009/08/05/bus-pirate-v3-update/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 01:22:57 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[BP v3]]></category>
		<category><![CDATA[Bus Pirate]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://dangerousprototypes.com/?p=280</guid>
		<description><![CDATA[
***We’ll start a preorder ($30 assembled, shipped worldwide) if there are a few firm commitments, sign up for notification in the forum.***
This rendering shows the nearly-complete Bus Pirate v3 PCB. Our initial preview of the new hardware generated some really good comments.

We decided to swap the PGC and PGD pins of the ICSP header as [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-281" title="bpv3-final" src="http://dangerousprototypes.com.php5-11.dfw1-1.websitetestlink.com/wp-content/media/2009/08/bpv3-final.jpg" alt="bpv3-final" width="450" height="246" /></p>
<p><strong>***We’ll start a preorder ($30 assembled, shipped worldwide) if there are a few firm commitments, <a href="http://whereisian.com/forum/index.php?topic=31.0">sign up for notification in the forum</a>.***</strong></p>
<p>This rendering shows the nearly-complete Bus Pirate v3 PCB. Our <a href="http://dangerousprototypes.com/2009/07/29/bus-pirate-v3-beating-the-shortage/">initial preview</a> of the new hardware generated some really good <a href="http://whereisian.com/forum/index.php?topic=16.0">comments</a>.</p>
<ul>
<li>We decided to swap the PGC and PGD pins of the ICSP header as suggested by numerous readers. The pins will now align with a PICKIT2 programmer.</li>
<li>The power traces and vias have been expanded to handle the maximum possible loads.</li>
<li>SSOP PIC, eliminated a few parts, centered USB jack, rotated CD4066 IC to accommodate a shrouded or right angle pin header.</li>
<li>The PGC/PGD swap means this hardware will require a new bootloader and firmware. For this reason we&#8217;re going to increment the hardware to v3 instead of v2.5.</li>
<li>Added <a href="http://dangerousprototypes.com/2009/08/03/bus-pirate-v3-power-on-self-test/">power-on self-test</a> to firmware for hardware v3. Future hardware will probably require a jumper between PGD and ground for normal operation.</li>
<li>We decided against mounting holes. We couldn&#8217;t locate a standard separation for the hole pattern, so the holes would only fit one specific case.</li>
<li>Removed alternate resistor placement pads from bottom of PCB. Back LEDs now use the same resistors as the front side LEDs.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://dangerousprototypes.com/2009/08/05/bus-pirate-v3-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Confessions of a prototyper: Bus Pirate v1.5</title>
		<link>http://dangerousprototypes.com/2009/07/31/bus-pirate-v1-5-confessions-of-a-prototyper/</link>
		<comments>http://dangerousprototypes.com/2009/07/31/bus-pirate-v1-5-confessions-of-a-prototyper/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 13:14:24 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[Bus Pirate]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[confessions]]></category>

		<guid isPermaLink="false">http://dangerousprototypes.com/?p=113</guid>
		<description><![CDATA[
The Bus Pirate V2a and V2go weren&#8217;t the only design candidates for the Bus Pirate v2 series. Here&#8217;s a rendering of the Bus Pirate &#8216;v1.5&#8242;, a design that never saw the light of day. This Bus Pirate was meant to be completely portable. It has an LCD to display the terminal, and a keyboard jack [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-247" title="bp15" src="http://dangerousprototypes.com.php5-11.dfw1-1.websitetestlink.com/wp-content/media/2009/07/bp15.jpg" alt="bp15" width="450" height="218" /></p>
<p><a href="http://hackaday.com/2009/06/25/how-to-the-bus-pirate-v2-with-usb/">The Bus Pirate V2a and V2go</a> weren&#8217;t the only design candidates for the Bus Pirate v2 series. Here&#8217;s a rendering of the Bus Pirate &#8216;v1.5&#8242;, a design that never saw the light of day. This Bus Pirate was meant to be completely portable. It has an LCD to display the terminal, and a keyboard jack to work with a <a href="http://www.thinkgeek.com/computing/keyboards-mice/5a7f/">roll-up rubber keyboard</a>.</p>
<p>Here&#8217;s some of the differences between this version and the final v2 series.</p>
<ol>
<li>This design didn&#8217;t include software controlled pull-up resistors. It uses the jumper concept from v1a with SMD resistors.</li>
<li>V1.5 included a Nokia LCD knock off, like the one <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=569">SparkFun sells for $15</a>. The LCD backlight needs 7volts, so the large SOT223 regulator behind the power supply is a LM317 set to 7volts. The LM317 also supplies the other regulators with 7volts, which is  better than the 5V supply to 5volt regulators on the v2a and v2go.</li>
<li>The six hole pattern seen on both sides of the PCB is for the <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8509">PC keyboard connector</a>. PC keyboards operate at 5volts, so this feature took two of only seven 5volt tolerant pins on the PIC24FJ64.</li>
</ol>
<p>When we decided to manufacture the Bus Pirate, this design was too complicated and expensive. The code to run the LCD terminal and read the keyboard was big and made it hard to add new protocols. The knock-off Nokia LCDs are really inconsistent too, even different batches from SparkFun require different drivers. We minimized the design first to the v2a, then to the v2go.</p>
<p>In the end, we&#8217;re really pleased with the v2go. In retrospect, however, there were a few changes that would have make the whole process smoother. These  have been integrated into the updated <a href="http://dangerousprototypes.com/2009/07/29/bus-pirate-v3-beating-the-shortage/">Bus Pirate v3</a>, which is an even cleaner design that should be easier to manufacture in quantity.</p>
]]></content:encoded>
			<wfw:commentRss>http://dangerousprototypes.com/2009/07/31/bus-pirate-v1-5-confessions-of-a-prototyper/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bus Pirate v3: Beating the shortage</title>
		<link>http://dangerousprototypes.com/2009/07/29/bus-pirate-v3-beating-the-shortage/</link>
		<comments>http://dangerousprototypes.com/2009/07/29/bus-pirate-v3-beating-the-shortage/#comments</comments>
		<pubDate>Wed, 29 Jul 2009 15:33:32 +0000</pubDate>
		<dc:creator>Ian</dc:creator>
				<category><![CDATA[BP v3]]></category>
		<category><![CDATA[Bus Pirate]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://dangerousprototypes.com/?p=134</guid>
		<description><![CDATA[

UPDATE II: PCB stuffed and tested.
UPDATE I:***We&#8217;ll start a preorder ($30 assembled, shipped worldwide) if there are a few firm commitments, sign to be notified and check the forum.***
The next version of the Bus Pirate universal serial interface is about a week away from prototyping. Why a new version so soon, when  Hack a [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-189" title="bpv3-render" src="http://dangerousprototypes.com.php5-11.dfw1-1.websitetestlink.com/wp-content/media/2009/07/bpv3-render.jpg" alt="bpv3-render" width="450" height="239" /></p>
<p><img class="alignnone size-full wp-image-190" title="bpv3" src="http://dangerousprototypes.com.php5-11.dfw1-1.websitetestlink.com/wp-content/media/2009/07/bpv3.jpg" alt="bpv3" width="450" height="240" /></p>
<p><strong>UPDATE II: <a href="http://dangerousprototypes.com/2009/08/20/bus-pirate-v3-pcbs-pass-testing/">PCB stuffed and tested</a>.</strong></p>
<p><strong>UPDATE I:</strong><strong>***We&#8217;ll start a preorder ($30 assembled, shipped worldwide) if there are a few firm commitments, <a href="http://spreadsheets.google.com/viewform?formkey=dHV6YXA0MnVoVUYwcnhmdmhQdDFGWnc6MA">sign to be notified</a> and <a href="http://whereisian.com/forum/index.php?topic=31.0">check the forum</a>.***</strong></p>
<p>The next version of the <a href="http://www.buspirate.com">Bus Pirate universal serial interface</a> is about a week away from prototyping. Why a new version so soon, when  Hack a Day&#8217;s <a href="http://hackaday.com/2009/07/23/bus-pirate-preorder-2-update/">second preorder</a> won&#8217;t ship for another 20 days?</p>
<p>The <a href="http://hackaday.com/2009/06/30/bus-pirate-preorder-update/">chip availability problem</a> has a lot to do with it. We modified the v2go board to use the SSOP version of the PIC24FJ64GA002, which seems to be more widely available.</p>
<p>We normally work with SOIC chips whenever possible. It&#8217;s an easy surface mount size for the timid solderer, and it&#8217;s an easy size to prototype on homemade PCBs. The SSOP PIC makes sense here, though, because FTDI only makes the <a href="http://www.ftdichip.com/Products/FT232R.htm">232RL USB chip</a> used on the Bus Pirate in SSOP and QFN packages, we&#8217;re using professional PCBs, and the vast majority of these are being made in a factory.</p>
<p>Changes to Bus Pirate V3:</p>
<ul>
<li>Changed to SSOP PIC24FJ64GA002-I/SS</li>
<li>Removed unnecessary pull-down resistor R18. Verified in datasheet that VR3 &amp; VR4 are off when enable pin is open.</li>
<li>Moved and rotated the CD4066 (IC3) for cleaner routing and (maybe) sufficient clearance to fit a shrouded header.</li>
<li>Thicker power traces, bigger power vias.</li>
<li>PCB is thinner and slightly longer, USB jack centered, R19 aligned with other resistors.</li>
<li>Moved USB LED to top.</li>
<li>Switched ADC and 3.3V pins.</li>
<li>Will be programmed with V2+ firmware. Includes a power-on <a href="http://dangerousprototypes.com/2009/07/28/bus-pirate-self-test-guide/">self-test mode</a> triggered by starting with the PGC pin jumpered to +3.3volts. Quality control will be faster and more thorough.</li>
<li>Code name is v3, may end up being versioned to v2.5 if the firmware is 100% compatible with v2go.</li>
</ul>
<p>Look for the new PCB in the SVN soon.</p>
<p>Make your change requests in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://dangerousprototypes.com/2009/07/29/bus-pirate-v3-beating-the-shortage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
