• Banner

TEMT6000 Ambient Light Sensor Module Robotics Bangladesh
  • TEMT6000 Ambient Light Sensor Module Robotics Bangladesh

TEMT6000 Ambient Light Sensor Module

RBD-2715

Visible light to analog voltage converter for measuring the intensity of visible light.

  • Visible light sensitivity with peak at 570nm
  • +/- 60 degree angle of sensitivity
  • Fast reacting in uSec range.
  • Analog voltage output proportional to the intensity of light falling on the detector
  • 3.3 and 5V compatible

BDT 250.00
BDT 250.00 BDT 250.00 BDT 250.00 BDT 250.00
Tax included Tax excluded Tax included Tax excluded
BDT 250.00 Tax excluded
BDT 250.00 Tax included
BDT 0.00 Tax
BDT 250.00 Tax excluded
BDT 0.00 Tax
BDT 250.00 Tax included
Quantity
29 Items

  Security policy

(edit with the Customer Reassurance module)

  Delivery policy

(edit with the Customer Reassurance module)

  Return policy

(edit with the Customer Reassurance module)

Description

DESCRIPTION

The TEMT6000 Ambient Light Sensor Module is a visible light to analog voltage converter for measuring the intensity of light.

PACKAGE INCLUDES:

  • TEMT6000 Ambient Light Sensor Module
  • Male header

KEY FEATURES OF TEMT6000 AMBIENT LIGHT SENSOR MODULE:

  • Visible light sensitivity with peak at 570nm
  • +/- 60 degree angle of sensitivity
  • Fast reacting in uSec range.
  • Analog voltage output proportional to the intensity of light falling on the detector
  • 3.3 and 5V compatible

The TEMT6000 was designed as an ambient light detector for automatically controlling the backlight dimming of cell phones, laptops, car dashboards and similar items.  It can be used in many applications where it is desirable to measure the relative brightness of the light falling on the sensor.

The sensor is designed to mainly detect the light spectrum visible to the human eye with peak sensitivity at 570nm which is in the green spectrum.  The full range spans 440nm to 800nm.

The sensor itself is a NPN phototransistor. Increased light intensity on the base of the transistor increases the current flowing through the transistor collector/emitter.

TEMT6000 Module Schematic

Schematic of TEMT6000 Module

The module includes a 10K resistor. The TEMT6000 sensor and the resistor form a voltage divider network as shown to the right.  As light intensity increases, the current flow also increases.  This causes the voltage drop across the 10K resistor to increase and so the voltage on the signal output increases towards Vcc.

The output voltage is fairly linear with the intensity of the illumination (lux) that is falling on the device. The range of reliable detection spans a low of 10 lux to a high of 1000 lux.

The analog output of the module is typically input into the analog input on a microcontroller where it can be measured and acted on. It works quite well for making relative measurements and determining if it is getting brighter or darker.

Module Connections

The module brings out the following connections.

1 x 3 Header

  • S / OUT  = Signal Output – Connects to MCU analog input
  • G / GND = Ground
  • V / VCC = Vcc (3.0 – 5.5V)

Minimum Vcc voltage can go lower than 3.0V since it just needs to be high enough to bias the NPN transistor and can be 1.2V or even lower.  For use with an MCU, Vcc is typically kept the same as the MCU operating voltage.

Module Assembly

The module ships with the male header strip loose.  The header may be longer than 3-pins and can be snapped to the length required.  The header can be soldered to the top or bottom of the module depending on the planned use or wires can be used to make the connections.

For breadboard use, we put the headers on the bottom.  Soldering is easiest if the header is inserted into a breadboard to hold it in position during the soldering process.


OUR EVALUATION RESULTS:

These are nice little assemblies.  The boards are high quality with gold plating.TEMT6000 Phot Current vs Lux

The range on this sensor is about 10 lux to 1000 lux which is very dim to about what an overcast day is.  At almost dark light levels, the sensor can struggle between determining dark vs a little less dark.

The chart to the right is from the datasheet.  It shows current flowing through the sensor relative to the illuminance (lux).  With a little math, the sensor can be made into an inexpensive lux meter.

The program below simply reads the output of the sensor every second and prints the raw reading and volts to the Serial Monitor window.  It also runs a calculation based on the datasheet graph that converts the reading into a lux value.

The sensor is connected to analog pin A0, but this can be changed to any convenient analog input.   Also be sure to provide power and ground.  We are using 5V in this example.  If using 3.3V, be sure to change AREF to 3.3.

TEMT6000 Ambient Light Sensor Example Program

/*
   TEMT6000 Light Meter Program

  Simple program to read the analog output of the TEMT6000 and display
  the raw reading, voltage and the calculated Lux

  We are connecting sensor to analog input A0, but this can be any analog pin.
*/

int const TEMP6000_PIN = A0;
int const AREF = 5.0;       // set for 5.0 or 3.3 depending on voltage of uC
//===============================================================================
//  Initialization
//===============================================================================
void setup() {
  Serial.begin(9600);    // Initialize serial comm
}
//===============================================================================
//  Main
//===============================================================================
void loop() {

// The math is broken out into steps to make it easier to follow.
float sensor_value = analogRead(TEMP6000_PIN); // Get raw sensor reading
float volts = sensor_value * AREF / 1024.0;    // Convert reading to voltage
float amps = volts / 10000.0;             // Convert to amps across 10K resistor
float microamps = amps * 1000000.0;             // Convert amps to microamps
float lux = microamps * 2.0;                  // 2 microamps = 1 lux

// All the math above can also be replaced with the following formula 
// assuming AREF is 5.0 volts.

    // float lux = sensor_value * 0.9765625;

Serial.print ("Raw ADC data: ");
Serial.print (sensor_value);
Serial.print ("  Volts: ");
Serial.print (volts);
Serial.print ("  Lux: ");
Serial.println (lux);

delay(1000);  // Take reading every second
}
Product Details
RBD-2715
29 Items

Specific References

EAN13
2715
Comments (0)
Grade
No customer reviews for the moment.
16 other products in the same category:

Reference: RBD-2892

ESP8266 ESP-01 ESP-01S DHT11 Temperature and Humidity WiFi IOT Sensor Node

(0)
Model: SNA118 Material: Plastic Plastic Type: PC Tool Supplies: CuttingDoes not Include ESP Wireless Module
BDT 350.00
BDT 350.00 tax incl.
BDT 350.00 tax excl.
BDT 350.00 tax excl.
BDT 350.00 tax incl.
BDT 350.00 tax incl.
BDT 0.00 Tax
BDT 350.00 tax excl.
BDT 350.00 tax excl.
BDT 0.00 Tax
BDT 350.00 tax incl.
More
In stock
In stock: 50

Reference: RBD-0995

LDR 5 mm Light Depending Resistor

(0)
Diameter: 5mm No. of Pins: 2 Type of Mounting: PCB Through Hole Maximum Operating Temperature: +800°C (Approx.) Dark resistance:1-20 Mohm
BDT 5.00
BDT 5.00 tax incl.
BDT 5.00 tax excl.
BDT 5.00 tax excl.
BDT 5.00 tax incl.
BDT 5.00 tax incl.
BDT 0.00 Tax
BDT 5.00 tax excl.
BDT 5.00 tax excl.
BDT 0.00 Tax
BDT 5.00 tax incl.
More
In-Stock
In stock: 686

Reference: RBD-1833

Soil NPK Sensor Agricultural

(0)
NEW TYPE AVAILABLE CLICK HERE Measurement range: 0-199 mg/KG Measurement accuracy: +-2%F.s Resolution: 1mg/KG (mg/L) Response time (T90, s): less than 10 Communication port: RS485 Power supply: 5V-24v DC 
BDT 11,990.00
BDT 11,990.00 tax incl.
BDT 11,990.00 tax excl.
BDT 11,990.00 tax excl.
BDT 11,990.00 tax incl.
BDT 11,990.00 tax incl.
BDT 0.00 Tax
BDT 11,990.00 tax excl.
BDT 11,990.00 tax excl.
BDT 0.00 Tax
BDT 11,990.00 tax incl.
More
Out-of-Stock
In stock: 0

Reference: RBD-2237

15mm Piezo Ceramic Elements Sound Sensor

(0)
Sound pressure level: 85DB 10cm The input voltage: 30vp-p max Clear sound Ultra-thin and lightweight No contacts: therefore, no noise and highly reliable Operating Temperature: -20~70 Storage Temperature: -30-80
BDT 48.00
BDT 48.00 tax incl.
BDT 48.00 tax excl.
BDT 48.00 tax excl.
BDT 48.00 tax incl.
BDT 48.00 tax incl.
BDT 0.00 Tax
BDT 48.00 tax excl.
BDT 48.00 tax excl.
BDT 0.00 Tax
BDT 48.00 tax incl.
More
In-Stock
In stock: 24

Reference: RBD-2206

Analog Piezoelectric Ceramic Vibration Module

(0)
Analog piezoelectric ceramic vibration module Measures the extent of vibration Proportional to the strength of shock or vibration Interface type: Analog Output Dimensions: 30 (L) x 23 (W) x 17 (H) Weight: 5g
BDT 150.00
BDT 150.00 tax incl.
BDT 150.00 tax excl.
BDT 150.00 tax excl.
BDT 150.00 tax incl.
BDT 150.00 tax incl.
BDT 0.00 Tax
BDT 150.00 tax excl.
BDT 150.00 tax excl.
BDT 0.00 Tax
BDT 150.00 tax incl.
More
In-Stock
In stock: 28

Reference: RBD-0382

GY-87 10DOF MPU6050 HMC5883L BMP180 Sensor Module

(0)
3-axis Gyro+Acceleration+Magnetic Fiel Air Pressure Module Power supply: 3-5V Build in ultra low noise linear LDO voltage regulator Built-in onboard filters, which reduce noise from motor and other high current electronics You can easily select two I2C address for MPU6050 by soldered jumper. RoboticsBD
BDT 2,250.00
BDT 2,250.00 tax incl.
BDT 2,250.00 tax excl.
BDT 2,250.00 tax excl.
BDT 2,250.00 tax incl.
BDT 2,250.00 tax incl.
BDT 0.00 Tax
BDT 2,250.00 tax excl.
BDT 2,250.00 tax excl.
BDT 0.00 Tax
BDT 2,250.00 tax incl.
More
In-Stock
In stock: 5

Reference: RBD-0554

GY-VL53L0XV2V VL53L0X Time-of-Flight Distance Sensor Breakout Module

(0)
VL53L0X 3-in-1 ranging and gesture detection sensor Regulator: 5 to 2.8V range input voltage (output voltage: 2.8V) VL53L0X signal interface level shifter Serial Port PWM Output True distance measurement independent of target size and reflectance Breakout board, easy to integrate into the customer device Allows basic gesture recognition use case. RoboticsBD
BDT 750.00
BDT 750.00 tax incl.
BDT 750.00 tax excl.
BDT 750.00 tax excl.
BDT 750.00 tax incl.
BDT 750.00 tax incl.
BDT 0.00 Tax
BDT 750.00 tax excl.
BDT 750.00 tax excl.
BDT 0.00 Tax
BDT 750.00 tax incl.
More
In-Stock
In stock: 11

Reference: RBD-0222

35mm Piezo Ceramic Elements Sound Sensor

(0)
Sound pressure level: 85DB 10cm The input voltage: 30vp-p max Ultra-thin and lightweight Low power consumption for voltage type Operating Temperature: -20~70 Storage Temperature: -30-80 Clear sound
BDT 50.00 BDT 65.00
BDT 65.00 BDT 50.00 tax incl.
BDT 65.00 BDT 50.00 tax excl.
BDT 65.00 BDT 50.00 tax excl.
BDT 65.00 BDT 50.00 tax incl.
BDT 65.00 BDT 50.00 tax incl.
BDT 0.00 BDT 0.00 Tax
BDT 65.00 BDT 50.00 tax excl.
BDT 65.00 BDT 50.00 tax excl.
BDT 0.00 BDT 0.00 Tax
BDT 65.00 BDT 50.00 tax incl.
More
In-Stock
In stock: 387

Reference: RBD-2845

PT-100 RTD High Temperature Sensor 3 Wire PT100 Probe 7x200mm

(0)
Waterproof analogue sensor with the high temperature working in the range from -200°C to 420°C. The output is resistance dependent on temperature. Probe length is 200 mm.
BDT 680.00
BDT 680.00 tax incl.
BDT 680.00 tax excl.
BDT 680.00 tax excl.
BDT 680.00 tax incl.
BDT 680.00 tax incl.
BDT 0.00 Tax
BDT 680.00 tax excl.
BDT 680.00 tax excl.
BDT 0.00 Tax
BDT 680.00 tax incl.
More
In stock
In stock: 17

Reference: RBD-0722

Brand: Raspberry Pi Official

Raspberry Pi NoIR Camera V2 8MP

(0)
8-Megapixel native resolution high-quality Sony IMX219 image sensor Cameras are capable of 3280 x 2464 pixel static images Capture video at 1080p30, 720p60 and 640x480p90 resolutions All software is supported within the latest version of Raspbian Operating System No Infrared filter making it perfect for taking Infrared photographs or photographing objects...
BDT 4,890.00
BDT 4,890.00 tax incl.
BDT 4,890.00 tax excl.
BDT 4,890.00 tax excl.
BDT 4,890.00 tax incl.
BDT 4,890.00 tax incl.
BDT 0.00 Tax
BDT 4,890.00 tax excl.
BDT 4,890.00 tax excl.
BDT 0.00 Tax
BDT 4,890.00 tax incl.
More
Out-of-Stock
In stock: 0

Reference: RBD-2444

Optical Endstop Switch with 1m Cable

(0)
Designed for use as an endstop for 3D printers but it can be used for other IR beam interrupter purposes as well.
BDT 350.00
BDT 350.00 tax incl.
BDT 350.00 tax excl.
BDT 350.00 tax excl.
BDT 350.00 tax incl.
BDT 350.00 tax incl.
BDT 0.00 Tax
BDT 350.00 tax excl.
BDT 350.00 tax excl.
BDT 0.00 Tax
BDT 350.00 tax incl.
More
In stock
In stock: 49

Reference: RBD-2227

HLK-LD1115H 24Ghz Human Presence Sensor mmWave Radar Module

(0)
High sensitivity 24GHz millimeter wave human presence detection radar module Detects and accumulates small movements like human breathing Higher accuracy in presence detection within a certain range Not easy to miss detections Detection distance: > 4m static human presence, > 16m motion Range: Hanging height 3m, static body detection coverage radius...
BDT 1,850.00
BDT 1,850.00 tax incl.
BDT 1,850.00 tax excl.
BDT 1,850.00 tax excl.
BDT 1,850.00 tax incl.
BDT 1,850.00 tax incl.
BDT 0.00 Tax
BDT 1,850.00 tax excl.
BDT 1,850.00 tax excl.
BDT 0.00 Tax
BDT 1,850.00 tax incl.
More
In-Stock
In stock: 10

Reference: RBD-0674

MQ-5 Smoke Gas Detector Sensor

(0)
Model: MQ-5 Operating Voltage: 5V DC Operating Temparature:-20~40 degree celcius
BDT 195.00
BDT 195.00 tax incl.
BDT 195.00 tax excl.
BDT 195.00 tax excl.
BDT 195.00 tax incl.
BDT 195.00 tax incl.
BDT 0.00 Tax
BDT 195.00 tax excl.
BDT 195.00 tax excl.
BDT 0.00 Tax
BDT 195.00 tax incl.
More
In-Stock
In stock: 20

Reference: RBD-2654

DHT11 Temperature And Humidity Sensor Module

(0)
The DHT11 Temperature And Humidity Sensor Module with LED is a small humidity and temperature sensor that you can connect to your Arduino and get readings for temperature and humidity in the environment.
BDT 185.00
BDT 185.00 tax incl.
BDT 185.00 tax excl.
BDT 185.00 tax excl.
BDT 185.00 tax incl.
BDT 185.00 tax incl.
BDT 0.00 Tax
BDT 185.00 tax excl.
BDT 185.00 tax excl.
BDT 0.00 Tax
BDT 185.00 tax incl.
More
In stock
In stock: 39

Reference: RBD-2059

LDR 20 mm Light Depending Resistor

(0)
LDR 20 mm Light Depending Resistor Low-cost sensor device Wide spectral response Use in fire alarms, smoke alarms, control street light Low cost. Ambient Temperature Range. Wide spectral response.
BDT 78.00
BDT 78.00 tax incl.
BDT 78.00 tax excl.
BDT 78.00 tax excl.
BDT 78.00 tax incl.
BDT 78.00 tax incl.
BDT 0.00 Tax
BDT 78.00 tax excl.
BDT 78.00 tax excl.
BDT 0.00 Tax
BDT 78.00 tax incl.
More
In-Stock
In stock: 12

Follow us on Facebook