<?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>2009-01-08T12:07:17-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-t9752.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9752.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9752.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9752.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9752.html" />
						<rdf:li rdf:resource="http://www.8051projects.net/forum-t9752.html" />
				</rdf:Seq>
				</items>
				</channel>
						<item rdf:about="http://www.8051projects.net/forum-t9752.html">
						<title>help with ldr</title>
						<link>http://www.8051projects.net/forum-t9752.html</link>
						<dc:date>2009-01-08T12:07:17-08:00</dc:date>
						<dc:creator></dc:creator>
						<dc:subject></dc:subject>
						<description>i have some ldr and i want to make photo sensors with them !!! i tried to google but not found any circuit !!!i have small type ldr !!! please anybody, provide a circuit diagram with some details to use it with microcontroller(89s52)</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9752.html">
						<title>Re: help with ldr</title>
						<link>http://www.8051projects.net/forum-t9752.html</link>
						<dc:date>2009-01-08T12:07:17-08:00</dc:date>
						<dc:creator>Arun Kumar V</dc:creator>
						<dc:subject></dc:subject>
						<description>Hi,i don't know your skill level with micros but you can try reading the LDR value with ADC and micro, display  the value on lcd - simple light/lux meterArun</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9752.html">
						<title>Re: help with ldr</title>
						<link>http://www.8051projects.net/forum-t9752.html</link>
						<dc:date>2009-01-08T12:07:17-08:00</dc:date>
						<dc:creator>pdi33</dc:creator>
						<dc:subject></dc:subject>
						<description>note that an LDR responds in an extremely non-linear way to the light intensity. The resistance of a  LDR aries from a few meg-ohms in dim light to a few kilo ohms in bright light (maybe even a few ohms depending upon the light intensity and LDR used.). So I would suggest that u first connect the LDR as shown below:VCC ------   LDR  -------    1K resistor -------- GND. and plot the voltage across the !K  resistor w.r.t different light intensities on the LDR.then connect this voltage output to a ADC via  a simple non-inverting op-amp ampilifier and connect the ADC to the uC as Arun suggested.U may require to make a lookup table in the coding part to convert the readings to a LUX value.</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9752.html">
						<title>Re: help with ldr</title>
						<link>http://www.8051projects.net/forum-t9752.html</link>
						<dc:date>2009-01-08T12:07:17-08:00</dc:date>
						<dc:creator>rahuljin</dc:creator>
						<dc:subject></dc:subject>
						<description>thanks to both of u !!! i will try this</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9752.html">
						<title>Re: help with ldr</title>
						<link>http://www.8051projects.net/forum-t9752.html</link>
						<dc:date>2009-01-08T12:07:17-08:00</dc:date>
						<dc:creator>electronicfreak</dc:creator>
						<dc:subject></dc:subject>
						<description>pdi33 wrote ...note that an LDR responds in an extremely non-linear way to the light intensity. The resistance of a  LDR aries from a few meg-ohms in dim light to a few kilo ohms in bright light (maybe even a few ohms depending upon the light intensity and LDR used.). So I would suggest that u first connect the LDR as shown below:VCC ------   LDR  -------    1K resistor -------- GND. and plot the voltage across the !K  resistor w.r.t different light intensities on the LDR.then connect this voltage output to a ADC via  a simple non-inverting op-amp ampilifier and connect the ADC to the uC as Arun suggested.U may require to make a lookup table in the coding part to convert the readings to a LUX value.  can i connect directly to micro other than connecting to GND ,like thisVCC ------   LDR  -------    1K resistor -------- uC(ADC)</description>
						</item>
						<item rdf:about="http://www.8051projects.net/forum-t9752.html">
						<title>Re: help with ldr</title>
						<link>http://www.8051projects.net/forum-t9752.html</link>
						<dc:date>2009-01-08T12:07:17-08:00</dc:date>
						<dc:creator>Arun Kumar V</dc:creator>
						<dc:subject></dc:subject>
						<description>hi, No,you cannot connect LDR that way, you would be measuring Current and not Voltage.you need to connect one end of 1K resi to Gnd and connect the junction of LDR and other end of 1K resi to ADC, this way the analog voltage is referenced to Gnd.Arun</description>
						</item>
				</rdf:RDF>