<?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>FT230X &#8211; The Longhorn Engineer</title>
	<atom:link href="https://longhornengineer.com/tag/ft230x/feed/" rel="self" type="application/rss+xml" />
	<link>https://longhornengineer.com</link>
	<description>Robotics, Pinball, Hacking, Portables</description>
	<lastBuildDate>Tue, 20 Dec 2022 19:55:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>OctoPROBER REV2 Released</title>
		<link>https://longhornengineer.com/2014/03/20/octoprober-rev2-released/</link>
		
		<dc:creator><![CDATA[Parker]]></dc:creator>
		<pubDate>Thu, 20 Mar 2014 15:31:02 +0000</pubDate>
				<category><![CDATA[PCBA & ENG]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[AT30TSE752]]></category>
		<category><![CDATA[FT230X]]></category>
		<category><![CDATA[MAX31855]]></category>
		<category><![CDATA[MCP3424]]></category>
		<category><![CDATA[OctoPROBER]]></category>
		<guid isPermaLink="false">https://longhornengineer.com/?p=2129</guid>

					<description><![CDATA[Above is the REV 1 of the OctoPROBER. This revision fixed allot of the issues I had with programming the propeller and the propeller resetting when the USB plug was plugged in. To fix the USB resetting the propeller when being plugged in I disconnected the reset line off the FT230X (USB chip) from the &#8230; <a href="https://longhornengineer.com/2014/03/20/octoprober-rev2-released/" class="more-link">Continue reading <span class="screen-reader-text">OctoPROBER REV2 Released</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://longhornengineer.com/wp-content/uploads/2014/03/BjCqx71CMAAm7eU.jpg"><img fetchpriority="high" decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/03/BjCqx71CMAAm7eU.jpg" alt="BjCqx71CMAAm7eU" class="aligncenter size-full wp-image-2130" width="600" height="450" srcset="https://longhornengineer.com/wp-content/uploads/2014/03/BjCqx71CMAAm7eU.jpg 600w, https://longhornengineer.com/wp-content/uploads/2014/03/BjCqx71CMAAm7eU-150x112.jpg 150w, https://longhornengineer.com/wp-content/uploads/2014/03/BjCqx71CMAAm7eU-569x427.jpg 569w, https://longhornengineer.com/wp-content/uploads/2014/03/BjCqx71CMAAm7eU-400x300.jpg 400w" sizes="(max-width: 600px) 100vw, 600px" /></a></p>
<p>Above is the REV 1 of the OctoPROBER. This revision fixed allot of the issues I had with programming the propeller and the propeller resetting when the USB plug was plugged in. To fix the USB resetting the propeller when being plugged in I disconnected the reset line off the FT230X (USB chip) from the reset signal on the propeller. This breaks being able to program the propeller as it needs to upload code directly after start up. To fix this problem the code has a menu option that will reset the propeller if it sees the USB reset line so the user can control if the USB resets the propeller or not.</p>
<p>To enable ease of first time programing or encase the firmware gets borked there is a switch that manually connects the FT230X reset signal to the propeller reset signal.</p>
<p><a href="https://longhornengineer.com/wp-content/uploads/2014/03/Layout.png"><img decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/03/Layout-1024x750.png" alt="Layout" class="aligncenter size-large wp-image-2131" width="584" height="427" srcset="https://longhornengineer.com/wp-content/uploads/2014/03/Layout-1024x750.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/03/Layout-150x109.png 150w, https://longhornengineer.com/wp-content/uploads/2014/03/Layout-569x416.png 569w, https://longhornengineer.com/wp-content/uploads/2014/03/Layout-409x300.png 409w, https://longhornengineer.com/wp-content/uploads/2014/03/Layout.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p>Rev 2 of the OctoPROBER I decided to do away with the MAX31855 chips. They are very expensive ($5 a piece) and not very accurate (+-2C). Instead I am using 2 <a href="http://www.microchip.com/wwwproducts/Devices.aspx?dDocName=en536354">MCP3424</a> 18-bit ADCs to do the thermocouple readings. To perform cold junction readings I am using 8 <a href="http://www.atmel.com/devices/at30tse752.aspx">AT30TSE752</a> board temperature sensors. This should provide +-0.5C accuracy and the ability to use any thermocouple type.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OctoPROBER REV 0 board works!*</title>
		<link>https://longhornengineer.com/2014/02/06/octoprober-rev-0-board-works/</link>
		
		<dc:creator><![CDATA[Parker]]></dc:creator>
		<pubDate>Thu, 06 Feb 2014 17:01:11 +0000</pubDate>
				<category><![CDATA[PCBA & ENG]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[FT230X]]></category>
		<category><![CDATA[OctoPROBER]]></category>
		<guid isPermaLink="false">https://longhornengineer.com/?p=2093</guid>

					<description><![CDATA[*With hardware fixes I was having an issue with the FT230X being active while the 3.3V rails being turned off. The FT230X would backfeed voltage down the TXRX lines into the propeller which would power the 3.3V rail to ~2.7V causing the soft power switch circuit to turn on. I fixed this by running the &#8230; <a href="https://longhornengineer.com/2014/02/06/octoprober-rev-0-board-works/" class="more-link">Continue reading <span class="screen-reader-text">OctoPROBER REV 0 board works!*</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://longhornengineer.com/wp-content/uploads/2014/02/20140205_201657.jpg"><img decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/02/20140205_201657-1024x768.jpg" alt="20140205_201657" class="aligncenter size-large wp-image-2094" width="584" height="438" srcset="https://longhornengineer.com/wp-content/uploads/2014/02/20140205_201657-1024x768.jpg 1024w, https://longhornengineer.com/wp-content/uploads/2014/02/20140205_201657-150x112.jpg 150w, https://longhornengineer.com/wp-content/uploads/2014/02/20140205_201657-569x427.jpg 569w, https://longhornengineer.com/wp-content/uploads/2014/02/20140205_201657-400x300.jpg 400w, https://longhornengineer.com/wp-content/uploads/2014/02/20140205_201657.jpg 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p>*With hardware fixes</p>
<p>I was having an issue with the FT230X being active while the 3.3V rails being turned off. The FT230X would backfeed voltage down the TXRX lines into the propeller which would power the 3.3V rail to ~2.7V causing the soft power switch circuit to turn on. I fixed this by running the RESET pin of the FT230X to the propeller and pulling it up to the switched 3.3V rail. The propeller can control whether the FT230X is in suspend mode or is active. Pulling RESET low will HI-Z the TXRX pins and allowing the propeller to turn off the soft power circuit completely without voltage backfeed.</p>
<p>Changed the 16&#215;2 char display from running in 4-bit parallel mode to serial com. This saves 2 I/O lines and is much faster then the 4-bit mode.</p>
<p>Since the main way of charging the OctoPROBER is over USB I needed a way to disable the auto reset. Don&#8217;t want the device to reset when its taking samples and low battery warning pops up! This is cause when a computer connects to the FT230X it sends a reset signal to the FT230X which is connected to the reset line on the propeller. Disconnected that and routed the FT230X signal to a free I/O line. This way the prop can control whether or not to reset upon connecting to a computer.</p>
<p>Couple more hardware systems to test then REV 1 boards will be ordered!</p>
<p><a href="https://longhornengineer.com/wp-content/uploads/2014/02/Layout.png"><img loading="lazy" decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/02/Layout-1024x750.png" alt="Layout" class="aligncenter size-large wp-image-2096" width="584" height="427" srcset="https://longhornengineer.com/wp-content/uploads/2014/02/Layout-1024x750.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/02/Layout-150x109.png 150w, https://longhornengineer.com/wp-content/uploads/2014/02/Layout-569x417.png 569w, https://longhornengineer.com/wp-content/uploads/2014/02/Layout-409x300.png 409w, https://longhornengineer.com/wp-content/uploads/2014/02/Layout.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>OctoPROBER. The 8-Channel Temperature Logger!</title>
		<link>https://longhornengineer.com/2014/01/07/octoprober-the-8-channel-temperature-logger/</link>
		
		<dc:creator><![CDATA[Parker]]></dc:creator>
		<pubDate>Tue, 07 Jan 2014 06:24:33 +0000</pubDate>
				<category><![CDATA[PCBA & ENG]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[BQ24075RGTT]]></category>
		<category><![CDATA[FT230X]]></category>
		<category><![CDATA[OctoPROBER]]></category>
		<category><![CDATA[Schematic]]></category>
		<guid isPermaLink="false">https://longhornengineer.com/?p=2040</guid>

					<description><![CDATA[This has been an idea I have been kicking around for awhile. The OctoPROBER is a 8 channel, K-type thermocouple temperature logger. It has a micro SD card slot for logging data remotely. The USB connection can send log data directly to the PC. Power is supplied via internal lithium 18650 3.7V cell and is &#8230; <a href="https://longhornengineer.com/2014/01/07/octoprober-the-8-channel-temperature-logger/" class="more-link">Continue reading <span class="screen-reader-text">OctoPROBER. The 8-Channel Temperature Logger!</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p><a href="https://longhornengineer.com/wp-content/uploads/2014/01/Schematic.png"><img loading="lazy" decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/01/Schematic-1024x352.png" alt="Schematic" class="aligncenter size-large wp-image-2042" width="584" height="200" srcset="https://longhornengineer.com/wp-content/uploads/2014/01/Schematic-1024x352.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/01/Schematic-150x51.png 150w, https://longhornengineer.com/wp-content/uploads/2014/01/Schematic-569x195.png 569w, https://longhornengineer.com/wp-content/uploads/2014/01/Schematic-500x171.png 500w, https://longhornengineer.com/wp-content/uploads/2014/01/Schematic.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p>This has been an idea I have been kicking around for awhile. The OctoPROBER is a 8 channel, K-type thermocouple temperature logger. It has a micro SD card slot for logging data remotely. The USB connection can send log data directly to the PC.</p>
<p>Power is supplied via internal lithium 18650 3.7V cell and is charged over USB. The <a href="http://www.ti.com/product/bq24075">BQ24075RGTT</a> is used to manage the charging of the lithium battery by using the outputs of the <a href="http://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT230X.pdf">FT230X USB chip</a>. I will cover this in more detail when I can verify my idea will work.</p>
<p>To prevent corruption of the SD card a soft power circuit is employed. A single optocoupled output is given to allow control of an external circuit.</p>
<p><a href="https://longhornengineer.com/wp-content/uploads/2014/01/Start.png"><img loading="lazy" decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/01/Start-1024x446.png" alt="Start" class="aligncenter size-large wp-image-2036" width="584" height="254" srcset="https://longhornengineer.com/wp-content/uploads/2014/01/Start-1024x446.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/01/Start-150x65.png 150w, https://longhornengineer.com/wp-content/uploads/2014/01/Start-569x248.png 569w, https://longhornengineer.com/wp-content/uploads/2014/01/Start-500x218.png 500w, https://longhornengineer.com/wp-content/uploads/2014/01/Start.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p><a href="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_1.png"><img loading="lazy" decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_1-1024x685.png" alt="Layout_1" class="aligncenter size-large wp-image-2034" width="584" height="390" srcset="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_1-1024x685.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_1-150x100.png 150w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_1-569x380.png 569w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_1-448x300.png 448w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_1.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p><a href="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_2.png"><img loading="lazy" decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_2-1024x681.png" alt="Layout_2" class="aligncenter size-large wp-image-2035" width="584" height="388" srcset="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_2-1024x681.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_2-150x99.png 150w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_2-569x378.png 569w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_2-450x300.png 450w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_2.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
<p><a href="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_3.png"><img loading="lazy" decoding="async" src="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_3-1024x687.png" alt="Layout_3" class="aligncenter size-large wp-image-2041" width="584" height="391" srcset="https://longhornengineer.com/wp-content/uploads/2014/01/Layout_3-1024x687.png 1024w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_3-150x100.png 150w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_3-569x382.png 569w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_3-446x300.png 446w, https://longhornengineer.com/wp-content/uploads/2014/01/Layout_3.png 1200w" sizes="(max-width: 584px) 100vw, 584px" /></a></p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
