<?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"
	>

<channel>
	<title>Brian Ramos</title>
	<atom:link href="http://www.brianramos.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.brianramos.com</link>
	<description>brian@brianramos.com</description>
	<pubDate>Tue, 30 Jun 2009 20:10:54 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>UICL News Articles</title>
		<link>http://www.brianramos.com/?p=245</link>
		<comments>http://www.brianramos.com/?p=245#comments</comments>
		<pubDate>Tue, 30 Jun 2009 20:10:54 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<category><![CDATA[UICL]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=245</guid>
		<description><![CDATA[
Here&#8217;s some news articles for the Underwater Imaging and Communication with Lasers (UICL) program I&#8217;m working on.
TC Palm
Newswise
]]></description>
			<content:encoded><![CDATA[<div id="attachment_246" class="wp-caption aligncenter" style="width: 204px"><a href="http://www.brianramos.com/wp-content/uploads/2009/06/uicl_concept.jpg"><img class="size-medium wp-image-246" title="UICL Concept" src="http://www.brianramos.com/wp-content/uploads/2009/06/uicl_concept-194x300.jpg" alt="UICL Concept" width="194" height="300" /></a><p class="wp-caption-text">UICL Concept</p></div>
<p>Here&#8217;s some news articles for the Underwater Imaging and Communication with Lasers (UICL) program I&#8217;m working on.</p>
<p><a href="http://www.tcpalm.com/news/2009/jun/29/harbor-branch-gets-2-million-navy-grant-for/">TC Palm</a></p>
<p><a href="http://www.newswise.com/articles/view/553779/">Newswise</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=245</wfw:commentRss>
		</item>
		<item>
		<title>DRONE In The Lake</title>
		<link>http://www.brianramos.com/?p=240</link>
		<comments>http://www.brianramos.com/?p=240#comments</comments>
		<pubDate>Wed, 25 Feb 2009 05:05:16 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=240</guid>
		<description><![CDATA[I purchased some nice serial to Bluetooth adapters from Roving Networks so we can work with the DRONE platform wirelessly.  The nice thing about them is they have their own rechargeable battery built in which makes them really easy to use and setting up two to form a wireless RS-232 cable was as simple as [...]]]></description>
			<content:encoded><![CDATA[<p>I purchased some nice serial to Bluetooth <a href="http://www.rovingnetworks.com/blueportxp.php">adapters</a> from <a href="http://www.rovingnetworks.com">Roving Networks</a> so we can work with the DRONE platform wirelessly.  The nice thing about them is they have their own rechargeable battery built in which makes them really easy to use and setting up two to form a wireless RS-232 cable was as simple as setting a few dip switches.</p>
<p>I put the DRONE out in a small lake we have on campus and drove it around a bit with a joystick to test out how well the platform works.  Here&#8217;s some video of the test.</p>
<p style="text-align: center;">[See post to watch Flash video]
<p style="text-align: center;">[See post to watch Flash video]
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=240</wfw:commentRss>
		</item>
		<item>
		<title>Working with the DRONE</title>
		<link>http://www.brianramos.com/?p=224</link>
		<comments>http://www.brianramos.com/?p=224#comments</comments>
		<pubDate>Wed, 18 Feb 2009 22:20:40 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=224</guid>
		<description><![CDATA[I started working with the DRONE controller software again.  Here&#8217;s a picture of the DRONE,
Had a bit of an issue determining the IP address of the controller but no worries, Wireshark to the rescue!  I set Wireshark to probe the network looking for DHCP packets and read the IP address out of the DHCP offer.  [...]]]></description>
			<content:encoded><![CDATA[<p>I started working with the DRONE controller software again.  Here&#8217;s a picture of the DRONE,</p>
<div id="attachment_226" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/s4300002.jpg"><img class="size-medium wp-image-226" title="DRONE" src="http://www.brianramos.com/wp-content/uploads/2009/02/s4300002-300x225.jpg" alt="DRONE Vehicle" width="300" height="225" /></a><p class="wp-caption-text">DRONE Vehicle</p></div>
<p>Had a bit of an issue determining the IP address of the controller but no worries, <a href="http://www.wireshark.org">Wireshark</a> to the rescue!  I set Wireshark to probe the network looking for DHCP packets and read the IP address out of the DHCP offer.  I&#8217;ve been meaning to port my poor mans <a href="http://en.wikipedia.org/wiki/Zeroconf">Zeroconf</a> from Python to C so maybe I&#8217;ll take another look at doing that tonight.  Makes having to deal with determining IP addresses much easier and less of a hassle than setting up a real Zeroconf server.</p>
<p>Had another issue with calls to the <a href="http://en.wikipedia.org/wiki/Serial_Peripheral_Interface_Bus">SPI</a> API causing segmentation faults.  Turns out it was a bug in the kernel on the controller so I updated to a new kernel from the vendor and it&#8217;s working fine now.  Tomorrow I plan on throwing this guy in the test tank and running it around a bit.  I might post some video if everything goes well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=224</wfw:commentRss>
		</item>
		<item>
		<title>02-16-2009</title>
		<link>http://www.brianramos.com/?p=218</link>
		<comments>http://www.brianramos.com/?p=218#comments</comments>
		<pubDate>Mon, 16 Feb 2009 14:29:05 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=218</guid>
		<description><![CDATA[Success.  This morning I cut the trace wiring the bipolar/unipolar pin to ground and soldered a jumper to 3.3V.  Everything seem to be working fine now and I&#8217;m getting reasonable data to my GUI.
]]></description>
			<content:encoded><![CDATA[<p>Success.  This morning I cut the trace wiring the bipolar/unipolar pin to ground and soldered a jumper to 3.3V.  Everything seem to be working fine now and I&#8217;m getting reasonable data to my GUI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=218</wfw:commentRss>
		</item>
		<item>
		<title>02-13-2009</title>
		<link>http://www.brianramos.com/?p=199</link>
		<comments>http://www.brianramos.com/?p=199#comments</comments>
		<pubDate>Fri, 13 Feb 2009 20:47:03 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=199</guid>
		<description><![CDATA[So I just took my exam in RF Devices and Circuits and as I sat down at my desk I realized I made a big mistake.  On my note card, I had an equation as  instead of  and that makes all the difference in the world.  My instinct told me the answer I [...]]]></description>
			<content:encoded><![CDATA[<p>So I just took my exam in RF Devices and Circuits and as I sat down at my desk I realized I made a big mistake.  On my note card, I had an equation as <img src="http://www.brianramos.com/wp-content/cache/tex_7345e593ba915a37c5af34e27e31ff6a.png" align="absmiddle" class="tex" alt="\Gamma \left (d \right)=\left |\Gamma _{o} \right |e^{j\theta _{L}^{}}e^{-2\beta d}" /> instead of <img src="http://www.brianramos.com/wp-content/cache/tex_3a8aca3252d25e6e23d97abbf23d983f.png" align="absmiddle" class="tex" alt="\Gamma \left (d \right)=\left |\Gamma _{o} \right |e^{j\theta _{L}^{}}e^{-j2\beta d}" /> and that makes all the difference in the world.  My instinct told me the answer I got was wrong but I double checked the math, using the wrong formula, and everything checked out.  I wrote down all the work so I hope he sees the error and doesn&#8217;t hit me to bad for it.</p>
<p>I haven&#8217;t posted much after Monday because I wanted to avoid posts consisting of only four letter words.  It was a bad week.  I&#8217;ll be posting a summary of the week later on today.</p>
<p><em>Update: 11:00 PM</em></p>
<p>I started Tuesday with the realization that I made a big mistake on the mainboard.  My receiver&#8217;s connector had its odd and even pin rows swapped.  I could swear I&#8217;d checked that but apparently not well enough.  Now if the receiver cards were lined up on the bottom of the board they would be correct, so I hastily decided to unsolder the connectors to reverse them.  Until I realized that that won&#8217;t work because the <a href="http://en.wikipedia.org/wiki/Local_oscillator">LO</a> connectors would now be offset in the wrong direction.  However by this time, some of the traces were damaged in the unsoldering process because all the copper in the board quickly sucks away heat, solidifying unexpectedly.  Now I didn&#8217;t trust the board.  So rather than try and patch up that board and worry about any unseen damages, I decided to populate a new board to start with a clean slate.</p>
<p>With my new board and the connectors on the original side, I set about making some connectors that will dispace the pins 0.1 inchs.  Luckly, I don&#8217;t really need both rows of pins as the even row is all ground connections and the LO connectors will provide sufficent ground for those low frequency signals.  I was able to canbalize long pins from some scrap connectors and bend them to get a working connector though it was tedious work.</p>
<p>Now with working receiver cards, the next task was getting the ADC&#8217;s working.  They were outputing all zeros but the problem was easy to fix.  One of the pins on the new board&#8217;s ADC wasn&#8217;t quite soldered down well so I reflowed all the pins and I started to get data.  Except that it was all wrong.  But it looked familiar, as if the bipolar pin was set low to unipolar mode.  Which it was.  Worse yet, it&#8217;s a leadless package so I&#8217;m going to have to unsolder the part to cut the trace underneath and then wire it to 3.3V with a very small jumper.</p>
<p>For the record, here&#8217;s a list of known problems with the current version of the mainboard:</p>
<ul>
<li>The JTAG RESET signal is wired to the wrong pin.</li>
<li>The transmitter 870MHz <a href="http://en.wikipedia.org/wiki/Local_oscillator">LO</a> connector is offset in the wrong direction.</li>
<li>The receiver&#8217;s connector has its even and odd rows swapped.</li>
<li>The ADC&#8217;s bipolar/unipolar pin is wired to low instead of high.</li>
</ul>
<p>It isn&#8217;t all problems though.</p>
<p>The <a href="http://en.wikipedia.org/wiki/MAX232">MAX232</a> is very quiet with the new input power noise filter.  The MAX232&#8217;s charge pumps were blasting out noise on the power line in a previous design and I had to enable/disable the drivers on every transmission.  Now they&#8217;re not even detectable.  I&#8217;ll be doing all MAX232&#8217;s with that filter from now on.</p>
<p>The 3.3V analog power line overall is very quiet; less than 5mV of noise on the scope which is pretty much its noise floor anyway.  I took a preliminary look at it with the spectrum analyzer and didn&#8217;t see anything above -55dBm which was the nearby FM station at 94.7MHz.  A <a href="http://en.wikipedia.org/wiki/Faraday_cage">shield room</a> would be nice :-).  The voltage regulators do get very hot though as the board pulls around 900mA without the transmitter.  I need to add a heat sink across them.  Something like <a href="http://search.digikey.com/scripts/DkSearch/dksus.dll?Detail&amp;name=HS104-1-ND">this</a> perhaps.</p>
<p>The 90MHz LO works just fine.  It&#8217;s a simple oscillator with a 4-way clock splitter and terminating resistors so there&#8217;s not much that can go wrong but you never know.  On another design, I might add a <a href="http://en.wikipedia.org/wiki/PI_pad">PI-pad</a> to reduce the signal level down a bit because it&#8217;s pretty booming (~8dBm) but not causing any problems.  I might also add a simple bandpass filter in there to attenuate the harmonics.</p>
<p>The DAC works great and will allow us to switch gains very fast.  And it supports simultaneous updating of all four channels which is nice.</p>
<p>I did some preliminary phase noise measurements of the 870MHz LO and they look ok.</p>
<div id="attachment_213" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/rx-phase-noise.png"><img class="size-medium wp-image-213" title="rx-phase-noise" src="http://www.brianramos.com/wp-content/uploads/2009/02/rx-phase-noise-300x276.png" alt="" width="300" height="276" /></a><p class="wp-caption-text">The Receiver&#39;s 870MHz LO Phase Noise</p></div>
<div id="attachment_214" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/tx-phase-noise.png"><img class="size-medium wp-image-214" title="tx-phase-noise" src="http://www.brianramos.com/wp-content/uploads/2009/02/tx-phase-noise-300x276.png" alt="Transmitter Phase Noise" width="300" height="276" /></a><p class="wp-caption-text">The Transmitter&#39;s 870MHz LO Phase Noise</p></div>
<p>-81.5dBc/Hz at 10kHz offset is not bad considering my channel selectivity is 50kHz.  I expect it to improve once the transmitter is handling the modulation and I can set the <a href="http://en.wikipedia.org/wiki/Phase_Frequency_Detector">PDF</a> for 500kHz.  It should be around -90dBc/Hz so I&#8217;ll raise the PFD on Monday to see if it comes down.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=199</wfw:commentRss>
		</item>
		<item>
		<title>Synthesizer Working</title>
		<link>http://www.brianramos.com/?p=187</link>
		<comments>http://www.brianramos.com/?p=187#comments</comments>
		<pubDate>Mon, 09 Feb 2009 21:14:37 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=187</guid>
		<description><![CDATA[It turns out that the synthesizer was in fact damaged.  I swapped it out and here&#8217;s the result:
A nice 870MHz signal.
Update 10:00 PM:
The synthesizer probably failed because it was heated to long during the soldering process.  Most likely it wasn&#8217;t the soldering of the synthesizer itself that did it but my need to solder another [...]]]></description>
			<content:encoded><![CDATA[<p>It turns out that the synthesizer was in fact damaged.  I swapped it out and here&#8217;s the result:</p>
<div id="attachment_188" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/870mhz.png"><img class="size-medium wp-image-188" title="870MHz" src="http://www.brianramos.com/wp-content/uploads/2009/02/870mhz-300x276.png" alt="870MHz Local Oscillator" width="300" height="276" /></a><p class="wp-caption-text">870MHz Local Oscillator</p></div>
<p>A nice 870MHz signal.</p>
<p><em>Update 10:00 PM:</em></p>
<p>The synthesizer probably failed because it was heated to long during the soldering process.  Most likely it wasn&#8217;t the soldering of the synthesizer itself that did it but my need to solder another leadless package on the bottom of the board with my experimental dual sided hotplate method.  Needless to say, I&#8217;ve abandoned that method.</p>
<p>Replacing these leadless packages can be tricky but it&#8217;s not to bad if you have the right tools.</p>
<div id="attachment_191" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/lfcsp.jpg"><img class="size-medium wp-image-191" title="Lead Frame Chip Scale Package" src="http://www.brianramos.com/wp-content/uploads/2009/02/lfcsp-300x300.jpg" alt="Lead Frame Chip Scale Package" width="300" height="300" /></a><p class="wp-caption-text">Lead Frame Chip Scale Package</p></div>
<p>First I preheated the board with a mounted hot air gun to around 250° F and removed the old synthesizer with a hot air soldering iron.  Then I cleaned and pre-tinned the work area leaving me with this footprint.</p>
<div id="attachment_193" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/footprint.jpg"><img class="size-medium wp-image-193" title="Footprint" src="http://www.brianramos.com/wp-content/uploads/2009/02/footprint-300x225.jpg" alt="Leadless Footprint" width="300" height="225" /></a><p class="wp-caption-text">Leadless Footprint</p></div>
<p>Next, I placed the part down on the board to warm up and placed it onto its footprint after a minute or so.  Then I took my hot air soldering iron and swirled it around the part until I felt the solder underneath the part melt.</p>
<div id="attachment_194" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/placement.jpg"><img class="size-medium wp-image-194" title="Placement" src="http://www.brianramos.com/wp-content/uploads/2009/02/placement-300x225.jpg" alt="Placing the Leadless Package Down" width="300" height="225" /></a><p class="wp-caption-text">Placing the Leadless Package Down</p></div>
<p>Using a dab of solder on a fine tipped iron, I went around the part touching each pad.  Sometimes the pads might bridge but that&#8217;s usually not a problem because the flux in the clean up step with fix that.</p>
<div id="attachment_195" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/solder.jpg"><img class="size-medium wp-image-195" title="Solder" src="http://www.brianramos.com/wp-content/uploads/2009/02/solder-300x225.jpg" alt="Solder the Pads with a Fine Tip Iron" width="300" height="225" /></a><p class="wp-caption-text">Solder the Pads with a Fine Tip Iron</p></div>
<p>Finally with my low solids flux pen, I go around touching each pad with the iron.  This will cause the solder to draw up onto the package and usually break solder bridges.  A little clean up with alcohol and were done.</p>
<div id="attachment_196" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/cleanup.jpg"><img class="size-medium wp-image-196" title="Cleanup" src="http://www.brianramos.com/wp-content/uploads/2009/02/cleanup-300x225.jpg" alt="Cleanup with Low Residue Flux and Alcohol" width="300" height="225" /></a><p class="wp-caption-text">Cleanup with Low Residue Flux and Alcohol</p></div>
<p>I went ahead and cleaned up a bit more after the last photo but you get the idea.  You&#8217;ll notice that the alcohol and brush tend to break up the silkscreening a bit but that can&#8217;t be helped.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=187</wfw:commentRss>
		</item>
		<item>
		<title>Synthesizer Not Working</title>
		<link>http://www.brianramos.com/?p=178</link>
		<comments>http://www.brianramos.com/?p=178#comments</comments>
		<pubDate>Fri, 06 Feb 2009 19:37:22 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=178</guid>
		<description><![CDATA[Synthesizer still not working.  I checked that there aren&#8217;t any shorts between the exposed paddle underneath the IC and any of its pins.  Ground and power is everywhere it should be.  The loop filter is pulled up to 3.3V though it should be around 1.8V when it&#8217;s locked in.  It&#8217;s not shorted to 3.3V so [...]]]></description>
			<content:encoded><![CDATA[<p>Synthesizer still not working.  I checked that there aren&#8217;t any shorts between the exposed paddle underneath the IC and any of its pins.  Ground and power is everywhere it should be.  The loop filter is pulled up to 3.3V though it should be around 1.8V when it&#8217;s locked in.  It&#8217;s not shorted to 3.3V so it&#8217;s the synthesizer that&#8217;s driving it up.</p>
<p>I noticed that the evaluation board needs the command sent to it twice to set the frequency which is odd.  At first I thought it was me hitting Load and then OK but it won&#8217;t take without Load/OK, Load/Load, or OK/OK.  I checked from power on to RF out with the logic analyzer to see if there is any reason why it would need to be commanded twice but found nothing.  For the hell of it, I commanded it twice (and more) on my board to no avail.</p>
<p>I&#8217;ve used the sister part before, the <a href="http://www.analog.com/en/rfif-components/pll-synthesizersvcos/adf4360-0/products/product.html">ADF4360-0</a>, and had no trouble with it at all, proving that not all siblings have the same temperament.</p>
<p><em>Update: 7:33 PM</em></p>
<p>I&#8217;ve got a support request into Analog Devices so I&#8217;m waiting to hear back from them.  What I&#8217;ve found is that there is no output from MUX pin when set to &#8220;N Divider Output&#8221; and there should be a 500 kHz pulse train which explains why the loop filter is at 3.3V.  The N Divider and R Counter are fed into a phase comparator and its output passes through the loop filter to tune in the frequency.  So with no N Divider signal, it&#8217;s pulled all the way up as it tries to tune.</p>
<p>So far, what I&#8217;ve checked is:</p>
<ul>
<li>There are no shorts between any pins, power, or ground.</li>
<li>Power and ground present where they should be.</li>
<li>CE enable line is HIGH.</li>
<li>10 MHz reference input is present at pin.</li>
<li>Serial data was checked with a logic analyzer against an ADF-4360-xEBZ1 Rev. D4 evaluation board and all serial and enable signals are identical from power up to output. My serial clock is 1.4MHz; slowing it did not help.</li>
<li>MUX set to &#8220;Serial Data Out&#8221; properly parrots back serial data in, delayed by 24 bits.</li>
<li>Mux set to &#8220;Open Drain Lock Detect&#8221; goes HIGH for approx. 100us then low upon setting the latches.</li>
<li>Output stages are pulled up to Vvco with 47nH inductor.</li>
<li>Voltage at Rset pin is 0.52V with 4.7k resistor.</li>
<li>Time between setting Control Latch and N Latch is greater than 10ms.</li>
</ul>
<p>The output is connected directly to a spectrum analyzer and there are no signals from DC to 2GHz. My latches for testing are configured as follows:</p>
<ul>
<li>R Latch: 0&#215;300051</li>
<li>Control Latch: 0&#215;4FF180</li>
<li>N Latch: 0&#215;006C32</li>
</ul>
<p>R Latch is set first, Control Latch second, and N Latch last.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=178</wfw:commentRss>
		</item>
		<item>
		<title>JTAG Problem Fixed</title>
		<link>http://www.brianramos.com/?p=171</link>
		<comments>http://www.brianramos.com/?p=171#comments</comments>
		<pubDate>Thu, 05 Feb 2009 18:01:20 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=171</guid>
		<description><![CDATA[Well, I figured out what was wrong with programming the ARM from JTAG.  The RESET line on the JTAG connector is accidentally routed to the RESET_OUT signal on the ARM instead of the RESET_IN line.  I pulled up the pin and added a jumper to the corrent pin and it works fine.  On to testing [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I figured out what was wrong with programming the ARM from JTAG.  The RESET line on the JTAG connector is accidentally routed to the RESET_OUT signal on the ARM instead of the RESET_IN line.  I pulled up the pin and added a jumper to the corrent pin and it works fine.  On to testing the receivers on the mainboard.</p>
<p><em>Update: 7:39 PM</em></p>
<p>Implemented the code that sets up the synthesizer via SPI but the synthesizer doesn&#8217;t seem to work.  I&#8217;ve captured the SPI data from the evaluation board with Analog Devices&#8217;s software and on my board with the logic analyzer and they look the same so I don&#8217;t think my signalling is incorrect.</p>
<div id="attachment_174" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/synthesizer-evaluation-board.png"><img class="size-medium wp-image-174" title="Synthesizer Evaluation Board SPI" src="http://www.brianramos.com/wp-content/uploads/2009/02/synthesizer-evaluation-board-300x101.png" alt="Synthesizer Evaluation Board SPI" width="300" height="101" /></a><p class="wp-caption-text">Synthesizer Evaluation Board SPI</p></div>
<div id="attachment_175" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/synthesizer-mainboard.png"><img class="size-medium wp-image-175" title="Synthesizer Mainboard SPI" src="http://www.brianramos.com/wp-content/uploads/2009/02/synthesizer-mainboard-300x101.png" alt="Synthesizer Mainboard SPI" width="300" height="101" /></a><p class="wp-caption-text">Synthesizer Mainboard SPI</p></div>
<p>The only difference is my SPI is faster but well within the specification for the part.  It could be that the part is damaged or there is a short below the part from it&#8217;s exposed paddle to a pin.  Tomorrow I&#8217;ll go around the part and see if we have the correct values at each pin or shorts to ground.</p>
<p><em>NOTE:</em> The markers in the images are all placed on signal edges.  There is a graphical bug that makes them appear off the edge when not zoomed close in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=171</wfw:commentRss>
		</item>
		<item>
		<title>Multilateration Mainboard Populated</title>
		<link>http://www.brianramos.com/?p=162</link>
		<comments>http://www.brianramos.com/?p=162#comments</comments>
		<pubDate>Wed, 04 Feb 2009 22:01:04 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=162</guid>
		<description><![CDATA[I finished populating the mainboard and mounted the receiver cards on it.  Here&#8217;s what it looks like:

I&#8217;m having a bit of a problem programming it.  It programmed just fine the first few times I tried but now it work take at all.  The CPU is running because I can see its serial [...]]]></description>
			<content:encoded><![CDATA[<p>I finished populating the mainboard and mounted the receiver cards on it.  Here&#8217;s what it looks like:</p>
<div style="text-align: center;"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/mainboard-and-receivers-1.jpg"><img src="http://www.brianramos.com/wp-content/uploads/2009/02/mainboard-and-receivers-1-300x225.jpg" border="0" alt="" width="300" height="225" /></a></div>
<p>I&#8217;m having a bit of a problem programming it.  It programmed just fine the first few times I tried but now it work take at all.  The CPU is running because I can see its serial output and the toggling of pins but the JTAG continually fails with a &#8220;Could not stop ARM device!&#8221; error.  The only lead I have to fixing the problem is that the demo board I&#8217;ve been prototyping on has a older revision of the ARM and my current version of <a href="http://www.keil.com/arm/">RealView MDK</a> doesn&#8217;t have the new revision in the device menu.  However, I wonder why it would have taken the programming at all if that&#8217;s the case.</p>
<p>I&#8217;ve tried the <a href="http://www.keil.com/support/docs/3215.htm">FLASH erase</a> procedure but it still won&#8217;t communicate.  I&#8217;ve checked continuity from all the JTAG signal lines to the ARM and they&#8217;re OK.  I&#8217;ve also checked the JTAG signaling with the logic analyzer and the ARM seems to be responding.  I can see where in the process the signaling deviates from the demo board but because the protocol is so obtuse, I don&#8217;t know why it&#8217;s failing.</p>
<p><em>Update: 6:07 PM</em></p>
<p>Here is a capture of the JTAG signals and where the demo board and my board deviate:</p>
<div id="attachment_166" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/jtag_working.png"><img class="size-medium wp-image-166" title="JTAG Working on Demo Board" src="http://www.brianramos.com/wp-content/uploads/2009/02/jtag_working-300x150.png" alt="JTAG Working on Demo Board" width="300" height="150" /></a><p class="wp-caption-text">JTAG Working on Demo Board</p></div>
<div id="attachment_167" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.brianramos.com/wp-content/uploads/2009/02/jtag_not_working.png"><img class="size-medium wp-image-167" title="JTAG Not Working on Mainboard" src="http://www.brianramos.com/wp-content/uploads/2009/02/jtag_not_working-300x150.png" alt="JTAG Not Working on Mainboard" width="300" height="150" /></a><p class="wp-caption-text">JTAG Not Working on Mainboard</p></div>
<p>The JTAG signals deviate from marker A forward.  After that point, the JTAG looks like it&#8217;s trying over and over again to get the response it&#8217;s expecting as those black areas on the bottom image are a repeating pattern of 18 bytes.</p>
<p>I requested a quote from <a href="http://www.keil.com">Keil</a> for a renewal of our software maintainace agreement and it&#8217;ll run about $1469.  I&#8217;ll look a little further tomorrow but it&#8217;s looking like it may that I&#8217;m trying to program it as an older revision of the processor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=162</wfw:commentRss>
		</item>
		<item>
		<title>01-30-2009</title>
		<link>http://www.brianramos.com/?p=157</link>
		<comments>http://www.brianramos.com/?p=157#comments</comments>
		<pubDate>Sat, 31 Jan 2009 03:32:29 +0000</pubDate>
		<dc:creator>bramos</dc:creator>
		
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.brianramos.com/?p=157</guid>
		<description><![CDATA[I received the mainboard and began populating one test board by hand.  When I got to the first inductor, I was awed by how awesome the little guy was!

This is an 3.9nH inductor in an 0402 package making to 20&#215;40 thousands of an inch or a little larger than a grain of sand.
]]></description>
			<content:encoded><![CDATA[<p>I received the mainboard and began populating one test board by hand.  When I got to the first inductor, I was awed by how awesome the little guy was!</p>
<p><a href="http://www.brianramos.com/wp-content/uploads/2009/01/inductor.jpg"><img class="aligncenter size-medium wp-image-158" src="http://www.brianramos.com/wp-content/uploads/2009/01/inductor-300x229.jpg" alt="" width="300" height="229" /></a></p>
<p>This is an 3.9<a href="http://en.wikipedia.org/wiki/Henry_(unit)">nH</a> <a href="http://en.wikipedia.org/wiki/Inductor">inductor</a> in an 0402 package making to 20&#215;40 thousands of an inch or a little larger than a grain of sand.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brianramos.com/?feed=rss2&amp;p=157</wfw:commentRss>
		</item>
	</channel>
</rss>
