<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.rev0.net/index.php?action=history&amp;feed=atom&amp;title=Rev0SD</id>
	<title>Rev0SD - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.rev0.net/index.php?action=history&amp;feed=atom&amp;title=Rev0SD"/>
	<link rel="alternate" type="text/html" href="https://wiki.rev0.net/index.php?title=Rev0SD&amp;action=history"/>
	<updated>2026-06-04T01:48:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://wiki.rev0.net/index.php?title=Rev0SD&amp;diff=18&amp;oldid=prev</id>
		<title>WikiSysop: Created page with &quot;==Summary== An on screen display can be used for first-person view (FPV) remote control of vehicles. It can display critical information about the vehicle and its location by...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.rev0.net/index.php?title=Rev0SD&amp;diff=18&amp;oldid=prev"/>
		<updated>2015-08-06T22:11:18Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Summary== An on screen display can be used for first-person view (FPV) remote control of vehicles. It can display critical information about the vehicle and its location by...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Summary==&lt;br /&gt;
An on screen display can be used for first-person view (FPV) remote control of vehicles. It can display critical information about the vehicle and its location by means of a GPS and other sensors. I propose to design a PCB that will contain a microcontroller, GPS module, on screen display IC, necessary support components and power supplies, and an RF IC to allow for data telemetry.&lt;br /&gt;
&lt;br /&gt;
==System Block Diagram==&lt;br /&gt;
Below is the full system block diagram. The primary blocks are the MCU, GPS, OSD generator, and RF IC.&lt;br /&gt;
&lt;br /&gt;
[[File:Rev0SD_Block.png|thumb|center|500px|rev0SD System Block Diagram.]]&lt;br /&gt;
&lt;br /&gt;
==Block Descriptions==&lt;br /&gt;
===MCU===&lt;br /&gt;
The MCU will be a TI MSP430F5508, which I have been using in my senior project. I have familiarity with the IC and programming environment, and have written drives for SPI and UART which are needed to interface with the RF IC and GPS. The MCU firmware can be uploaded via a USB interface.&lt;br /&gt;
&lt;br /&gt;
===OSD===&lt;br /&gt;
The OSD generator is a Maxim MAX7456, which contains on-board memory to store custom characters and handles the video generation and synchronization.&lt;br /&gt;
&lt;br /&gt;
===GPS===&lt;br /&gt;
The GPS is a GlobalTop FGPMMOPA6B module, which has a built in patch antenna and Mediatek chipset, and outputs NMEA at 9600 baud.&lt;br /&gt;
&lt;br /&gt;
===RF IC===&lt;br /&gt;
The RF IC is an Analog Devices ADF7012, which is a 75-1000MHz transmitter capable of FSK and ASK modes. It is controlled over SPI. A Skyworks SKY65017 100mW amplifier will be used to boost the signal, and a low pass filter will be added to the output to prevent harmonic or spurious emissions.&lt;br /&gt;
&lt;br /&gt;
===Analog and Power===&lt;br /&gt;
A current sense resistor and current sense amplifier (TI INA214) will be used to measure the RC system current, which can be read by the MCU and displayed. A TI TPS5430 step down regulator will step down the battery voltage (9-12.6V) efficiently to provide up to 3A to servos and other systems requiring a 5V supply. A linear regulator (TI TLV1117) will provide the 3.3V needed by the MCU, GPS, and RF IC. A 12.6V step up regulator (TI TPS61085) will provide up to 150mA to maintain a constant output voltage for the video transmitter to ensure consistent output power.&lt;br /&gt;
&lt;br /&gt;
==Schematic + Layout==&lt;br /&gt;
[[File:rev0SD_v11_Sch.jpg|thumb|right|Schematic for rev0SD v1.1.]]&lt;br /&gt;
[[File:rev0SD_v11_Brd.jpg|thumb|right|PCB Layout for rev0SD v1.1.]]&lt;br /&gt;
&lt;br /&gt;
The final schematic retains all the original functions of the block diagram and adds a video switch to select between one of three video inputs. There are 2 servo or general digital inputs, a 10.24V analog input, and a 16.8V analog input for reading RSSI and secondary battery voltages, respectively. The boost converter is powered by the 5V step down regulator, since the maximum voltage input is 6.5V. The overall system can run from a battery voltage of 6-26V (limited by common mode input range of the current shunt monitor), allowing for operation on up to 5S LiPo batteries (with modified voltage divider for voltage sense circuit).&lt;br /&gt;
&lt;br /&gt;
==Testing + Debug==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5/11/2012&amp;#039;&amp;#039;&amp;#039; - After the board underwent reflow, solder bridges were cleared using solder wick and flux. After a visual inspection, the necessary components for the buck converter were soldered. The input was connected to a variable current-limited bench supply, and the output was verified to be 4.96V, within specification. &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5/13/2012&amp;#039;&amp;#039;&amp;#039; - The remaining components were hand soldered and visually inspected between. The board was again connected to a current-limited bench supply to verify correct operation. The microcontroller was first connected via micro-USB to a computer and initialized for bootloader operation. The PC indicated an error with the USB device. The circuit was then compared to a known good circuit (MSP430F5508 Test Board) to ensure no errors in schematic or layout. No errors were found, so a programming header was soldered to the test pads on the board to allow programming over SPI-Bi-Wire. After loading a test program, I determined that the 24MHz oscillator was not starting. Measurement with a multimeter showed that there was a short of ~3-4 ohms to ground on the crystal input (P5.2, XT2 In). Close inspection with a magnifying lens and flashlight showed that there was a small solder bridge behind pins 44 and 45 of the device. The pins were reflowed with flux to clear the solder bridge. Proper operation was then verified by running a test program to blink the LED at 1Hz, and connecting the board to a PC in bootloader mode.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;5/15/2012&amp;#039;&amp;#039;&amp;#039; - After some debugging of the video system, I discovered that the MAX7456&amp;#039;s /RESET line was left floating. The line must be tied high if the application is using software or power on reset. After soldering a small wire to tie the line high, code was written to initialize the OSD generator and write characters, strings, and variables (numbers) to the OSD. Code was then written to initialize and use the ADC on the MSP430F5508. The ADC measured voltage was then recorded for several points and compared to a multimeter-measured input voltage. An offset/gain correction was applied to each of the ADC channels to reduce the measurement error. The program now displays the battery voltage and current in the upper corners of the screen. I realized that the 3.3V I/O of the MSP430 cannot turn off the P-channel MOSFET controlling power to the power amplifier. In order to correct this, the same circuit used to turn on/off the 12.6V boost converter can be used (N-channel MOSFET gate and pull-up resistor connected to P-channel MOSFET gate).&lt;br /&gt;
&lt;br /&gt;
==Circuit Errors/Corrections==&lt;br /&gt;
The following have been corrected in v1.2:&lt;br /&gt;
* Add pad/through hole to connect battery ground to the PCB&lt;br /&gt;
* Tie U9 (MAX7456) /RESET line to +5V&lt;br /&gt;
* Add pull-up resistor and NFET to gate of Q3 (PA switch)&lt;br /&gt;
* Add PTC on battery input to system to prevent damage&lt;br /&gt;
* Increase size of tactile switch pads for easier hand-soldering&lt;br /&gt;
&lt;br /&gt;
==Project Timeline==&lt;br /&gt;
Below is the proposed timeline for the project. The down time waiting for the PCB to arrive will be spent researching the components and beginning design of the program. Interface with the RF IC and GPS has already been done as part of my senior project and should not be much of a burden. Most ICs can be or already have been obtained as free samples from the major manufacturers (Analog Devices, Maxim, TI).&lt;br /&gt;
&lt;br /&gt;
[[File:Rev0SD_Timeline.PNG|thumb|center|500px|rev0SD Project Timeline.]]&lt;br /&gt;
&lt;br /&gt;
==Bill of Materials==&lt;br /&gt;
&lt;br /&gt;
{| border=&amp;quot;1&amp;quot;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;IC&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Quantity&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Unit Cost&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Total Cost&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|MSP430F5510&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$4.27&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$4.27&lt;br /&gt;
|[http://search.digikey.com/us/en/products/MSP430F5510IPT/296-28189-5-ND/2522329 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|FGPMMOPA6B GPS Module&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$26.15&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$26.15&lt;br /&gt;
|[http://www.ebay.com/sch/arbeelec/m.html?item=170811024215&amp;amp;sspagename=STRK%3AMEWNX%3AIT&amp;amp;_trksid=p3984.m1439.l2649&amp;amp;_trksid=p4340.l2562 eBay]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|TPS5430DDA&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$6.30&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$6.30&lt;br /&gt;
|[http://search.digikey.com/us/en/products/TPS5430DDA/296-19447-5-ND/968136 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|TPS61085DGKT&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$3.30&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$3.30&lt;br /&gt;
|[http://search.digikey.com/us/en/products/TPS61085DGKT/296-23550-1-ND/1880953 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|TLV1117-33&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.66&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.66&lt;br /&gt;
|[http://search.digikey.com/us/en/products/TLV1117-33CDCYR/296-21112-1-ND/1217055 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|LM4040A20IDBZR&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$2.88&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$2.88&lt;br /&gt;
|[http://search.digikey.com/us/en/products/LM4040A20IDBZR/296-20857-1-ND/1216828 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|INA214AIDCKT&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$2.39&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$2.39&lt;br /&gt;
|[http://search.digikey.com/us/en/products/INA214AIDCKT/296-23422-1-ND/1851359 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|MAX7456EUI+-ND&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$16.44&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$16.44&lt;br /&gt;
|[http://search.digikey.com/us/en/products/MAX7456EUI%2B/MAX7456EUI%2B-ND/1701658 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|ADF7012&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$4.28&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$4.28&lt;br /&gt;
|[http://search.digikey.com/us/en/products/ADF7012BRUZ/ADF7012BRUZ-ND/997501 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|SKY65017-70LF&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$1.63&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$1.63&lt;br /&gt;
|[http://search.digikey.com/us/en/products/SKY65017-70LF/863-1063-1-ND/2052195 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Passive&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Quantity&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Unit Cost&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Total Cost&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|style=&amp;quot;text-align:center;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;Source&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|SDR0302-3R3ML&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.42&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.42&lt;br /&gt;
|[http://search.digikey.com/us/en/products/SDR0302-3R3ML/SDR0302-3R3MLCT-ND/2127069 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|HC9-220-R&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$2.59&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$2.59&lt;br /&gt;
|[http://search.digikey.com/us/en/products/HC9-220-R/513-1349-1-ND/1130432 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|1206 10uF 10V Capacitor&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.19&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.19&lt;br /&gt;
|[http://search.digikey.com/us/en/products/CC0805KKX5R6BB106/311-1460-1-ND/2833766 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|1206 10uF 35V Capacitor&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.57&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.57&lt;br /&gt;
|[http://search.digikey.com/us/en/products/GMK316BJ106KL-T/587-2484-1-ND/2230350 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|220uF Capacitor&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.75&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.75&lt;br /&gt;
|[http://search.digikey.com/us/en/products/AVRF227M25F24T-F/338-1833-1-ND/2096363 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|PMEG3020ER&lt;br /&gt;
|3&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.48&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.48&lt;br /&gt;
|[http://search.digikey.com/us/en/products/PMEG3020ER,115/568-6518-1-ND/2531805 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|PMEG3050BEP&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.52&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.52&lt;br /&gt;
|[http://search.digikey.com/us/en/products/PMEG3050BEP,115/568-6519-1-ND/2531806 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|BC817&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.15&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.15&lt;br /&gt;
|[http://search.digikey.com/us/en/products/BC817,215/568-6055-1-ND/2531342 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|AO3401A&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.45&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.45&lt;br /&gt;
|[http://search.digikey.com/us/en/products/AO3401A/785-1001-1-ND/1855943 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|USB Micro B Connector&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.87&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.87&lt;br /&gt;
|[http://search.digikey.com/us/en/products/10118193-0001LF/609-4616-1-ND/2785380 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|0603 Capacitor&lt;br /&gt;
|?&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.0096&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.13&lt;br /&gt;
|[http://myworld.ebay.com/mib_instruments eBay - mib_instruments]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|0603 Resistor&lt;br /&gt;
|30&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.00294&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.09&lt;br /&gt;
|[http://myworld.ebay.com/mib_instruments eBay - mib_instruments]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|0603 Inductor&lt;br /&gt;
|9&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.00294&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.02&lt;br /&gt;
|[http://myworld.ebay.com/mib_instruments eBay - mib_instruments]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|5931 5mOhm Current Shunt&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$3.37&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$3.37&lt;br /&gt;
|[http://search.digikey.com/us/en/products/WSL5931L5000FEA/WSLN-.0005CT-ND/1884902 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|SMD Tactile Switch&lt;br /&gt;
|2&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.1198&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.24&lt;br /&gt;
|[http://www.ebay.com/ eBay]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|SMD 24MHz Crystal&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$1.43&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$1.43&lt;br /&gt;
|[http://search.digikey.com/us/en/products/ABM3-24.000MHZ-B2-T/535-9106-1-ND/675623 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|SMD 27MHz Crystal&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.81&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.81&lt;br /&gt;
|[http://search.digikey.com/us/en/products/NX5032GA-27.000000MHZ-LN-CD-1/644-1042-1-ND/1128914 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|0603 Green LED&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.11&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.11&lt;br /&gt;
|[http://search.digikey.com/us/en/products/LG%20Q971-KN-1/475-1409-1-ND/1802597 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|0603 Red LED&lt;br /&gt;
|1&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.13&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.13&lt;br /&gt;
|[http://search.digikey.com/us/en/products/LS%20Q976-NR-1/475-2512-1-ND/1802639 Digi-Key]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|Male Header&lt;br /&gt;
|17&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.01&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.36&lt;br /&gt;
|[http://www.ebay.com/ eBay]&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|PCB&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.00&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |$0.00&lt;br /&gt;
|IME 458&lt;br /&gt;
|-&lt;br /&gt;
&lt;br /&gt;
|&amp;#039;&amp;#039;&amp;#039;Total Unit Cost&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|style=&amp;quot;text-align:right;&amp;quot; |&amp;#039;&amp;#039;&amp;#039;$91.38&amp;#039;&amp;#039;&amp;#039;	&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Photos==&lt;br /&gt;
&amp;lt;gallery widths=180px heights=120px perrow=4&amp;gt;&lt;br /&gt;
File:Rev0SD_PCB_Top.jpg|Top of the rev0SD PCB&lt;br /&gt;
File:Rev0SD_PCB_Bottom.jpg|Bottom of the rev0SD PCB&lt;br /&gt;
File:Rev0SD_Half_Complete.jpg|Half assembled rev0SD&lt;br /&gt;
File:Rev0SD_Top.jpg|Completed rev0SD with XT-60 wiring harness&lt;br /&gt;
File:Rev0SD_Pre-Reflow.jpg|Second rev0SD, pre-reflow&lt;br /&gt;
File:Heller_Reflow_Oven.jpg|Heller reflow oven, showing solder profile&lt;br /&gt;
File:Rev0SD_Reflow-Out.jpg|Second rev0SD, fresh out of the reflow oven&lt;br /&gt;
File:Rev0SD_Post-Rework.jpg|Second rev0SD, after correcting bridged components at ISense, a sideways component below the MCU, and fixing a solder joint on the 15uH power inductor&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;/div&gt;</summary>
		<author><name>WikiSysop</name></author>
	</entry>
</feed>