<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Seven segment display explained</title>
	<atom:link href="http://www.youritronics.com/seven-segment-display-explained/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.youritronics.com/seven-segment-display-explained/</link>
	<description>DIY, Electronics, IT, Gadgets</description>
	<lastBuildDate>Sat, 28 Jan 2012 20:46:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Laci</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-39607</link>
		<dc:creator>Laci</dc:creator>
		<pubDate>Sat, 25 Jun 2011 13:06:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-39607</guid>
		<description>Hi Mathew,

First try to display the 8 character, since that uses all of the segments, but my hint is that the problem comes from the multiplexing, the problematic digit stays on for a very short time, while the other stays on considerably more, off course could be some hardware issue too, like pcb/schematic error.

A good way to search for the root cause, override the multiplexing routine, just select the first digit and display some character(recompile the software, re-flash and test), do this for the second digit too, this will show you if you have some connection problem or software bug(my vote is on the multiplexing bug :) )</description>
		<content:encoded><![CDATA[<p>Hi Mathew,</p>
<p>First try to display the 8 character, since that uses all of the segments, but my hint is that the problem comes from the multiplexing, the problematic digit stays on for a very short time, while the other stays on considerably more, off course could be some hardware issue too, like pcb/schematic error.</p>
<p>A good way to search for the root cause, override the multiplexing routine, just select the first digit and display some character(recompile the software, re-flash and test), do this for the second digit too, this will show you if you have some connection problem or software bug(my vote is on the multiplexing bug <img src='http://www.youritronics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mathew</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-39587</link>
		<dc:creator>Mathew</dc:creator>
		<pubDate>Sat, 25 Jun 2011 03:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-39587</guid>
		<description>Why would one segment of a 2 digit-7 segment display not function when both &quot;a&quot; should be on at the same time. It is digit 1 on the right of the two. I&#039;ve tried 3 led displays. So it&#039;s not the displays and I&#039;ve checked all of my connections. The processor functions normally also. Just the one segment. Arrghh. Please, any help. Thx Mathew</description>
		<content:encoded><![CDATA[<p>Why would one segment of a 2 digit-7 segment display not function when both &#8220;a&#8221; should be on at the same time. It is digit 1 on the right of the two. I&#8217;ve tried 3 led displays. So it&#8217;s not the displays and I&#8217;ve checked all of my connections. The processor functions normally also. Just the one segment. Arrghh. Please, any help. Thx Mathew</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Barney Telford</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-30761</link>
		<dc:creator>Barney Telford</dc:creator>
		<pubDate>Wed, 27 Apr 2011 16:34:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-30761</guid>
		<description>hi and appreciate the information you have - I have surely picked up interesting things from your site. I nevertheless ran into a few on site issues using this website. I have been wondering whether your website hosting is fine? Not that I am filing a complaint, but poor loading times might very likely influence your position in the search engines and might harm your high-quality content on this site. Well I&#039;m putting this Rss feed to my personal email and will look forward to much more of your fascinating content..</description>
		<content:encoded><![CDATA[<p>hi and appreciate the information you have &#8211; I have surely picked up interesting things from your site. I nevertheless ran into a few on site issues using this website. I have been wondering whether your website hosting is fine? Not that I am filing a complaint, but poor loading times might very likely influence your position in the search engines and might harm your high-quality content on this site. Well I&#8217;m putting this Rss feed to my personal email and will look forward to much more of your fascinating content..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wp</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-11904</link>
		<dc:creator>wp</dc:creator>
		<pubDate>Wed, 02 Jun 2010 11:32:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-11904</guid>
		<description>Thank u!..i was searching for this long time</description>
		<content:encoded><![CDATA[<p>Thank u!..i was searching for this long time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laci</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-7065</link>
		<dc:creator>Laci</dc:creator>
		<pubDate>Wed, 26 Aug 2009 20:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-7065</guid>
		<description>Yep, for 4 digits that is the cheapest solution, above 8 digits you should consider alpha numeric LCD&#039;s 15-20$.
I strongly suggest that you use some timer interrupt for the multiplexing(like I did in the demo), you should try to port the C code to Basic, that would be the easiest way, since the code is really straight forward and commented.</description>
		<content:encoded><![CDATA[<p>Yep, for 4 digits that is the cheapest solution, above 8 digits you should consider alpha numeric LCD&#8217;s 15-20$.<br />
I strongly suggest that you use some timer interrupt for the multiplexing(like I did in the demo), you should try to port the C code to Basic, that would be the easiest way, since the code is really straight forward and commented.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Walter Flores</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-7063</link>
		<dc:creator>Walter Flores</dc:creator>
		<pubDate>Wed, 26 Aug 2009 18:28:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-7063</guid>
		<description>Hi there, my name is walter and i&#039;m working on a project that will measure the distance of an object up to 35 feet, and i was currently using a serial 7 segment display, but i would like to use 4 7 segments instad, i find it way cheaper than the serial 7 segment displays which run for about 30 - 60 dfollars, the language i&#039;m using is Bascom 8051 but i&#039;m having a little bit of trouble trying to multiplex the data into the segments, i was wondering if you could help me with this i understand exactly what i need to do the problem is that i don&#039;t know how to do it and i&#039;m not really familiar with C language, i understand that in order to display the digits i must do it one digit at a time but in a fast enough manner so that the eyes won&#039;t see any flickering that&#039;s where my problem is, i don&#039;t know how to start, please help,
Thanks.</description>
		<content:encoded><![CDATA[<p>Hi there, my name is walter and i&#8217;m working on a project that will measure the distance of an object up to 35 feet, and i was currently using a serial 7 segment display, but i would like to use 4 7 segments instad, i find it way cheaper than the serial 7 segment displays which run for about 30 &#8211; 60 dfollars, the language i&#8217;m using is Bascom 8051 but i&#8217;m having a little bit of trouble trying to multiplex the data into the segments, i was wondering if you could help me with this i understand exactly what i need to do the problem is that i don&#8217;t know how to do it and i&#8217;m not really familiar with C language, i understand that in order to display the digits i must do it one digit at a time but in a fast enough manner so that the eyes won&#8217;t see any flickering that&#8217;s where my problem is, i don&#8217;t know how to start, please help,<br />
Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-7034</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Sun, 23 Aug 2009 18:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-7034</guid>
		<description>Yup, I know what you mean now. It&#039;s an issue with the social plugin for wordpress, cause that&#039;s behind the bookmarking buttons. I&#039;ll have to wait for an update to fix it.

Until then you&#039;ll have to copy and paste the URL :)
Thanks for letting me know.</description>
		<content:encoded><![CDATA[<p>Yup, I know what you mean now. It&#8217;s an issue with the social plugin for wordpress, cause that&#8217;s behind the bookmarking buttons. I&#8217;ll have to wait for an update to fix it.</p>
<p>Until then you&#8217;ll have to copy and paste the URL <img src='http://www.youritronics.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks for letting me know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silly(c)One</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-7032</link>
		<dc:creator>Silly(c)One</dc:creator>
		<pubDate>Sun, 23 Aug 2009 12:07:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-7032</guid>
		<description>It&#039;s probably a Wordpress config mistake or something minor, I had no will to pollute your excellent tutorials ;)</description>
		<content:encoded><![CDATA[<p>It&#8217;s probably a WordPress config mistake or something minor, I had no will to pollute your excellent tutorials <img src='http://www.youritronics.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Silly(c)One</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-7031</link>
		<dc:creator>Silly(c)One</dc:creator>
		<pubDate>Sun, 23 Aug 2009 12:05:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-7031</guid>
		<description>The Google button below this sentence &quot;Do you like this article ? Bookmark it on:&quot; does not work because the URL is html encoded : &amp; are expanded to &amp; amp ; so they don&#039;t work anymore.</description>
		<content:encoded><![CDATA[<p>The Google button below this sentence &#8220;Do you like this article ? Bookmark it on:&#8221; does not work because the URL is html encoded : &amp; are expanded to &amp; amp ; so they don&#8217;t work anymore.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florin</title>
		<link>http://www.youritronics.com/seven-segment-display-explained/comment-page-1/#comment-7030</link>
		<dc:creator>Florin</dc:creator>
		<pubDate>Sun, 23 Aug 2009 11:23:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.youritronics.com/?p=2254#comment-7030</guid>
		<description>what URL&#039;s are you referring to ?</description>
		<content:encoded><![CDATA[<p>what URL&#8217;s are you referring to ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

