<?xml version="1.0" encoding="utf-8" ?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
				<channel rdf:about="http://www.8051projects.net/">
				<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>
				<dc:language>en-gb</dc:language>
				<dc:date>2008-12-01T23:34:46-08:00</dc:date>
				<dc:creator>contact@nospam.com</dc:creator>
				<admin:generatorAgent rdf:resource="http://e107.org" />
				<admin:errorReportsTo rdf:resource="mailto:contact@nospam.com" />
				<sy:updatePeriod>hourly</sy:updatePeriod>
				<sy:updateFrequency>1</sy:updateFrequency>
				<sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
				<items>
				<rdf:Seq>
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t10563.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>HiI 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.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.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 backup_of_nicro.zip micro_code_adc_lcd.zip</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>bilalshah</dc:creator>
						<dc:subject></dc:subject>
						<description>Thanks Sashji joseph and Arun!!!!!well i havnt implemented it on hardware yet and was trying to simulate on proteus.I wasnt getting anything on LCD//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.//what should i do with pin no 31 then?//in the lcd you should use a 10k pot between VCC, VSS and VEE for contrast control//Can you provide me any example of the above statement......i m confused thnxbilal</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>sashijoseph</dc:creator>
						<dc:subject></dc:subject>
						<description>Don't have proteus installed,so can't comment on your ckt.My advice would be to try and implement in hardware rather than use proteus.And when you do,remember to use pullups on port0.The code seems correct except for one small error in the convertanddisplay() routine.Here  the 3rd line should be :   x = binbyte/10;Of course this wouldn't stop from atleast junk values showing up.What error are you getting? No display?</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>Arun Kumar V</dc:creator>
						<dc:subject></dc:subject>
						<description>hello shah,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.in the lcd you should use a 10k pot between VCC, VSS and VEE for contrast controli 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 Arun</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>use ADC0808 instead in proteus, just small changes to select channel etc. you can test your code to be working or not.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>Arun Kumar V</dc:creator>
						<dc:subject></dc:subject>
						<description>Hello shah,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.what should i do with pin no 31 then?in the lcd you should use a 10k pot between VCC, VSS and VEE for contrast controlhere's how i connect a serial ADC0831, 8051,16X2  LCD in proteus :	Arun</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>Cant see anything... Please create a new thread..</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>Afnan</dc:creator>
						<dc:subject></dc:subject>
						<description>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>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>Afnan</dc:creator>
						<dc:subject></dc:subject>
						<description>Can u give the code that is being displayed in the picture of proteus</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>Afnan</dc:creator>
						<dc:subject></dc:subject>
						<description>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>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t10563.html">
						<title>Re: c51 +  adc0804 + lcd urgent help required</title>
						<link>http://www.8051projects.net/forum-t10563.html</link>
						<dc:date>2008-12-01T23:34:46-08:00</dc:date>
						<dc:creator>Ajay</dc:creator>
						<dc:subject></dc:subject>
						<description>please paste your program here..</description>
						</item>
				</rdf:RDF>