<?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>Parallax Propeller &#8211; The Longhorn Engineer</title>
	<atom:link href="https://longhornengineer.com/tag/parallax-propeller/feed/" rel="self" type="application/rss+xml" />
	<link>https://longhornengineer.com</link>
	<description>Robotics, Pinball, Hacking, Portables</description>
	<lastBuildDate>Tue, 20 Dec 2022 20:30:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Appnote: Parallax Propeller layout. Dual SMD footprint.</title>
		<link>https://longhornengineer.com/2014/01/01/appnote-parallax-propeller-layout-dual-smd-footprint/</link>
		
		<dc:creator><![CDATA[Parker]]></dc:creator>
		<pubDate>Thu, 02 Jan 2014 01:46:26 +0000</pubDate>
				<category><![CDATA[Appnotes]]></category>
		<category><![CDATA[PCBA & ENG]]></category>
		<category><![CDATA[P8X32A-M44]]></category>
		<category><![CDATA[P8X32A-Q44]]></category>
		<category><![CDATA[Parallax Propeller]]></category>
		<category><![CDATA[Parallax Propeller Dual SMT Footprint]]></category>
		<guid isPermaLink="false">https://longhornengineer.com/?p=1969</guid>

					<description><![CDATA[The Parallax Propeller MCU runs in 3 different flavors. A DIP-40 package (P8X32A-D40), a LQFP-44 package (P8X32A-Q44), and a QFN-44 package (P8X32A-M44). This appnote covers the two SMD packages; LQFP-44 and QFN-44. The schematic is fairly simple as its just to show a typical layout of for the Propeller. The part number for the crystal &#8230; <a href="https://longhornengineer.com/2014/01/01/appnote-parallax-propeller-layout-dual-smd-footprint/" class="more-link">Continue reading <span class="screen-reader-text">Appnote: Parallax Propeller layout. Dual SMD footprint.</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>The <a href="http://www.parallax.com/catalog/microcontrollers/propeller">Parallax Propeller</a> MCU runs in 3 different flavors. A DIP-40 package (P8X32A-D40), a LQFP-44 package (P8X32A-Q44), and a QFN-44 package (P8X32A-M44). This appnote covers the two SMD packages; LQFP-44 and QFN-44.</p>
<p><a href="https://longhornengineer.com/wp-content/uploads/Schematic-3.png"><img fetchpriority="high" decoding="async" class="aligncenter size-medium wp-image-3134" src="https://longhornengineer.com/wp-content/uploads/Schematic-3-800x1032.png" alt="" width="800" height="1032" srcset="https://longhornengineer.com/wp-content/uploads/Schematic-3-800x1032.png 800w, https://longhornengineer.com/wp-content/uploads/Schematic-3-794x1024.png 794w, https://longhornengineer.com/wp-content/uploads/Schematic-3-116x150.png 116w, https://longhornengineer.com/wp-content/uploads/Schematic-3-768x991.png 768w, https://longhornengineer.com/wp-content/uploads/Schematic-3-1191x1536.png 1191w, https://longhornengineer.com/wp-content/uploads/Schematic-3-1588x2048.png 1588w, https://longhornengineer.com/wp-content/uploads/Schematic-3.png 1697w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>The schematic is fairly simple as its just to show a typical layout of for the Propeller. The part number for the crystal is a 6MHz which will run the Propeller at 96MHz. It is a common HC-49/US package so the standard 5MHz type crystal can be used with this layout.</p>
<p><a href="https://longhornengineer.com/wp-content/uploads/Layout-7.png"><img decoding="async" class="aligncenter size-medium wp-image-3135" src="https://longhornengineer.com/wp-content/uploads/Layout-7-800x539.png" alt="" width="800" height="539" srcset="https://longhornengineer.com/wp-content/uploads/Layout-7-800x539.png 800w, https://longhornengineer.com/wp-content/uploads/Layout-7-150x101.png 150w, https://longhornengineer.com/wp-content/uploads/Layout-7-768x518.png 768w, https://longhornengineer.com/wp-content/uploads/Layout-7.png 902w" sizes="(max-width: 800px) 100vw, 800px" /></a></p>
<p>I made a special footprint that can use both the P8X32A-Q44 and P8X32A-M44. This way a part shortage on either package won&#8217;t hurt production. I made sure to leave plenty of room around the chip and supporting circuitry for easy fanout of the I/O. Just make sure to route away from the X0 and X1 crystal I/O to reduce EMF.</p>
<p>Files can be found on the <a href="https://github.com/LonghornEngineer/Appnotes_Propeller_LQFP-QFN-44">GitHub repository</a> and the footprint itself can be found in the my <a href="https://github.com/LonghornEngineer/Eagle_Part_Libraries">Eagle Library</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>WS2801 – 3 Channel PWM</title>
		<link>https://longhornengineer.com/2011/07/22/ws2801-3-channel-pwm/</link>
		
		<dc:creator><![CDATA[Parker]]></dc:creator>
		<pubDate>Sat, 23 Jul 2011 01:33:39 +0000</pubDate>
				<category><![CDATA[Appnotes]]></category>
		<category><![CDATA[PCBA & ENG]]></category>
		<category><![CDATA[Parallax Propeller]]></category>
		<category><![CDATA[WS2801]]></category>
		<guid isPermaLink="false">https://longhornengineer.com/?p=2643</guid>

					<description><![CDATA[The WS2801 is a 3-channel constant current LED drivers that is designed for controlling chains of RGB LEDs. The IC is controlled by a 2-wire serial control scheme that allows multiple WS2801 to be chained together. You can find the WS2801 in the link below. This demo code basically shifts out 24 bits (8bits per &#8230; <a href="https://longhornengineer.com/2011/07/22/ws2801-3-channel-pwm/" class="more-link">Continue reading <span class="screen-reader-text">WS2801 – 3 Channel PWM</span> <span class="meta-nav">&#8594;</span></a>]]></description>
										<content:encoded><![CDATA[<p>The WS2801 is a 3-channel constant current LED drivers that is designed for controlling chains of RGB LEDs. The IC is controlled by a 2-wire serial control scheme that allows multiple WS2801 to be chained together. You can find the WS2801 in the link below. This demo code basically shifts out 24 bits (8bits per color) using a 2-wire protocol. This code only works for one WS2801. There is a object designed for multiple WS2801 already in the propeller OBEX. That design uses too many resources for use on my pinball machine so I wrote this to use as little resources as possible (no new cog).</p>
<p>The idea would be to have the WS2801 PWM a set of mosfets which would in turn be connected to the string of LEDs. This way you could light up a bunch of RGB LEDs without allot of CPU time taken from the Propeller. The Propeller only has to mess with the WS2801 when it needs to change the PWM signals.</p>
<p>Where to buy the <a href="http://www.sparkfun.com/products/10444">WS2801</a>.<br />
<a href="https://longhornengineer.com/code/WS2801_Driver.zip">Demo Driver</a></p>
<div style="text-align:center">
http://www.youtube.com/watch?v=EugcTOxVHx8</div>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
