New Design of Illumination Sensor with Interface Circuit

Size: px
Start display at page:

Download "New Design of Illumination Sensor with Interface Circuit"

Transcription

1 New Design of Illumination Sensor with Interface Circuit Ayman A. Aly 1,2 Abstract Light-emitting diode (LED) is a semiconductor device that gives off visible light when forward biased [1-3]. Similarly to solar cell, LEDs are photovoltaic, when exposed to sunlight it creates voltage. Based on this property, an inexpensive, simple and user friendly design of new sensor is proposed, the proposed sensor design can be used in different applications, including as light sensor, sun-perpendicularity sensor, the proposed design is developed such that the sensor can be interfaced with Microcontroller, PLC (as control unit), or without the use of control unit, with other electronic/electric interfaces (Relay/transistor) for load activation. Index Terms Illumination Sensor; Interface Circuit; Proteus. I. INTRODUCTION Light sensors find their way into a host of interesting applications. For instance, a light sensor in a camera measures the amount of light that the film will be exposed to. Once the amount of light is known, the proper lens aperture can be calculated to make sure that the picture is taken with the proper amount of exposure. In a smoke detector, a light sensor can be used to measure the amount of light transmitted by a known light source, such as an LED, through the air inside the sensor assembly. When the air becomes smoky, the amount of light received by the sensor changes. If the amount of light change goes above a preset threshold, then more than likely something nearby is burning, and a horn is activated to indicate there s a fire in the building. There are many other applications for light sensors, such as flame detectors, security systems, lighting control, robotics, etc. In these applications, many of us think that since the sensor produces an analog output, interfacing this type of 1 Mechatronics Track, Mechanical Engineering dept., College of Engineering, Taif University, P. N. 888, Taif, Saudi Arabia, 2 Mechatronics Section, Mechanical Engineering dept., Faculty of Engineering, Assiut University, P. N , Assiut, Egypt, sensor to a microcontroller will require a conventional analog-to-digital converter. Actually, though, by using just a few discrete components, interfacing a light sensor to an A/D-less microcontroller is very simple. Photodiodes and phototransistors are two of the most popular and lowcost light sensors. These devices are readily available in the $1 range. Both devices produce current outputs as a function of light intensity. The operating range of such devices varies depending on the manufacturer. Many of these sensors are equipped with builtin lenses tuned to particular wavelengths, so they re most effective for detecting or measuring light with those wavelengths. To get the best performance, the voltage across the sensor must be held constant during measurement. Ambient light sensors are included in many laptops and cell phones to sense the environment lighting conditions, allowing for adjustment of the screen's backlight to comfortable levels for the viewer. The range of "comfortable levels" is dependent on the room's light. Understandably, a screen's brightness needs to increase as the ambient light increases. What is less obvious is the need to decrease the brightness in lower light conditions-for comfortable viewing and to save battery life. In a cell phone, the ambient light sensor are located under a protective cover glass. Because of this protection, most of the ambient light is obstructed. The obstruction reduces the amount of light to be measured, requiring a solution with lowlight accuracy. For the accuracy needed in low-light conditions, the best sensor choice is the integrated photodiode with an ADC. Note that the inclusion of a highpass filter can minimize power supply noise from coupling into the backlight illumination. A few research works have been carried out on the effect of solar radiation on light-emitting diodes [3-4]. Here we are most interested in 5mm Gallium (III) phosphide (GaP) green Light-emitting diode (GaP Green LED). To carry out experimental tests, the proposed sensor design were built as shown in Figure 1(a)(b), the functional diagram is shown in Figure 2. testing in different sunlight and ambient conditions. Mulimeter were used to measure the values of generated output voltage. 9

2 )a) (b( Figure 1(a)(b) LED circuit for experimental testing/ measuring output generated voltage (Microcontroller/ PLC) or to interface (Relay/transistor) circuit that will activate (AC or DC) load To increase the value of generated voltage, and to result in more precise output voltage values (readings) for different ambient conditions, a series arrangement of three Green LEDs is applied, the circuit is shown in Figure 3(b). Three LEDs will result in approximately 5V that can be used to activate Transistor/relay switching, more than three LEDs or LED The physical implementation of the proposed sensor design with three LEDs, transistor and relay is shown in Figure 4. Physical interfacing of the proposed sensor with control unit (Microcontroller, PLC), or with interface circuits are shown in Figure 5. Sun light LEDs LED(s) Generated Voltage Analog voltage signal [0-1.74] VDC Figure 2: The functional diagram Vout (a) 1 LED P-transistor Relay To Mu II. EXPERIMENTAL SETUP Experimenting with transparent GaP Green LEDs, for photo-generated voltage and current,, showed that, when it is exposed to sunlight in different ambient conditions different voltage values are generated across LED's two leads (anode (+) and cathode (-)), as described next: 1) In shiny day (no clouds/dust), when the sun is at perpendicular position to the top the green LED, it generates output voltage approximately between 1.65V V 2) in shiny day (no clouds/dust), when the sun is not at perpendicular position, LED generates output voltage around 1.55 V 3) In cloudy day, it generates around 1.43V 4) inside (lighted) room, LED generates around 0.4 V Vout 3 LEDs P-transistor Relay To Mu Based on those characteristic and values of generated output voltage, the preliminary sensor design, were developed, in such way shown in Figure 3(a), where it can be interfaced to control-unit (Microcontroller/ PLC) or to interface (Relay/transistor) circuit. The values of generated output voltage are used as input signal to control-unit (b) 3 LEDs Figure 3(a)(b) Preliminary 1 and 3 LEDs Sensor designs 10

3 III. ELECTRONICS SIMULATION To test the correctness of design, control algorithm (code) and electronic components compatibility, electronic simulation model of the proposed sensor design using Proteus software environment is developed (shown in Figure 6 ). Variable resistor is used as variable analog signal source to replace the input signal of the sensor. As an output load both electric motor and lamp are used. IV. MICROCONTROLLER BASED ALGORITHM IN MICRO C PRO LED Wire with Vout Relay (on back side) Transistor To read the output analog value of proposed sensor generated voltage, the next code can be used to activate and deactivate two actuators (Motor-Lamp) based on the value of generated voltage ( corresponding to sunlight angle fallen on LEDs), similar code can be used to control the suntracker to point the solar panel in perpendicular position to sun light. Figure 4. The physical implementation of the proposed sensor design with interfaces unsigned LED; Vout Figure 5: physical interfacing of the proposed sensor with/without control unit 11

4 void main( ) { Ansel=0x04; trisa=0xff; TRISD=0; PORTD=1; TRISB=0; while(1( { PORTB.2=0; //Lamp is ON if (LED<10); PORTB.1=0; //actuator is Off } } Figure 6 Electronic simulation using Proteus software environment LED=ADC_Read(2);// generated voltage of LED is connected to pin2, converted to digital value Vout=LED>>2; if Vout >=25 ;// if the generated voltage greater than 1.6V PORTB.1=1; // actuator connected to pin B is turned ON if (LED<25)&( LED>13); // if the generated voltage between 1,4 and 1,5 V. POTENTIAL APPLICATIONS OF THE PROPOSED SENSOR 1) Light sensor; ( Day/---/night) 2) Sun perpendicularity (Yes/No) to solar panel in sun tracking systems. 12

5 3) Intensity of sun irradiant sensor; the output voltage of sensor, is proportional to sunlight intensity, therefore, a rage of sensor outputs based on input intensity, for specific location, can be done. 4) Security systems; motion detection Table 1. Cost estimation N0. Item Quantity Market Unit price (S.R.) Total 1) I. LED - BASIC GREEN 3MM ) P-Transistor IRL ) 5VDC Relay ) Connecting wires (20cm) 5) Proper housing 1 5* 5 The unit price, based on local market unit prices, is approximately 25 S.R. REFERENCES [1] Ezeonu Stella O., Okonkwo Godfrey N., & Nweze Christian I, ''investigating the photovoltaic behaviour of light-emitting diode (LED)'', IJRRAS 15 (3), June (2013) [2] V.K. Mehta, R. Mehta. Principles of Electronics, S.Chand & Company Ltd, India, (1980). [3] T.L. Floyd. Electronic Devices, Pearson Education Inc, India. 135, (2002). [4] Red Rock Energy Electronic projects LED1LED sensor Relay Tracker Schematic, (2009). 13

Unit 2 Semiconductor Devices. Lecture_2.5 Opto-Electronic Devices

Unit 2 Semiconductor Devices. Lecture_2.5 Opto-Electronic Devices Unit 2 Semiconductor Devices Lecture_2.5 Opto-Electronic Devices Opto-electronics Opto-electronics is the study and application of electronic devices that interact with light. Electronics (electrons) Optics

More information

LAB PROJECT 2. Lab Exercise

LAB PROJECT 2. Lab Exercise LAB PROJECT 2 Objective Investigate photoresistors, infrared light emitting diodes (IRLED), phototransistors, and fiber optic cable. Type a semi-formal lab report as described in the lab manual. Use tables

More information

Figure 2d. Optical Through-the-Air Communications Handbook -David A. Johnson,

Figure 2d. Optical Through-the-Air Communications Handbook -David A. Johnson, onto the detector. The stray light competes with the modulated light from the distant transmitter. If the environmental light is sufficiently strong it can interfere with light from the light transmitter.

More information

Lab VIII Photodetectors ECE 476

Lab VIII Photodetectors ECE 476 Lab VIII Photodetectors ECE 476 I. Purpose The electrical and optical properties of various photodetectors will be investigated. II. Background Photodiode A photodiode is a standard diode packaged so that

More information

Heat Collection Tracker System for Solar Thermal Applications

Heat Collection Tracker System for Solar Thermal Applications Heat Collection Tracker System for Solar Thermal Applications Abdelrasoul jabar Alzubaidi1, 1 Sudan university of science and technology- Engineering Collage-School of electronics- Khartoum- Sudan. rasoul46@live.com

More information

Class #9: Experiment Diodes Part II: LEDs

Class #9: Experiment Diodes Part II: LEDs Class #9: Experiment Diodes Part II: LEDs Purpose: The objective of this experiment is to become familiar with the properties and uses of LEDs, particularly as a communication device. This is a continuation

More information

New Approach on Development a Dual Axis Solar Tracking Prototype

New Approach on Development a Dual Axis Solar Tracking Prototype Wireless Engineering and Technology, 2016, 7, 1-11 Published Online January 2016 in SciRes. http://www.scirp.org/journal/wet http://dx.doi.org/10.4236/wet.2016.71001 New Approach on Development a Dual

More information

Light Emitting Diodes

Light Emitting Diodes Light Emitting Diodes Topics covered in this presentation: LED operation LED Characteristics Display devices Protection and limiting 1 of 9 Light Emitting Diode - LED A special type of diode is the Light

More information

ECE U401/U211-Introduction to Electrical Engineering Lab. Lab 4

ECE U401/U211-Introduction to Electrical Engineering Lab. Lab 4 ECE U401/U211-Introduction to Electrical Engineering Lab Lab 4 Preliminary IR Transmitter/Receiver Development Introduction: In this lab you will design and prototype a simple infrared transmitter and

More information

08-2 EE 4770 Lecture Transparency. Formatted 16:41, 12 February 1998 from lsli Steradian. Example

08-2 EE 4770 Lecture Transparency. Formatted 16:41, 12 February 1998 from lsli Steradian. Example 08-1 08-1 Light Definition: wave or particle of electromagnetic energy. Consider photon character of electromagnetic energy. Photon energy, E = ch λ, where c =.9979458 10 9 m s, h =6.660755 10 34 Js, and

More information

(B) The simplest way to measure the light intensity is using a photodiode in the photoconductive mode:

(B) The simplest way to measure the light intensity is using a photodiode in the photoconductive mode: PHY226 Electronics Final Preparation 1. Optoelectronics: LEDs and photodiodes (A) LEDs and photodiodes are essentially semi conductor diodes which can interact with electromagnetic waves. Explain why in

More information

Final Project: FEDX X-ray Radiation Detector

Final Project: FEDX X-ray Radiation Detector Final Project: FEDX X-ray Radiation Detector Keita Todoroki Keita Fukushima December 12, 2011 Introduction The application of radiation detectors has played an important role in physical science, especially

More information

DIGITAL LASER DISTANCE METER

DIGITAL LASER DISTANCE METER DIGITAL LASER DISTANCE METER LD05-A10GF with glass-fiber coupled remote optical head The RIEGL LD05-A10GF is a multi-purpose laser distance meter based on precise timeof-flight laser range measurement

More information

[MILLIMETERS] INCHES DIMENSIONS ARE IN:

[MILLIMETERS] INCHES DIMENSIONS ARE IN: Features: Wide acceptance angle, 00 Fast response time Linear response vs Irradiance Plastic leadless chip carrier (PLCC-) Low Capacitance Top Sensing Area Tape and reel packaging Moisture Sensitivity

More information

(PT-3528) Chip Ambient Light Sensor, RoHS Compliant. Token Electronics Industry Co., Ltd. Version: July 26, Web:

(PT-3528) Chip Ambient Light Sensor, RoHS Compliant. Token Electronics Industry Co., Ltd. Version: July 26, Web: Version: July 26, 2017 (PT-3528) Chip Ambient Light Sensor, RoHS Compliant Token Electronics Industry Co., Ltd. Web: www.token.com.tw Email: rfq@token.com.tw Taiwan: No.137, Sec. 1, Zhongxing Rd., Wugu

More information

Control System for Lamp Luminosity. Ian Johnson, Tyler McCracken, Scott Freund EE 554 November 29, 2010

Control System for Lamp Luminosity. Ian Johnson, Tyler McCracken, Scott Freund EE 554 November 29, 2010 Control System for Lamp Luminosity Ian Johnson, Tyler McCracken, Scott Freund EE 554 November 29, 2010 Table of Contents Abstract...ii Introduction...1 Procedure...1 Results/Discussion...3 Conclusion...4

More information

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif

Introduction. ELCT903, Sensor Technology Electronics and Electrical Engineering Department 1. Dr.-Eng. Hisham El-Sherif Introduction In automation industry every mechatronic system has some sensors to measure the status of the process variables. The analogy between the human controlled system and a computer controlled system

More information

Lab 2: Blinkie Lab. Objectives. Materials. Theory

Lab 2: Blinkie Lab. Objectives. Materials. Theory Lab 2: Blinkie Lab Objectives This lab introduces the Arduino Uno as students will need to use the Arduino to control their final robot. Students will build a basic circuit on their prototyping board and

More information

Shock Sensor Module This module is digital shock sensor. It will output a high level signal when it detects a shock event.

Shock Sensor Module This module is digital shock sensor. It will output a high level signal when it detects a shock event. Item Picture Description KY001: Temperature This module measures the temperature and reports it through the 1-wire bus digitally to the Arduino. DS18B20 (https://s3.amazonaws.com/linksprite/arduino_kits/advanced_sensors_kit/ds18b20.pdf)

More information

COTS ADAPTABLE MODULE FOR ATTITUDE DETERMINATION IN CUBESATS

COTS ADAPTABLE MODULE FOR ATTITUDE DETERMINATION IN CUBESATS COTS ADAPTABLE MODULE FOR ATTITUDE DETERMINATION IN CUBESATS Tristan C. J. E. Martinez College of Engineering University of Hawai i at Mānoa Honolulu, HI 96822 ABSTRACT The goal of this research proposal

More information

Trans-African Hydro-Meteorological Observatory

Trans-African Hydro-Meteorological Observatory Trans-African Hydro-Meteorological Observatory Sensor Design Competition A design by: 1. Kolyanga Emmanuel Email: emmakoly@gmail.com 2. Wogisha Benjamin Email: wogisha@gmail.com Executive Summary Proposal

More information

Lecture 8 Optical Sensing. ECE 5900/6900 Fundamentals of Sensor Design

Lecture 8 Optical Sensing. ECE 5900/6900 Fundamentals of Sensor Design ECE 5900/6900: Fundamentals of Sensor Design Lecture 8 Optical Sensing 1 Optical Sensing Q: What are we measuring? A: Electromagnetic radiation labeled as Ultraviolet (UV), visible, or near,mid-, far-infrared

More information

Ambient Light Sensors General Application Note

Ambient Light Sensors General Application Note Ambient Light Sensors General Application Note Abstract This application note introduces ambient light sensing on a general level. The different types of ambient light sensors are described and related

More information

Visible Light Detector B datasheet - 150mm wafers

Visible Light Detector B datasheet - 150mm wafers datasheet 150mm wafers Over 200 million die shipped per year DESCRIPTION The is a low cost visible light sensor, with a current output which is directly proportional to the light level. It has a built

More information

Weekly report: January 25 February 01, 2018

Weekly report: January 25 February 01, 2018 Weekly report: January 25 February 01, 2018 Ju Wang January 31, 2018 1 Summary for Last Week In the past week, I did the following tasks: I have finished the RFID system configuration. Now, we can get

More information

Optical Through-the-Air Communications Handbook -David A. Johnson, Figure 6p

Optical Through-the-Air Communications Handbook -David A. Johnson, Figure 6p Optical Through-the-Air Communications Handbook -David A. Johnson, Figure 6p Optical Through-the-Air Communications Handbook -David A. Johnson, Figure 6o Optical Through-the-Air Communications Handbook

More information

DESIGN OF AN ANALOG FIBER OPTIC TRANSMISSION SYSTEM

DESIGN OF AN ANALOG FIBER OPTIC TRANSMISSION SYSTEM DESIGN OF AN ANALOG FIBER OPTIC TRANSMISSION SYSTEM OBJECTIVE To design and build a complete analog fiber optic transmission system, using light emitting diodes and photodiodes. INTRODUCTION A fiber optic

More information

DESIGNING SUSTAINABLE HYBRID HIGH-BRIGHTNESS LED ILLUMINATION SYSTEMS 29

DESIGNING SUSTAINABLE HYBRID HIGH-BRIGHTNESS LED ILLUMINATION SYSTEMS 29 DESIGNING SUSTAINABLE HYBRID HIGH-BRIGHTNESS LED ILLUMINATION SYSTEMS Akram A. Abu-aisheh, University of Hartford, West Harford Abstract In this paper, the author presents a road map for the design and

More information

Farr High School HIGHER PHYSICS. Unit 3 Electricity. Exam Question Booklet

Farr High School HIGHER PHYSICS. Unit 3 Electricity. Exam Question Booklet Farr High School HIGHER PHYSICS Unit 3 Electricity Exam Question Booklet 1 2 MULTIPLE CHOICE QUESTIONS 1. 3. 2. 4. 3 5. 6. 7. 4 8. 9. 5 10. 11. 6 12. 13. 14. 7 15. 16. 17. 8 18. 20. 21. 19. 9 MONITORING

More information

Designing VCNL4000 into an Application

Designing VCNL4000 into an Application VISHAY SEMICONDUCTORS Optoelectronics Application Note INTRODUCTION The VCNL4000 is a proximity sensor with an integrated ambient light sensor. It is the industry s first optical sensor to combine an infrared

More information

A rad-hard 8-channel 12-bit resolution ADC for slow control applications in the LHC environment

A rad-hard 8-channel 12-bit resolution ADC for slow control applications in the LHC environment A rad-hard 8-channel 12-bit resolution ADC for slow control applications in the LHC environment G. Magazzù 1,A.Marchioro 2,P.Moreira 2 1 INFN-PISA, Via Livornese 1291 56018 S.Piero a Grado (Pisa), Italy

More information

SME/SMD Series. Infrared Components Ceramic Discrete Surface Mount Emitters and Detectors. Honeywell Sensing and Control

SME/SMD Series. Infrared Components Ceramic Discrete Surface Mount Emitters and Detectors. Honeywell Sensing and Control Emitters and Detectors FEATURES Small package size Glass lensed optics for efficient optical coupling Upright or inverted mounting capability Low profile, small size for flexible layout of multiple channels

More information

Electronic Components

Electronic Components Electronic Components Arduino Uno Arduino Uno is a microcontroller (a simple computer), it has no way to interact. Building circuits and interface is necessary. Battery Snap Battery Snap is used to connect

More information

Proximity Sensor SFH 7741 Application note

Proximity Sensor SFH 7741 Application note Proximity Sensor SFH 7741 Application note 1. Introduction The SFH 7741 is a very small reflective optical sensor for short distances with digital output. With dimensions of only 3.7x3.7x1mm 3, and surface-mount

More information

Embedded systems. Exercise session 1. Introduction and project presentation

Embedded systems. Exercise session 1. Introduction and project presentation Embedded systems Exercise session 1 Introduction and project presentation Introduction Contact Mail : michael.fonder@ulg.ac.be Office : 1.82a, Montefiore Website for the exercise sessions and the project

More information

Real Analog - Circuits 1 Chapter 1: Lab Projects

Real Analog - Circuits 1 Chapter 1: Lab Projects Real Analog Circuits 1 Chapter 1: Lab Projects 1.4.1: DusktoDawn Light Overview: In this lab, we will create our first circuit which appears to do something which is readily perceivable without instrumentation.

More information

Analysis of Visible Light Communication Using Wireless Technology

Analysis of Visible Light Communication Using Wireless Technology Analysis of Visible Light Communication Using Wireless Technology P. Krishna Chaitanya M. E. (Radar and Microwave Engineering) Andhra University Vishakhapatnam, Andhra Pradesh Venkata Sujit Electronics

More information

PRODUCT DATA SHEET. Quality control in food, chemicals, and textile industry Compatible with DDC-3 and ILD L Dimmers

PRODUCT DATA SHEET. Quality control in food, chemicals, and textile industry Compatible with DDC-3 and ILD L Dimmers Using Metaphase s proprietary optics, the works like a traditional line light but can project its light at a lower divergence angle. This helps keep a tight, structured beam of light at longer working

More information

Made of semiconducting materials: silicon, gallium arsenide, indium phosphide, gallium nitride, etc. (EE 332 stuff.)

Made of semiconducting materials: silicon, gallium arsenide, indium phosphide, gallium nitride, etc. (EE 332 stuff.) Diodes Simple two-terminal electronic devices. Made of semiconducting materials: silicon, gallium arsenide, indium phosphide, gallium nitride, etc. (EE 332 stuff.) Semiconductors are interesting because

More information

Physics 4C Chabot College Scott Hildreth

Physics 4C Chabot College Scott Hildreth Physics 4C Chabot College Scott Hildreth The Inverse Square Law for Light Intensity vs. Distance Using Microwaves Experiment Goals: Experimentally test the inverse square law for light using Microwaves.

More information

VISUAL STUDIES OF TRANSPARENT PV - ELEMENTS

VISUAL STUDIES OF TRANSPARENT PV - ELEMENTS VISUAL STUDIES OF TRANSPARENT PV - ELEMENTS Anne Gunnarshaug Lien SINTEF Civil and Environmental Engineering, N-74XX Trondheim, Norway, Tel. No. +47 73 59 26 21, Fax No. +47 73 59 82 85, E-mail Anne.G.Lien@civil.sintef.no

More information

Visible Light Detector with Analog and Digital Outputs

Visible Light Detector with Analog and Digital Outputs DESCRIPTION The is a low cost 4pin visible light sensor, with a current output which is directly proportional to the light level. It has a built in optical filter to provide a response which is close to

More information

Electronic Systems - B1 23/04/ /04/ SisElnB DDC. Chapter 2

Electronic Systems - B1 23/04/ /04/ SisElnB DDC. Chapter 2 Politecnico di Torino - ICT school Goup B - goals ELECTRONIC SYSTEMS B INFORMATION PROCESSING B.1 Systems, sensors, and actuators» System block diagram» Analog and digital signals» Examples of sensors»

More information

ELECTRONIC SYSTEMS. Introduction. B1 - Sensors and actuators. Introduction

ELECTRONIC SYSTEMS. Introduction. B1 - Sensors and actuators. Introduction Politecnico di Torino - ICT school Goup B - goals ELECTRONIC SYSTEMS B INFORMATION PROCESSING B.1 Systems, sensors, and actuators» System block diagram» Analog and digital signals» Examples of sensors»

More information

Smart Street Light System using Embedded System

Smart Street Light System using Embedded System Smart Street Light System using Embedded System Yash Chaurasia yash10chaurasia@gmail.com Shailendra Somani Shailendra.somani13@vit.edu Siddhesh Bangade Siddhesh.bangade13@vit.edu Ajay Kumar VITPune, Ajaykumark426@gmail.com

More information

Sensing. Autonomous systems. Properties. Classification. Key requirement of autonomous systems. An AS should be connected to the outside world.

Sensing. Autonomous systems. Properties. Classification. Key requirement of autonomous systems. An AS should be connected to the outside world. Sensing Key requirement of autonomous systems. An AS should be connected to the outside world. Autonomous systems Convert a physical value to an electrical value. From temperature, humidity, light, to

More information

Light Intensity and Power Meter Based On LDR and Microcontroller

Light Intensity and Power Meter Based On LDR and Microcontroller Light Intensity and Power Meter Based On LDR and Microcontroller Sheikh Mohammad Nafees, Purnomo Sidi Priambodo Dept. of Electrical Engineering, Faculty of Engineering, Universitas Indonesia Depok Campus,

More information

PRODUCT DATA SHEET. Quality control in food, chemicals, and textile industry Intensity Control

PRODUCT DATA SHEET. Quality control in food, chemicals, and textile industry Intensity Control The MetaBright TM is another product in the Metaphase family of LED lights for line scan. Its narrow, structured beam delivers high intensity and concentrated light for a narrow field of view. The high

More information

Onwards and Upwards, Your near space guide

Onwards and Upwards, Your near space guide The NearSys One-Channel LED Photometer is based on Forest Mims 1992 article (Sun Photometer with Light-emitting Diodes as Spectrally selective Filters) about using LEDs as a narrow band photometer. The

More information

Basic Microprocessor Interfacing Trainer Lab Manual

Basic Microprocessor Interfacing Trainer Lab Manual Basic Microprocessor Interfacing Trainer Lab Manual Control Inputs Microprocessor Data Inputs ff Control Unit '0' Datapath MUX Nextstate Logic State Memory Register Output Logic Control Signals ALU ff

More information

Radiometric and Photometric Measurements with TAOS PhotoSensors

Radiometric and Photometric Measurements with TAOS PhotoSensors INTELLIGENT OPTO SENSOR DESIGNER S NUMBER 21 NOTEBOOK Radiometric and Photometric Measurements with TAOS PhotoSensors contributed by Todd Bishop March 12, 2007 ABSTRACT Light Sensing applications use two

More information

Visible Light Detector B

Visible Light Detector B Over 150 million die shipped per year DESCRIPTION The is a low cost visible light sensor, with a current output which is directly proportional to the light level. It has a built in optical filter to provide

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 1

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  1 Biomimetic Based Interactive Master Slave Robots T.Anushalalitha 1, Anupa.N 2, Jahnavi.B 3, Keerthana.K 4, Shridevi.S.C 5 Dept. of Telecommunication, BMSCE Bangalore, India. Abstract The system involves

More information

In the name of God, the most merciful Electromagnetic Radiation Measurement

In the name of God, the most merciful Electromagnetic Radiation Measurement In the name of God, the most merciful Electromagnetic Radiation Measurement In these slides, many figures have been taken from the Internet during my search in Google. Due to the lack of space and diversity

More information

Electronics, Sensors, and Actuators

Electronics, Sensors, and Actuators Electronics, Sensors, and Actuators 4/14/15 David Flicker BE107 Overview Basic electronics and components Sensors Actuators Electronics 101 Voltage, V, is fundamentally how much energy is gained or lost

More information

Technical Guide for Radio-Controlled Advanced Wireless Lighting

Technical Guide for Radio-Controlled Advanced Wireless Lighting Technical Guide for Radio-Controlled Advanced Wireless Lighting En Table of Contents An Introduction to Radio AWL 1 When to Use Radio AWL... 2 Benefits of Radio AWL 5 Compact Equipment... 5 Flexible Lighting...

More information

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor

Solar Mobius Final Report. Team 1821 Members: Advisor. Sponsor Senior Design II ECE 4902 Spring 2018 Solar Mobius Final Report Team 1821 Members: James Fisher (CMPE) David Pettibone (EE) George Oppong (EE) Advisor Professor Ali Bazzi Sponsor University of Connecticut

More information

Introduction to Arduino HW Labs

Introduction to Arduino HW Labs Introduction to Arduino HW Labs In the next six lab sessions, you ll attach sensors and actuators to your Arduino processor This session provides an overview for the devices LED indicators Text/Sound Output

More information

1-Wire Addressable Digital Instruments. for Environmental Monitoring

1-Wire Addressable Digital Instruments. for Environmental Monitoring 1-Wire Addressable Digital Instruments for Environmental Monitoring Several 1-Wire analog-to-digital converters (ADCs) have recently been introduced that make it possible to measure a wide range of environmental

More information

Ultrasonic. Advantages

Ultrasonic. Advantages Ultrasonic Advantages Non-Contact: Nothing touches the target object Measures Distance: The distance to the target is measured, not just its presence Long and Short Range: Objects can be sensed from 2

More information

I. INTRODUCTION MAIN BLOCKS OF ROBOT

I. INTRODUCTION MAIN BLOCKS OF ROBOT Stair-Climbing Robot for Rescue Applications Prof. Pragati.D.Pawar 1, Prof. Ragini.D.Patmase 2, Mr. Swapnil.A.Kondekar 3, Mr. Nikhil.D.Andhare 4 1,2 Department of EXTC, 3,4 Final year EXTC, J.D.I.E.T Yavatmal,Maharashtra,

More information

USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE

USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE USER MANUAL FOR THE LM2901 QUAD VOLTAGE COMPARATOR FUNCTIONAL MODULE LM2901 Quad Voltage Comparator 1 5/18/04 TABLE OF CONTENTS 1. Index of Figures....3 2. Index of Tables. 3 3. Introduction.. 4-5 4. Theory

More information

Measurement Guide. Solarzentrum Stuttgart GmbH Rotebühlstr. 145, Stuttgart

Measurement Guide. Solarzentrum Stuttgart GmbH Rotebühlstr. 145, Stuttgart Solarzentrum Stuttgart GmbH Rotebühlstr. 145, 70197 Stuttgart www.solarzentrum-stuttgart.com Tel.: +49 (0) 711 31589433 Fax.: +49 (0) 711 31589435 Table of Contents Table of Contents... 1 1 Quick Facts...

More information

Choosing and Using Photo Sensors

Choosing and Using Photo Sensors Part II Choosing and Using Photo Sensors Selection of the right photo sensor is the first step towards designing an optimal sensor-based system. The second step, and indeed a very important one, is the

More information

UX-CLL (UG-CLL, UC-CLL)

UX-CLL (UG-CLL, UC-CLL) Using Metaphase s proprietary optics, the UX-Collimated works like a traditional line light but can project its light at a lower divergence angle. This helps keep a tight, structured beam of light at longer

More information

Laser Beam Analysis Using Image Processing

Laser Beam Analysis Using Image Processing Journal of Computer Science 2 (): 09-3, 2006 ISSN 549-3636 Science Publications, 2006 Laser Beam Analysis Using Image Processing Yas A. Alsultanny Computer Science Department, Amman Arab University for

More information

I D = I so e I. where: = constant T = junction temperature [K] I so = inverse saturating current I = photovoltaic current

I D = I so e I. where: = constant T = junction temperature [K] I so = inverse saturating current I = photovoltaic current H7. Photovoltaics: Solar Power I. INTRODUCTION The sun is practically an endless source of energy. Most of the energy used in the history of mankind originated from the sun (coal, petroleum, etc.). The

More information

Sensors. CS Embedded Systems p. 1/1

Sensors. CS Embedded Systems p. 1/1 CS 445 - Embedded Systems p. 1/1 Sensors A device that provides measurements of a physical process. Many sensors are transducers, devices that convert energy from one form to another. Examples: Pressure

More information

Chapter 3 OPTICAL SOURCES AND DETECTORS

Chapter 3 OPTICAL SOURCES AND DETECTORS Chapter 3 OPTICAL SOURCES AND DETECTORS 3. Optical sources and Detectors 3.1 Introduction: The success of light wave communications and optical fiber sensors is due to the result of two technological breakthroughs.

More information

Improved Radiometry for LED Arrays

Improved Radiometry for LED Arrays RadTech Europe 2017 Prague, Czech Republic Oct. 18, 2017 Improved Radiometry for LED Arrays Dr. Robin E. Wright 3M Corporate Research Process Laboratory, retired 3M 2017 All Rights Reserved. 1 Personal

More information

IS-3000 SERIES INFRARED SCANNER

IS-3000 SERIES INFRARED SCANNER IS-3000 SERIES INFRARED SCANNER NON-CONTACT, RELIABLE, PRECISE, LONG RANGE POSITIONING FOR HOT OR COLD PRODUCTS FEATURES ANALOG AND DIGITAL OUTPUTS INDICATIVE OF TARGET POSITION, WIDTH AND TEMPERATURE

More information

Putting It All Together: Computer Architecture and the Digital Camera

Putting It All Together: Computer Architecture and the Digital Camera 461 Putting It All Together: Computer Architecture and the Digital Camera This book covers many topics in circuit analysis and design, so it is only natural to wonder how they all fit together and how

More information

Radiation Hardened RF Transceiver For In-Containment Environment Applications Using Commercial Off the Shelf Components

Radiation Hardened RF Transceiver For In-Containment Environment Applications Using Commercial Off the Shelf Components Radiation Hardened RF Transceiver For In-Containment Environment Applications Using Commercial Off the Shelf Components Shawn C. Stafford, Jorge V. Carvajal, Jonathan E. Baisch Westinghouse Electric Company

More information

Infrared Communications Lab

Infrared Communications Lab Infrared Communications Lab This lab assignment assumes that the student knows about: Ohm s Law oltage, Current and Resistance Operational Amplifiers (See Appendix I) The first part of the lab is to develop

More information

REFLECTIVE PHOTOSENSOR CIRCUIT MODULE KIT ASSEMBLY GUIDE

REFLECTIVE PHOTOSENSOR CIRCUIT MODULE KIT ASSEMBLY GUIDE Pages from Reflective Photosensor Circuit Module Kit Assembly Guide: REFLECTIVE PHOTOSENSOR CIRCUIT MODULE KIT Introduction: ASSEMBLY GUIDE The Reflective Photosensor Circuit Module is a compact 1.6" by

More information

Bend Sensor Technology Electronic Interface Design Guide

Bend Sensor Technology Electronic Interface Design Guide Technology Electronic Interface Design Guide Copyright 2015 Flexpoint Sensor Systems Page 1 of 15 www.flexpoint.com Contents Page Description.... 3 Voltage Divider... 4 Adjustable Buffers.. 5 LED Display

More information

Lab 15: Lock in amplifier (Version 1.4)

Lab 15: Lock in amplifier (Version 1.4) Lab 15: Lock in amplifier (Version 1.4) WARNING: Use electrical test equipment with care! Always double-check connections before applying power. Look for short circuits, which can quickly destroy expensive

More information

Internet of Things Student STEM Project Jackson High School. Lesson 3: Arduino Solar Tracker

Internet of Things Student STEM Project Jackson High School. Lesson 3: Arduino Solar Tracker Internet of Things Student STEM Project Jackson High School Lesson 3: Arduino Solar Tracker Lesson 3 Arduino Solar Tracker Time to complete Lesson 60-minute class period Learning objectives Students learn

More information

Sensors. Chapter 3. Storey: Electrical & Electronic Systems Pearson Education Limited 2004 OHT 3.1

Sensors. Chapter 3. Storey: Electrical & Electronic Systems Pearson Education Limited 2004 OHT 3.1 Sensors Chapter 3 Introduction Describing Sensor Performance Temperature Sensors Light Sensors Force Sensors Displacement Sensors Motion Sensors Sound Sensors Sensor Interfacing Storey: Electrical & Electronic

More information

5. Transducers Definition and General Concept of Transducer Classification of Transducers

5. Transducers Definition and General Concept of Transducer Classification of Transducers 5.1. Definition and General Concept of Definition The transducer is a device which converts one form of energy into another form. Examples: Mechanical transducer and Electrical transducer Electrical A

More information

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting

An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting An Autonomous Self- Propelled Robot Designed for Obstacle Avoidance and Fire Fighting K. Prathyusha Assistant professor, Department of ECE, NRI Institute of Technology, Agiripalli Mandal, Krishna District,

More information

APPLICATIONS FOR TELECENTRIC LIGHTING

APPLICATIONS FOR TELECENTRIC LIGHTING APPLICATIONS FOR TELECENTRIC LIGHTING Telecentric lenses used in combination with telecentric lighting provide the most accurate results for measurement of object shapes and geometries. They make attributes

More information

Laser Displacement Sensor 3Z4M

Laser Displacement Sensor 3Z4M Laser Sensor High Resolution to 1 µ or 5 µ, Gives Precise Linear Output and Displays Distance Distance is displayed in millimeters on controller Ready-to-use linearized output is both -1 to +1 VDC and

More information

Intorduction to light sources, pinhole cameras, and lenses

Intorduction to light sources, pinhole cameras, and lenses Intorduction to light sources, pinhole cameras, and lenses Erik G. Learned-Miller Department of Computer Science University of Massachusetts, Amherst Amherst, MA 01003 October 26, 2011 Abstract 1 1 Analyzing

More information

ALMY Stability. Kevan S Hashemi and James R Bensinger Brandeis University January 1998

ALMY Stability. Kevan S Hashemi and James R Bensinger Brandeis University January 1998 ATLAS Internal Note MUON-No-221 ALMY Stability Kevan S Hashemi and James R Bensinger Brandeis University January 1998 Introduction An ALMY sensor is a transparent, position-sensitive, optical sensor made

More information

The answer is R= 471 ohms. So we can use a 470 ohm or the next higher one, a 560 ohm.

The answer is R= 471 ohms. So we can use a 470 ohm or the next higher one, a 560 ohm. Introducing Resistors & LED s P a g e 1 Resistors are used to adjust the voltage and current in a circuit. The higher the resistance value, the more electrons it blocks. Thus, higher resistance will lower

More information

Street Light Controller

Street Light Controller Street Light Controller Table of Content Introduction:...3 Scope of the problem:...3 What we can do..?...3 The Device Light Controller:...4 Circuit Diagram:...4 Circuit Description:...5 PCB Layout design...5

More information

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY

CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY CUSTOM MADE EMBEDDED AUTOMATION SYSTEMS FOR SMART HOMES PART 1: PRELIMINARY STUDY M. Papoutsidakis Dept. of Automation Engineering, Piraeus University A.S., Athens, Greece Rajneesh Tanwar Dept. of Information

More information

Laser Telemetric System (Metrology)

Laser Telemetric System (Metrology) Laser Telemetric System (Metrology) Laser telemetric system is a non-contact gauge that measures with a collimated laser beam (Refer Fig. 10.26). It measure at the rate of 150 scans per second. It basically

More information

DESIGN, SIMULATION AND REAL-TIME IMPLEMENTATION OF A MAXIMUM POWER POINT TRACKER FOR PHOTOVOLTAIC SYSTEM

DESIGN, SIMULATION AND REAL-TIME IMPLEMENTATION OF A MAXIMUM POWER POINT TRACKER FOR PHOTOVOLTAIC SYSTEM IJSS : 6(1), 2012, pp. 25-29 DESIGN, SIMULATION AND REAL-TIME IMPLEMENTATION OF A MAXIMUM POWER POINT TRACKER FOR PHOTOVOLTAIC SYSTEM Md. Selim Hossain 1, Md. Selim Habib 2, Md. Abu Sayem 3 and Md. Dulal

More information

Today s Menu. Near Infrared Sensors

Today s Menu. Near Infrared Sensors Today s Menu Near Infrared Sensors CdS Cells Programming Simple Behaviors 1 Near-Infrared Sensors Infrared (IR) Sensors > Near-infrared proximity sensors are called IRs for short. These devices are insensitive

More information

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

More information

ELR 4202C Project: Finger Pulse Display Module

ELR 4202C Project: Finger Pulse Display Module EEE 4202 Project: Finger Pulse Display Module Page 1 ELR 4202C Project: Finger Pulse Display Module Overview: The project will use an LED light source and a phototransistor light receiver to create an

More information

A device for the analysis of photovoltaic panels

A device for the analysis of photovoltaic panels Bulgarian Chemical Communications, Volume 48, Special Issue E (pp. 147-151) 2016 A device for the analysis of photovoltaic panels S. I. Sotirov *, D. K. Gospodinov, D. A. Zlatanski Plovdiv University "Paisii

More information

Capturing Light in man and machine. Some figures from Steve Seitz, Steve Palmer, Paul Debevec, and Gonzalez et al.

Capturing Light in man and machine. Some figures from Steve Seitz, Steve Palmer, Paul Debevec, and Gonzalez et al. Capturing Light in man and machine Some figures from Steve Seitz, Steve Palmer, Paul Debevec, and Gonzalez et al. 15-463: Computational Photography Alexei Efros, CMU, Fall 2005 Image Formation Digital

More information

Home CSP Inc. Trackers and electronics for home solar energy

Home CSP Inc. Trackers and electronics for home solar energy Home CSP Inc. Trackers and electronics for home solar energy www.homecsp.com csp@homecsp.com TinyTracker version 1.06 reve Thanks for purchasing your TinyTracker from Home CSP Inc. The TinyTracker provides

More information

Semiconductor 9/21/2015

Semiconductor 9/21/2015 Semiconductor Electronics 9/21/2015 Starting simple the diode. The diode is one of the simplest semiconductor devices. It is comprised of two layers of semiconductor. One is impregnated with an electron

More information

PRESENTED BY HUMANOID IIT KANPUR

PRESENTED BY HUMANOID IIT KANPUR SENSORS & ACTUATORS Robotics Club (Science and Technology Council, IITK) PRESENTED BY HUMANOID IIT KANPUR October 11th, 2017 WHAT ARE WE GOING TO LEARN!! COMPARISON between Transducers Sensors And Actuators.

More information

Mechatronics and Measurement. Lecturer:Dung-An Wang Lecture 2

Mechatronics and Measurement. Lecturer:Dung-An Wang Lecture 2 Mechatronics and Measurement Lecturer:Dung-An Wang Lecture 2 Lecture outline Reading:Ch3 of text Today s lecture Semiconductor 2 Diode 3 4 Zener diode Voltage-regulator diodes. This family of diodes exhibits

More information

Directional Driver Hazard Advisory System. Benjamin Moore and Vasil Pendavinji ECE 445 Project Proposal Spring 2017 Team: 24 TA: Yuchen He

Directional Driver Hazard Advisory System. Benjamin Moore and Vasil Pendavinji ECE 445 Project Proposal Spring 2017 Team: 24 TA: Yuchen He Directional Driver Hazard Advisory System Benjamin Moore and Vasil Pendavinji ECE 445 Project Proposal Spring 2017 Team: 24 TA: Yuchen He 1 Table of Contents 1 Introduction... 3 1.1 Objective... 3 1.2

More information