<?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>Jay's Technical Talk &#187; Technology</title>
	<atom:link href="http://www.summet.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.summet.com/blog</link>
	<description>My external memory</description>
	<lastBuildDate>Mon, 23 Jan 2012 01:54:32 +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>Boost Converter Schematic</title>
		<link>http://www.summet.com/blog/2012/01/22/boost-converter-schematic/</link>
		<comments>http://www.summet.com/blog/2012/01/22/boost-converter-schematic/#comments</comments>
		<pubDate>Sun, 22 Jan 2012 14:43:56 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[etruck]]></category>
		<category><![CDATA[mppt]]></category>
		<category><![CDATA[solar]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1857</guid>
		<description><![CDATA[I have drawn up a schematic (click to enlarge) of the high current and sensing portions of my maximum power point tracking (MPPT) 2-phase boost converter battery charger circuit.&#160; The schematic does not include the micro-controller, MOSFET gate driver IC, and associated power supplies, as those items are on the (relatively) low-power side of things. [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2012/01/13/adventures-with-a-boost-converter/' rel='bookmark' title='Adventures with a boost converter'>Adventures with a boost converter</a></li>
<li><a href='http://www.summet.com/blog/2007/03/23/converting-a-movie-avi-to-play-on-a-cell-phone-3gp/' rel='bookmark' title='Converting a movie (.avi) to play on a cell phone (.3gp) on Mandriva Linux'>Converting a movie (.avi) to play on a cell phone (.3gp) on Mandriva Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2012/01/test.png"><img class="alignleft size-medium wp-image-1858" title="MPPT Boost Charger" src="http://www.summet.com/blog/wp-content/uploads/2012/01/test-300x192.png" alt="Schematic showing a 2 phase boost controller with voltage and current sense" width="300" height="192" /></a><br />
I have drawn up a schematic (click to enlarge) of the high current and sensing portions of my maximum power point tracking (MPPT) 2-phase <a href="http://www.summet.com/blog/2012/01/13/adventures-with-a-boost-converter/">boost converter battery charger circuit</a>.&nbsp; The schematic does not include the micro-controller, MOSFET gate driver IC, and associated power supplies, as those items are on the (relatively) low-power side of things.</p>
<p>What do all of these things do?</p>
<ul>
<li>L1, Q1, and D1 &#8211; These three components make up the heart of the boost converter. When Q1 turns on, power builds up in L1 as the current rises. When Q1 turns off, all of that power exits via the only available route (out past D1) and the voltage is boosted as the inductor (L1) resists the current change. If you turn Q1 on and off very quickly (under control of the micro-controllers&#8217; PWM output via a MOSFET gate driver) it raises the output voltage higher than the input voltage.</li>
<p></p>
<p><span id="more-1857"></span></p>
<li>L2,Q2 and D2 &#8211; See L1,Q1, and D1 above. These three guys act in the same way, but Q2 is turned on and off 180 degrees out of phase from Q1. So while one half of the circuit is drawing power in, the other half is pushing power out, and visa-versa. This doubles the power capacity of the circuit, and reduces the size of the filter capacitors that are needed, as they are shared between the two phases.</li>
<p></p>
<li>C1 &amp; C2 &#8211; Ceramic &amp; Electrolytic capacitors that work together to filter the input power (i.e. they provide short bursts of current needed when Q1 or Q2 turn on) </li>
<li>C3 &amp; C4 &#8211; Ceramic &amp; Electrolytic capacitors that work together to filter the output power (i.e. they absorb the short bursts of current leaving L1 and L2 when Q1 or Q2 turn off)</li>
<p></p>
<li>R1, R2, and C5 &#8211; Voltage sensing. R1 and R2 are a classic voltage dividing resistor network. Because R1 is so much larger than R2, the high voltage output (up to 200 volts) is reduced to a low voltage output on the &#8220;VOLTAGE SENSE&#8221; output (between 0-5 volts), suitable for a microcontroller input (A2D) pin. Because it is coming out of a switching boost converter, the output voltage has a lot of noise in it, so capacitor C5 helps to reduce this. I still had to make multiple sense readings on the microcontroller input pin and average them to get a reliable reading. I expect that if I made an analog low-pass filter on the voltage sense output it could fix this with a higher component count.</li>
<p></p>
<li>R3, U2, R4,R5, Q3 &#8211; These are the current sensing subsystem. R3 is a 0.1 ohm 5watt resistor that is acting as a current shunt. 1 amp flowing through this resistor equates to a 0.1 volt drop from one side of the resistor to the other. U2, the AD8212 chip amplifies this small voltage, and together with Q3, converts it to a low voltage signal suitable for a microcontroller A2D input pin. Currently R5 (at 100K) is set up for a 100x gain in the amplification, but I may reduce that as I start to test at higher power levels.</li>
<p></p>
</ul>
<p>In reality, I have not yet soldered D2 and Q2 onto my pref-board, so the circuit is currently a single phase boost converter.&nbsp; This is fine, as I am not yet testing it at full power and my current microcontroller isn&#8217;t powerful enough to output a proper 2 phase control signal anyways. On the software side, I have gotten my micro-controller to regulate the circuit to output a (relatively) constant voltage regardless of the input voltage by controlling the PWM duty cycle. I have measured the current-sense output using a multi-meter and it is working, but I have not yet integrated current sensing into the control software. Here is a picture of the pref-board. The current sense module is still on a solder-less breadboard next to it.</p>
<p><a href="http://www.summet.com/blog/wp-content/uploads/2012/01/pref_board.jpg"><img class="alignleft size-medium wp-image-1861" title="High Current / Voltage components soldered on a prefboard" src="http://www.summet.com/blog/wp-content/uploads/2012/01/pref_board-300x225.jpg" alt="Large Capacitors and Inductors on a prefboard" width="300" height="225" /></a></p>
<p>My lack of progress on the software side is due to a lack of the proper development tool (PIC Kit 3) which is required to program the newer PIC microcontroller that I selected (PIC16f1824) to drive both phases of the boost converter.&nbsp; When I ordered the new PIC&#8217;s I didn&#8217;t read the specifications closely enough and just assumed that my <a href="http://www.summet.com/blog/2012/01/01/using-the-microchip-pic-kit-1-with-linux/">eight year old PICKit1</a> would be able to program it. Silly me&#8230;.Apparently Microchip has made some improvements in the last eight years. Of course, when I got the new chips, I ripped my code apart to make it work with the dual ECCP PWM modules and faster internal clock, and by the time I figured out that I couldn&#8217;t program the new chip I had already gotten the code to a state where I didn&#8217;t want to reverse all of my changes just to be able to play with the old microcontroller for a few days until the new programmer arrived. On the plus side, the new chip has an internally generated 32Mhz clock which will (eventually) let me run two PWM channels 180 degrees out of phase with a duty cycle of 125 kHz and 8 bits of resolution. It also has a UART, so I can easily use a serial LCD module for displaying status information.</p>
<p>&nbsp;</p>
<p><map name='google_ad_map_1857_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1857?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1857_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1857&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2012%2F01%2F22%2Fboost-converter-schematic%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2012/01/13/adventures-with-a-boost-converter/' rel='bookmark' title='Adventures with a boost converter'>Adventures with a boost converter</a></li>
<li><a href='http://www.summet.com/blog/2007/03/23/converting-a-movie-avi-to-play-on-a-cell-phone-3gp/' rel='bookmark' title='Converting a movie (.avi) to play on a cell phone (.3gp) on Mandriva Linux'>Converting a movie (.avi) to play on a cell phone (.3gp) on Mandriva Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2012/01/22/boost-converter-schematic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using the Microchip PIC Kit 1 with Linux</title>
		<link>http://www.summet.com/blog/2012/01/01/using-the-microchip-pic-kit-1-with-linux/</link>
		<comments>http://www.summet.com/blog/2012/01/01/using-the-microchip-pic-kit-1-with-linux/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 22:15:40 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Useful Links]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1819</guid>
		<description><![CDATA[The PICKit 1 is a combination programmer and development board for midrange PIC micro-controllers. In addition to being able to program FLASH pic devices, it also allows them to run and access 8 (charlieplexed) LED&#8217;s, a pushbutton switch, and a potentiometer. It&#8217;s a great little board for learning the basic of micrcontroller programing, but unfortunately [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2007/06/13/upgrading-the-minipci-wireless-card-in-a-thinkpad-x31/' rel='bookmark' title='Upgrading the miniPCI wireless card in a Thinkpad X31'>Upgrading the miniPCI wireless card in a Thinkpad X31</a></li>
<li><a href='http://www.summet.com/blog/2007/03/21/running-a-physical-windows-xp-partition-in-vmware-from-linux/' rel='bookmark' title='Running a physical Windows (XP) partition in VMware from Linux'>Running a physical Windows (XP) partition in VMware from Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2012/01/IMG_0331.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2012/01/IMG_0331-300x225.jpg" alt="Microchip PICKit 1" title="PICKit 1" width="300" height="225" class="alignleft size-medium wp-image-1820" /></a></p>
<p>The PICKit 1 is a combination programmer and development board for midrange PIC micro-controllers. In addition to being able to program FLASH pic devices, it also allows them to run and access 8 (charlieplexed) LED&#8217;s, a pushbutton switch, and a potentiometer. It&#8217;s a great little board for learning the basic of micrcontroller programing, but unfortunately it is not supported by Microchip&#8217;s new MPLAB X software (that is written in Java, and supports Linux/Mac in addition to Windows).</p>
<p>You CAN however use the PICKit 1 under linux. The <a href="http://piklab.sourceforge.net/devices.php">piclab software</a> is supposed to support it (I have not tested this). I use <a href="http://tfc.duke.free.fr/pickit.html" > version 1.6</a> of the <a href="http://www.teammojo.org/PICkit/pickit1.html"> PicKit1 flash usb programmer for unix</a>.  Even the newest 1.6 version reports checksum errors after writing the hex file, but it does work correctly.</p>
<p>To make it work as an external program in MPLABX I had to select the &#8220;format HEX file for download&#8221; option under the Linker so that it would not fill all 2048 flash bytes when the program was smaller than that.  I am able to manually run the usb_pickit command after building to flash the code, but it&#8217;s kind of annoying, as that program has a problem verifying the checksum and reports an error every time (which is interpreted as a build failure) plus, I have to run mplab X with root permissions to be able to access my USB port. </p>
<p><map name='google_ad_map_1819_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1819?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1819_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1819&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2012%2F01%2F01%2Fusing-the-microchip-pic-kit-1-with-linux%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2007/06/13/upgrading-the-minipci-wireless-card-in-a-thinkpad-x31/' rel='bookmark' title='Upgrading the miniPCI wireless card in a Thinkpad X31'>Upgrading the miniPCI wireless card in a Thinkpad X31</a></li>
<li><a href='http://www.summet.com/blog/2007/03/21/running-a-physical-windows-xp-partition-in-vmware-from-linux/' rel='bookmark' title='Running a physical Windows (XP) partition in VMware from Linux'>Running a physical Windows (XP) partition in VMware from Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2012/01/01/using-the-microchip-pic-kit-1-with-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solar Panels on the Electric Truck</title>
		<link>http://www.summet.com/blog/2011/11/16/solar-panels-on-the-electric-truck/</link>
		<comments>http://www.summet.com/blog/2011/11/16/solar-panels-on-the-electric-truck/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 10:16:13 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[etruck]]></category>
		<category><![CDATA[solar]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1778</guid>
		<description><![CDATA[I purchased two used GE Energy GEPVc-175 watt solar panels and mounted them to the bedcover of my truck using 10-24 machine screws and T cone washers as rubber vibration dampers. Each panel weighs 31 pounds, and is rated to deliver up to 175 watts of power in full sun (at around 36 volts each, [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2009/08/01/e-bike-solar-charging-rack/' rel='bookmark' title='E-bike solar charging rack'>E-bike solar charging rack</a></li>
<li><a href='http://www.summet.com/blog/2009/11/28/ebike-solar-charging/' rel='bookmark' title='Ebike Solar Charging'>Ebike Solar Charging</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2011/11/panels_mounted.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/11/panels_mounted-300x225.jpg" alt="Two 175 watt solar panels mounted to the bed cover of my electric pickup truck." title="Solar Panels Mounted" width="300" height="225" class="alignright size-medium wp-image-1779" /></a><br />
I purchased two used GE Energy GEPVc-175 watt solar panels and mounted them to the bedcover of my truck using 10-24 machine screws and T cone washers as rubber vibration dampers. Each panel weighs 31 pounds, and is rated to deliver up to 175 watts of power in full sun (at around 36 volts each, or 73.4 volts at 4.7 Amps in series). I am still waiting on a group of Georgia Tech ECE students for the magic box that does maximum power point tracking (MPPT) and voltage boosting to charge my 120 volt battery pack, but I hope to be generating 1-3 miles of my daily commute from the sun soon. As my daily commute is 4 miles, this can be a significant percentage of my total energy usage.<br />
<a href="http://www.summet.com/blog/wp-content/uploads/2011/11/panel_install.png"><img src="http://www.summet.com/blog/wp-content/uploads/2011/11/panel_install-300x257.png" alt="Diagram showing the panel layout over bed cover support structure." title="Panel Layout" width="300" height="257" class="alignright size-medium wp-image-1782" /></a></p>
<p>I have calculated that in the summer the panels are far enough behind the cab that they will not be shadowed by it, even if I have to park facing south. In the winter and early spring / late autumn I need to park facing north to avoid shading a strip of the solar panels.<br />
I still need to figure out a way to tilt the panels towards the sun to collect as much energy as possible. This is especially critical during winter, when the solar angle is way off of vertical. As the bed cover tilts, AND the bed of the truck can tilt (the other way) I figure I can work something out (with a few pieces of wood cut to the correct height, or linear actuators if I want to get fancy.</p>
<p><map name='google_ad_map_1778_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1778?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1778_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1778&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F11%2F16%2Fsolar-panels-on-the-electric-truck%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2009/08/01/e-bike-solar-charging-rack/' rel='bookmark' title='E-bike solar charging rack'>E-bike solar charging rack</a></li>
<li><a href='http://www.summet.com/blog/2009/11/28/ebike-solar-charging/' rel='bookmark' title='Ebike Solar Charging'>Ebike Solar Charging</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/11/16/solar-panels-on-the-electric-truck/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ferrofluid Sculpture test 2</title>
		<link>http://www.summet.com/blog/2011/11/06/ferrofluid-sculpture-test-2/</link>
		<comments>http://www.summet.com/blog/2011/11/06/ferrofluid-sculpture-test-2/#comments</comments>
		<pubDate>Mon, 07 Nov 2011 01:28:50 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[ferrofluid]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1770</guid>
		<description><![CDATA[After buying some strong rare earth magnets I re-tried my ferrofluid levitating sculpture. The main problem is that the ferro-fluid moves to the poles of the magnets (top and bottom, with gravity favoring the bottom) and does not surround the sides of the magnets. It was also hard to get enough small magnets to fit [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2011/11/27/ferrofluid-sculpture-test-3-a/' rel='bookmark' title='Ferrofluid Sculpture test 3 (a)'>Ferrofluid Sculpture test 3 (a)</a></li>
<li><a href='http://www.summet.com/blog/2011/09/27/ferrofluid-sculpture-test-1/' rel='bookmark' title='Ferrofluid Sculpture &#8211;  test 1'>Ferrofluid Sculpture &#8211;  test 1</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><iframe width="480" height="360" src="http://www.youtube-nocookie.com/embed/DWqxrYRw7TA?rel=0" frameborder="0" allowfullscreen></iframe></p>
<p>After buying some strong rare earth magnets I re-tried my <a href="http://www.summet.com/blog/2011/09/27/ferrofluid-sculpture-test-1/">ferrofluid levitating sculpture</a>. The main problem is that the ferro-fluid moves to the poles of the magnets (top and bottom, with gravity favoring the bottom) and does not surround the sides of the magnets. It was also hard to get enough small magnets to fit under the main magnet (as they repel each other), so I had to  include a screw in the middle to get the weight correct.</p>
<p>Note: Working with Ferro-fluid is dirty and messy. If magnets snap together they can throw dark oily fluid which stains just about anything. Be sure to have lots of paper towels on hand, jars/shields under/around everything, and don&#8217;t work in a nice room. Dish detergent and abrasive scrubbing will eventually get it off of most surfaces that are not porous. Wear disposable rubber gloves and use disposable pipettes. Wear disposable clothes. Don&#8217;t use any of your wife&#8217;s kitchen appliances or instruments that you can&#8217;t afford to replace.</p>
<p>Update: After floating under the magnetic levitation for 24 hours, the ferro-fluid became much less &#8220;spiky&#8221; and eventually the drops at the end of the magnets became spherical. </p>
<p>Also, cleaning ferrofluid from a magnet is almost impossible.</p>
<p><map name='google_ad_map_1770_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1770?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1770_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1770&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F11%2F06%2Fferrofluid-sculpture-test-2%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2011/11/27/ferrofluid-sculpture-test-3-a/' rel='bookmark' title='Ferrofluid Sculpture test 3 (a)'>Ferrofluid Sculpture test 3 (a)</a></li>
<li><a href='http://www.summet.com/blog/2011/09/27/ferrofluid-sculpture-test-1/' rel='bookmark' title='Ferrofluid Sculpture &#8211;  test 1'>Ferrofluid Sculpture &#8211;  test 1</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/11/06/ferrofluid-sculpture-test-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking individual battery voltages</title>
		<link>http://www.summet.com/blog/2011/10/16/tracking-individual-battery-voltages/</link>
		<comments>http://www.summet.com/blog/2011/10/16/tracking-individual-battery-voltages/#comments</comments>
		<pubDate>Sun, 16 Oct 2011 19:14:37 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[etruck]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1752</guid>
		<description><![CDATA[This graph shows the voltage (multiplied by 10, so 65=6.5 volts, and 50 = 5.0 volts) batteries 1-6 of my electric pickup while accelerating. My first battery (blue) is consistently 0.1 volt below the others, so I am keeping an eye on it. But this graph shows that although it is a 1/10th of a [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2011/03/05/traction-battery-volt-meter/' rel='bookmark' title='Traction Battery Volt Meter'>Traction Battery Volt Meter</a></li>
<li><a href='http://www.summet.com/blog/2011/02/27/s-10-electric-pickup/' rel='bookmark' title='S-10 Electric Pickup'>S-10 Electric Pickup</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2011/10/six-batteries.png"><img src="http://www.summet.com/blog/wp-content/uploads/2011/10/six-batteries.png" alt="Line graph that shows the voltage of six batteries dropping under load. All six batteries follow the same deep V pattern, staying within 0.1 volt of each other." title="Voltage drop of six batteries under load" width="600" height="371" class="alignleft size-full wp-image-1753" /></a></p>
<p>This graph shows the voltage (multiplied by 10, so 65=6.5 volts, and 50 = 5.0 volts) batteries 1-6 of my electric pickup while accelerating. My first battery (blue) is consistently 0.1 volt below the others, so I am keeping an eye on it. But this graph shows that although it is a 1/10th of a volt lower, it does not sink lower than the other batteries under load, so it appears to be holding up well so far.</p>
<p>The graph also shows off my new (to me) Pak Trakr system. The Pak Trakr system connects to each battery in your pack with small remotes that daisy chain together. Each remote monitors six batteries and transmits the voltage levels once a second to a display and optional serial data logger.</p>
<p><a href="http://www.summet.com/blog/wp-content/uploads/2011/10/single_unit_closeup.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/10/single_unit_closeup-225x300.jpg" alt="" title="Pak Trakr Remote Sensing Unit" width="225" height="300" class="alignright size-medium wp-image-1756" /></a><br />
<a href="http://www.summet.com/blog/wp-content/uploads/2011/10/display_soc_all_batteries.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/10/display_soc_all_batteries-225x300.jpg" alt="" title="Pak Trakr Display" width="225" height="300" class="alignright size-medium wp-image-1757" /></a></p>
<p><map name='google_ad_map_1752_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1752?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1752_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1752&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F10%2F16%2Ftracking-individual-battery-voltages%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2011/03/05/traction-battery-volt-meter/' rel='bookmark' title='Traction Battery Volt Meter'>Traction Battery Volt Meter</a></li>
<li><a href='http://www.summet.com/blog/2011/02/27/s-10-electric-pickup/' rel='bookmark' title='S-10 Electric Pickup'>S-10 Electric Pickup</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/10/16/tracking-individual-battery-voltages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 10.04 AMD Radeon M6 chipset and Extron Electronics video multiplexer</title>
		<link>http://www.summet.com/blog/2011/09/23/ubuntu-10-04-amd-radeon-m6-chipset-and-extron-electronics-video-multiplexer/</link>
		<comments>http://www.summet.com/blog/2011/09/23/ubuntu-10-04-amd-radeon-m6-chipset-and-extron-electronics-video-multiplexer/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 00:37:29 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1718</guid>
		<description><![CDATA[After working perfectly for 4.5 weeks with the same podium setup, my Thinkpad X31 laptop refused to output VGA video to the Extron Electronics video multiplexer box at school. It appears that the Extron Electronics box is not sending out proper Extended Display Identification Data (edid) which tells the laptop what resolutions it supports. My [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2008/01/24/external-monitor-support-mirroring-spanning-on-ubuntu-710/' rel='bookmark' title='On the fly external monitor support (mirroring / spanning) on Ubuntu 7.10'>On the fly external monitor support (mirroring / spanning) on Ubuntu 7.10</a></li>
<li><a href='http://www.summet.com/blog/2007/11/01/turning-off-video-overlay-on-linux-ubuntu-710/' rel='bookmark' title='Turning off Video Overlay on Linux (Ubuntu 7.10)'>Turning off Video Overlay on Linux (Ubuntu 7.10)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>After working perfectly for 4.5 weeks with the same podium setup, my Thinkpad X31 laptop refused to output VGA video to the Extron Electronics video multiplexer box at school.<br />
It appears that the Extron Electronics box is not sending out proper Extended Display Identification Data (edid) which tells the laptop what resolutions it supports. My xrandr command finds the data for my laptop video display screen, but not for the VGA-0 port:</p>
<pre>
VGA-0 connected (normal left inverted right x axis y axis)
LVDS connected 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768       60.0*+   60.0
   800x600        60.3     59.9
   640x480        59.9     59.4
</pre>
<p>I have no idea why this started today. I don&#8217;t remember applying any patches to X-org in the last two days, and the technicians in charge of the podium swear that they didn&#8217;t change out anything.</p>
<p>I figured out a fix to make it (mostly) work. Tell xrandr to go ahead and force the VGA-0 port to a specific resolution with the following command:</p>
<pre>
 xrandr --addmode VGA-0 1024x768
</pre>
<p>This mostly works, but the sync signal is slightly off, leaving a black bar of 20-30 pixels on the left side of the screen. It is also annoying to have to run that command every time I want to display to the podium.</p>
<p><map name='google_ad_map_1718_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1718?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1718_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1718&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F09%2F23%2Fubuntu-10-04-amd-radeon-m6-chipset-and-extron-electronics-video-multiplexer%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2008/01/24/external-monitor-support-mirroring-spanning-on-ubuntu-710/' rel='bookmark' title='On the fly external monitor support (mirroring / spanning) on Ubuntu 7.10'>On the fly external monitor support (mirroring / spanning) on Ubuntu 7.10</a></li>
<li><a href='http://www.summet.com/blog/2007/11/01/turning-off-video-overlay-on-linux-ubuntu-710/' rel='bookmark' title='Turning off Video Overlay on Linux (Ubuntu 7.10)'>Turning off Video Overlay on Linux (Ubuntu 7.10)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/09/23/ubuntu-10-04-amd-radeon-m6-chipset-and-extron-electronics-video-multiplexer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NetMedia iViewHD 2M POE Camera Review with ZoneMinder</title>
		<link>http://www.summet.com/blog/2011/07/31/netmedia-iviewhd-2m-poe-camera-review-with-zoneminder/</link>
		<comments>http://www.summet.com/blog/2011/07/31/netmedia-iviewhd-2m-poe-camera-review-with-zoneminder/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 11:17:33 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1686</guid>
		<description><![CDATA[I have recently purchased a NetMedia iViewHD 2M power over Ethernet (POE) camera (retail price $105) for use with ZoneMinder. This small camera must be hard-wired into a switch that provides power over Ethernet (which will cost another $80-100, but allows you to power up to 4 POE devices). I bought mine used, and plan [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2010/08/01/philips-spc-900nc-webcam-linux-zoneminder-compatable/' rel='bookmark' title='Philips SPC 900NC webcam: Linux / ZoneMinder Compatible'>Philips SPC 900NC webcam: Linux / ZoneMinder Compatible</a></li>
<li><a href='http://www.summet.com/blog/2007/03/24/lg-cu-500-mobile-phone-review-cingular/' rel='bookmark' title='LG CU-500 Mobile Phone Review (Cingular)'>LG CU-500 Mobile Phone Review (Cingular)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2011/06/netmedia-2hd.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/06/netmedia-2hd-147x300.jpg" alt="Small silver camera" title="netmedia-2m" width="147" height="300" class="alignright size-medium wp-image-1703" /></a><br />
I have recently purchased a NetMedia iViewHD 2M power over Ethernet (POE) camera (retail price $105) for use with ZoneMinder. </p>
<p>This small camera must be hard-wired into a switch that provides power over Ethernet (which will cost another $80-100, but allows you to power up to 4 POE devices). I bought mine used, and plan on buying (up to three) more, but not at retail prices. If I find a similar POE camera with a better lens at the same price I would probably try it out, but at used prices the NetMedia iViewHD 2M is a good deal despite my image quality complaints below.<br />
<span id="more-1686"></span><br />
<strong>Image Quality</strong><br />
Note that the fancy looking lens in the image is actually a sticker around a small (almost pinhole really) plastic lens that would not look out of place on a cell phone. That being said, I have been mostly happy with the image quality for the price. The camera has a 2 Mega-Pixel sensor which provides images up to 1600&#215;1200 in size. The large images look good, but are unsuitable for security systems due to the relatively long exposure time the small aperture requires. This leads to motion blur on important things such as people walking by. This motion blur happens even in full daylight with the camera set to &#8220;best for day&#8221; frame rate and exposure settings.  If you want to make a time lapse movie of a construction site or flower bed growing at 1600&#215;1200 the iView HD 2M will work great, but don&#8217;t expect to get usable images of things in motion at the highest supported resolution. I have found that by using it set to 1024&#215;768 resolution the exposure time is small enough to capture good pictures of moving people. (I have not yet tried it on cars.) This is still 2.5 times the resolution of a typical 640&#215;480 network camera, and looks very clear when displayed full-screen on a 720p TV monitor.</p>
<p><strong>Using it with ZoneMinder.</strong><br />
As this is a megapixel camera, you are likely going to need to <a href="http://www.zoneminder.com/wiki/index.php/FAQ#What_does_a_.27Can.27t_shmget:_Invalid_argument.27_error_in_my_logs_mean.3F_and_my_cameras_won.27t_display_video_at_higher_resolutions.">increase your maximum amount of shared memory that can be allocated at a single time</a> (/proc/sys/kernel/shmmax) before you can use it. The camera works well with ZoneMinder using the &#8220;single image&#8221; grab url:</p>
<p>/image.cgi?CAPTURE=YES&#038;STREAM=0&#038;COMMAND=</p>
<p>When I tried turning on MJPEG (STREAM=1) the connection would &#8220;glitch&#8221; several times a day leading to phantom events. Not a show stopper, but things appear to just work better for ZoneMinder when dealing with single image capture. I have not measured which (stream or single images) setting uses more CPU time on the ZoneMinder server.</p>
<p><map name='google_ad_map_1686_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1686?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1686_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1686&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F07%2F31%2Fnetmedia-iviewhd-2m-poe-camera-review-with-zoneminder%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2010/08/01/philips-spc-900nc-webcam-linux-zoneminder-compatable/' rel='bookmark' title='Philips SPC 900NC webcam: Linux / ZoneMinder Compatible'>Philips SPC 900NC webcam: Linux / ZoneMinder Compatible</a></li>
<li><a href='http://www.summet.com/blog/2007/03/24/lg-cu-500-mobile-phone-review-cingular/' rel='bookmark' title='LG CU-500 Mobile Phone Review (Cingular)'>LG CU-500 Mobile Phone Review (Cingular)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/07/31/netmedia-iviewhd-2m-poe-camera-review-with-zoneminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On-Dash voltage guages</title>
		<link>http://www.summet.com/blog/2011/05/15/on-dash-voltage-guages/</link>
		<comments>http://www.summet.com/blog/2011/05/15/on-dash-voltage-guages/#comments</comments>
		<pubDate>Mon, 16 May 2011 01:01:42 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[etruck]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1618</guid>
		<description><![CDATA[I received a VWRAS2-D12-D9-SIP isolated DC/DC power adapter from Digikey and built an updated voltage gauge module with dual gauges (one for the 12 volt accessory pack, and one for the 120 volt traction pack). The gauges were slightly too large to fit inside the dash, so I built an enclosure out of craft plywood [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2011/03/05/traction-battery-volt-meter/' rel='bookmark' title='Traction Battery Volt Meter'>Traction Battery Volt Meter</a></li>
<li><a href='http://www.summet.com/blog/2011/06/08/new-voltage-gauges/' rel='bookmark' title='New voltage gauges'>New voltage gauges</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2011/03/IMG_20110515_191326.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/03/IMG_20110515_191326-300x225.jpg" alt="" title="Voltage gauges in the dash" width="300" height="225" class="alignright size-medium wp-image-1663" /></a></p>
<p>I received a VWRAS2-D12-D9-SIP isolated DC/DC power adapter from Digikey and built an updated voltage gauge module with dual gauges (one for the 12 volt  accessory pack, and one for the 120 volt traction pack). The gauges were slightly too large to fit inside the dash, so I built an enclosure out of craft plywood that sticks out flush with the bottom of the radio.<br />
<span id="more-1618"></span><br />
One of my best decisions while building it was to use a tow light plug inside the dash that allows for easy removal of the gauge unit for updates, fixes, and general repair. This was very useful because the accessory voltage gauge did not work correctly at first. Unfortunately, the &#8220;isolated&#8221; power supply was not isolated enough for my 12 volt gauge. The first one gave inconsistent results and eventually fried. The second one I bought had the capability to use either a 5 volt power supply with a common ground or an isolated 9v supply. I tried it with the VWRAS2-D12-D9-SIP and it had the same problems, so I broke down and added a 5v linear regulator to power it using the shared ground mode. Problem solved. In the photo below you can see the two power regulators soldered up dead bug style and the back of the gauge holder.</p>
<p> <a href="http://www.summet.com/blog/wp-content/uploads/2011/05/IMG_20110514_215909.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/05/IMG_20110514_215909-225x300.jpg" alt="" title="dead bug power adapter" width="225" height="300" class="alignright size-medium wp-image-1666" /></a></p>
<p>One fun but unplanned feature of this system is that it has a &#8220;heads up&#8221; mode at night. The red LED traction pack voltage display is positioned so that it reflects off of the back window, directly into the field of view for the rear view mirror. So at night I can read the voltage gauge by quickly glancing at the rear view mirror.<br />
<a href="http://www.summet.com/blog/wp-content/uploads/2011/05/IMG_20110515_065449.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/05/IMG_20110515_065449-300x225.jpg" alt="" title="Back of the Guage enclosure" width="300" height="225" class="alignright size-medium wp-image-1676" /></a></p>
<p>Update: I have upgraded this system again with <a href="http://www.summet.com/blog/2011/06/08/new-voltage-gauges/">self powered digital panel meters</a>.</p>
<p><map name='google_ad_map_1618_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1618?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1618_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1618&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F05%2F15%2Fon-dash-voltage-guages%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2011/03/05/traction-battery-volt-meter/' rel='bookmark' title='Traction Battery Volt Meter'>Traction Battery Volt Meter</a></li>
<li><a href='http://www.summet.com/blog/2011/06/08/new-voltage-gauges/' rel='bookmark' title='New voltage gauges'>New voltage gauges</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/05/15/on-dash-voltage-guages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HOWTO: Full Disk encryption on Ubuntu 10.04</title>
		<link>http://www.summet.com/blog/2011/03/26/howto-full-disk-encryption-on-ubuntu-10-04/</link>
		<comments>http://www.summet.com/blog/2011/03/26/howto-full-disk-encryption-on-ubuntu-10-04/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 21:15:15 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1658</guid>
		<description><![CDATA[How to set up an entirely encrypted disk using Ubuntu 10.04 (LTS): Use the Alternative installer (text based) ISO image so that you have access to the LVM and Encrypted Disk options. Assuming you want to keep a windows partition or some other pre-existing partitions intact, you will have to manually partition things instead of [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2007/03/22/fixing-a-grub-bootloader-what-to-do-when-your-computer-wont-boot/' rel='bookmark' title='Fixing a GRUB Bootloader (What to do when your computer won&#8217;t boot!)'>Fixing a GRUB Bootloader (What to do when your computer won&#8217;t boot!)</a></li>
<li><a href='http://www.summet.com/blog/2009/07/18/encrypted-home-partition-for-ubuntu-9-04/' rel='bookmark' title='Encrypted home partition for Ubuntu 9.04'>Encrypted home partition for Ubuntu 9.04</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>How to set up an entirely encrypted disk using Ubuntu 10.04 (LTS):</p>
<ol>Use the Alternative installer (text based) ISO image so that you have access to the LVM and Encrypted Disk options.</ol>
<ol>Assuming you want to keep a windows partition or some other pre-existing partitions intact,  you will have to manually partition things instead of using the guided partitioner, so select &#8220;manual&#8221;.</ol>
<p><span id="more-1658"></span></p>
<ol>Set up two partitions. One will be your /boot partition and should be around 250MB. This is the only data that will be unencrypted on the disk. The other will be your encrypted volume, that will hold an LVM physical volume that will contain all of your other partitions such as your swap partition, / (root) partition and any /home /var etc partitions that you want to set up.  You should select &#8220;Use as:&#8221; &#8220;physical volume for encryption&#8221; when setting  it up.</ol>
<ol>Then go back up to the top of the menu to the &#8220;Configure  Encrypted Volumes&#8221; option, select the large partition and set up a pass-phrase for it. </ol>
<ol> This will create an encrypted volume (defaults to using ext4). Select it and change the  &#8220;Use as:&#8221; to &#8220;Physical volume for LVM&#8221;</ol>
<ol>Now, go back up to the top of the menu to the &#8220;Configure the Logical Volume Manager&#8221; option. Create a volume group (vg0 is as good of a name as any) using the /dev/mapper encrypted  volume you created above.</ol>
<ol>Create a logical volume (I named mine &#8220;swap&#8221;) that will hold your swap partition. It should be at least as large as the maximum amount of RAM you ever intend on installing in your computer if you want to suspend to disk (hibernate). </ol>
<ol>Depending upon how many other partitions you want (one big root, or /home and /var, etc&#8230;) create other partitions using the rest of the space inside of your LVM volume group. </ol>
<ol>Once you leave the LVM configuration area, you will see all of the LVM logical partitions that you have created. Select each of them and configure their mount point and file system type. (or use as Swap in the case of your swap partition.)</ol>
<ol>Write everything to disk (which will also format partitions) and you are ready to continue with the rest of your installation!</ol>
<p><map name='google_ad_map_1658_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1658?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1658_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1658&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F03%2F26%2Fhowto-full-disk-encryption-on-ubuntu-10-04%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2007/03/22/fixing-a-grub-bootloader-what-to-do-when-your-computer-wont-boot/' rel='bookmark' title='Fixing a GRUB Bootloader (What to do when your computer won&#8217;t boot!)'>Fixing a GRUB Bootloader (What to do when your computer won&#8217;t boot!)</a></li>
<li><a href='http://www.summet.com/blog/2009/07/18/encrypted-home-partition-for-ubuntu-9-04/' rel='bookmark' title='Encrypted home partition for Ubuntu 9.04'>Encrypted home partition for Ubuntu 9.04</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/03/26/howto-full-disk-encryption-on-ubuntu-10-04/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>S-10 Electric Pickup</title>
		<link>http://www.summet.com/blog/2011/02/27/s-10-electric-pickup/</link>
		<comments>http://www.summet.com/blog/2011/02/27/s-10-electric-pickup/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 23:26:51 +0000</pubDate>
		<dc:creator>Jay</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[etruck]]></category>

		<guid isPermaLink="false">http://www.summet.com/blog/?p=1562</guid>
		<description><![CDATA[Our new commuter vehicle (and my new toy) is a second-hand electric conversion S-10 pickup. We purchased it from the original converter after he had upgraded to a Ford Ranger EV. It is powered by 20 six-volt lead acid (PbA) golf cart batteries wired in series, giving a nominal 120 volt system. Sixteen of the [...]
Related posts:<ol>
<li><a href='http://www.summet.com/blog/2011/03/05/traction-battery-volt-meter/' rel='bookmark' title='Traction Battery Volt Meter'>Traction Battery Volt Meter</a></li>
<li><a href='http://www.summet.com/blog/2011/10/16/tracking-individual-battery-voltages/' rel='bookmark' title='Tracking individual battery voltages'>Tracking individual battery voltages</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.summet.com/blog/wp-content/uploads/2011/02/drivers_side.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/02/drivers_side-300x224.jpg" alt="Side view of the Electric S-10 Pickup" title="drivers_side" width="300" height="224" class="alignleft size-medium wp-image-1578" /></a><br />
Our new commuter vehicle (and my new toy) is a second-hand electric conversion S-10 pickup. We purchased it from the original converter after he had upgraded to a Ford Ranger EV.</p>
<p>It is powered by 20 six-volt lead acid (PbA) golf cart batteries wired in series, giving a nominal 120 volt system. Sixteen of the batteries are stored in boxes under the tilt-up pickup bed. The remaining four batteries are under the hood, where the radiator would be on an internal combustion engine (ICE) vehicle. It can be charged via either the QuickCharge 120V charger plugged into a standard 15Amp outlet (which takes 13 hours) or the Zivan NG3 high frequency 240V charger (which takes 7 hours and a 240 volt outlet).</p>
<p><a href="http://www.summet.com/blog/wp-content/uploads/2011/02/under_bed21.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/02/under_bed21-300x225.jpg" alt="16 six volt batteries under the tilt-bed of the pickup" title="Batteries under Tilt-Bed" width="300" height="225" class="alignleft size-medium wp-image-1564" /></a><br />
<span id="more-1562"></span><br />
The traction batteries power a Curtis 1231C motor controller rated at 500 amps driving an FB1-40001A  series wound motor that generates up to 90 HP. Also under the hood is a 12v accessory battery that is continuously recharged from the 120v traction battery pack by a MeanWell SD-350D-12  DC/DC converter.<br />
<a href="http://www.summet.com/blog/wp-content/uploads/2011/02/under_hood.jpg"><img src="http://www.summet.com/blog/wp-content/uploads/2011/02/under_hood-300x225.jpg" alt="DC/DC converter (silver box), Curtus 1231c motor controller (black box) and misc electronics under the hood" title="Electronics Under the Hood" width="300" height="225" class="alignleft size-medium wp-image-1571" /></a></p>
<p>Future projects include:</p>
<ul>
<li><a href="http://www.summet.com/blog/2011/03/05/traction-battery-volt-meter">Digital volt meter on the dash</a></li>
<li><a href="http://www.summet.com/blog/2011/03/25/120-volt-charging-plug/">A 120 volt external plug for the convenience charger.</a></li>
<li><a href="http://www.summet.com/blog/2011/03/23/building-a-pvc-vacuum-reservoir/">Larger capacity vacuum reservoir</a></li>
<li>Vacuum Gauge in the instrument cluster</li>
<li>LED Daytime Running Lights</li>
<li>Temperature sensing in the battery boxes</li>
<li>Switch to selectively silence the back-up beeper when reversing in the morning</li>
</ul>
<p><map name='google_ad_map_1562_faa54e7073bca4ae'>
<area shape='rect' href='http://imageads.googleadservices.com/pagead/imgclick/1562?pos=0' coords='1,2,367,28' />
<area shape='rect' href='http://services.google.com/feedback/abg' coords='384,10,453,23'/></map>
<img usemap='#google_ad_map_1562_faa54e7073bca4ae' border='0' src='http://imageads.googleadservices.com/pagead/ads?format=468x30_aff_img&amp;client=&amp;channel=&amp;output=png&amp;cuid=1562&amp;url= http%3A%2F%2Fwww.summet.com%2Fblog%2F2011%2F02%2F27%2Fs-10-electric-pickup%2F' /></p><p>Related posts:<ol>
<li><a href='http://www.summet.com/blog/2011/03/05/traction-battery-volt-meter/' rel='bookmark' title='Traction Battery Volt Meter'>Traction Battery Volt Meter</a></li>
<li><a href='http://www.summet.com/blog/2011/10/16/tracking-individual-battery-voltages/' rel='bookmark' title='Tracking individual battery voltages'>Tracking individual battery voltages</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.summet.com/blog/2011/02/27/s-10-electric-pickup/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>

