<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<channel>
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>

<language>en-gb</language>
				<copyright><a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank"><img alt="Creative Commons License" width="80" height="15" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/2.5/in/80x15.png" target="_blank" /></a>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank">Creative Commons Attribution-Noncommercial 2.5 India License</a>.<a href='http://www.8051projects.net/disclaimer.htm' target='_blank' />Rickey's World Disclaimer</a></copyright>
				<managingEditor>Ajay Bhargav - contact@nospam.com</managingEditor>
				<webMaster>contact@nospam.com</webMaster>
				<pubDate>Mon, 01 Dec 2008 13:34:14 -0800</pubDate>
				<lastBuildDate>Mon, 01 Dec 2008 13:34:14 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[Hi<br />I am working on my final year project. I am using signal generator to generate a sine wave of frequency 50 hz. After this comes the ADC0804 by national semiconductors. ADC is connected to microcontroller c51 (atmel) which is connected to LCD.<br />Objective is to collect 100 samples from the ADC and display the peak value on LCD. Means adc samples the 0 to 5v sine wave (50hz) and displays the peak value on LCD.<br />I have written the code in C and tried proteus for simulation but its not working i m posting my code and cct diagram plz help me to find the bug<br /><a href='http://www.8051projects.net/e107_files/public/1215093961_8783_FT0_backup_of_nicro.zip'><img src='http://www.8051projects.net/e107_images/generic/lite/file.png' alt='' style='border:0; vertical-align:middle' /></a> <a href='http://www.8051projects.net/e107_files/public/1215093961_8783_FT0_backup_of_nicro.zip'>backup_of_nicro.zip</a><br /><a href='http://www.8051projects.net/e107_files/public/1215093961_8783_FT0_micro_code_adc_lcd.zip'><img src='http://www.8051projects.net/e107_images/generic/lite/file.png' alt='' style='border:0; vertical-align:middle' /></a> <a href='http://www.8051projects.net/e107_files/public/1215093961_8783_FT0_micro_code_adc_lcd.zip'>micro_code_adc_lcd.zip</a>]]></description>
<pubDate>Thu, 03 Jul 2008 07:06:44 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[Thanks Sashji joseph and Arun!!!!!<br />well i havnt implemented it on hardware yet and was trying to simulate on proteus.<br />I wasnt getting anything on LCD<br />//you haven't provided Vcc supply to the micro, you have used battery supply, the micro's power supply pins i,e Vcc and GND will be hidden and simulator connects them to supply while it is running.<br />//<br /><br /><br />what should i do with pin no 31 then?<br /><br /><br />//in the lcd you should use a 10k pot between VCC, VSS and VEE for contrast control<br />//<br /><br />Can you provide me any example of the above statement......i m confused <br /><br />thnx<br /><br />bilal]]></description>
<author>bilalshah&lt;ousmanshahzad@nospam.com&gt;</author>
<pubDate>Thu, 03 Jul 2008 23:57:46 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[Don't have proteus installed,so can't comment on your ckt.<br />My advice would be to try and implement in hardware rather than use proteus.And when you do,remember to use pullups on port0.<br />The code seems correct except for one small error in the convertanddisplay() routine.<br />Here  the 3rd line should be :   x = binbyte/10;<br />Of course this wouldn't stop from atleast junk values showing up.<br /><br />What error are you getting? No display?]]></description>
<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
<pubDate>Thu, 03 Jul 2008 09:07:56 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[hello shah,<br /><br />you haven't provided Vcc supply to the micro, you have used battery supply, the micro's power supply pins i,e Vcc and GND will be hidden and simulator connects them to supply while it is running.<br /><br />in the lcd you should use a 10k pot between VCC, VSS and VEE for contrast control<br /><br />i doubt VSM simulator model for ADC0804( i,e  DLL file ) is not available in proteus there's only schematic model, so i guess you cannot simulate this ADC <br /><br /><br />Arun<br />]]></description>
<author>Arun Kumar V&lt;nura1002003@nospam.com&gt;</author>
<pubDate>Thu, 03 Jul 2008 18:24:12 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[use ADC0808 instead in proteus, just small changes to select channel etc. you can test your code to be working or not.]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Thu, 03 Jul 2008 23:09:34 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[Hello shah,<br /><br /><div class='indent'>you haven't provided Vcc supply to the micro, you have used battery supply, the micro's power supply pins i,e Vcc and GND will be hidden and simulator connects them to supply while it is running.</div><br /><br /><br /><div class='indent'>what should i do with pin no 31 then?</div><br /><br /><br /><div class='indent'>in the lcd you should use a 10k pot between VCC, VSS and VEE for contrast control</div><br /><br /><br />here's how i connect a serial ADC0831, 8051,16X2  LCD in proteus :<br /><br /><br /><br /><a class='bbcode' href='http://www.8051projects.net/e107_files/public/1215680190_426_FT10563_serial_adc.jpg' rel='external'  target='_blank'><img src='http://www.8051projects.net/e107_files/public/1215680190_426_FT10563_serial_adc_.jpg' class='bbcode' alt='' width='500' height='295'  />	</a><br /><br /><br /><br /><br />Arun]]></description>
<author>Arun Kumar V&lt;nura1002003@nospam.com&gt;</author>
<pubDate>Thu, 10 Jul 2008 01:58:23 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[Cant see anything... Please create a new thread..]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Sat, 29 Nov 2008 00:32:58 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[SIR I AM NEW TO THIS WEB BUT I HAVE BEEN WORKING ON BIOMEDICAL PREOJCT>NOW I WANT TO WORK ON BLOODPRESSURE MNONITOR FOR that i have to use ADC0831.Isthis code is ok .nd i would like to get help so please help.]]></description>
<author>Afnan&lt;afnan_decent@nospam.com&gt;</author>
<pubDate>Fri, 28 Nov 2008 20:45:13 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[Can u give the code that is being displayed in the picture of proteus]]></description>
<author>Afnan&lt;afnan_decent@nospam.com&gt;</author>
<pubDate>Fri, 28 Nov 2008 20:51:22 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
						<item>
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
<link>http://www.8051projects.net/forum-t10563.html</link>
<description><![CDATA[Sir arun i need the code that is being displayed in above picture.i am unable to write the code to interface adc0831 in c.my code dislays only 0 and 1 when ever the pot connected to V(+) is varied]]></description>
<author>Afnan&lt;afnan_decent@nospam.com&gt;</author>
<pubDate>Sun, 30 Nov 2008 23:02:33 -0800</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t10563.html</guid>
</item>
				</channel>
				</rss>