Ta strona wykorzystuje pliki cookies. Korzystając ze strony, zgadzasz się na ich użycie. OK Polityka Prywatności Zaakceptuj i zamknij X

ELECTRONIC BRICK - TRACK SENSOR TCRT5 f.VAT Sklep

16-12-2014, 2:26
Aukcja w czasie sprawdzania nie była zakończona.
Cena kup teraz: 20.45 zł     
Użytkownik arduinosolutions
numer aukcji: 4804696071
Miejscowość Goczałkowice-Zdrój
Zostało sztuk: 3    Wyświetleń: 15   
Koniec: 16-12-2014 02:22:58

Dodatkowe informacje:
Stan: Nowy
info Niektóre dane mogą być zasłonięte. Żeby je odsłonić przepisz token po prawej stronie. captcha

Masz pytania? Zadzwoń
663 [zasłonięte] 362

ELECTRONIC BRICK - TRACK SENSOR TCRT5000

Electronic brick of track sensor is based on sensor TCRT5000, which is to receive the returned infrared signals after sending out to detect the signal strength. Within a certain height range, the control board can detect whether there are objects blocking via digital pins . Track sensors are widely used in smart cars or printers for black and white line detection.


Feature

1. Plug and play, easy to use. Compatible with the mainstream 2.54 interfaces and 4-Pin Grove interfaces in the market.

2. With use of M4 standard fixed holes, compatible with M4-standard kits such as Lego and Makeblock.

3. With adjustable potentiometer to set detecting height threshold.

4. With hysteresis comparison circuit for more stable digital output voltage

5. With LED indicator for real-time detection of current digital output status.

 

Specifications

PCB size48.0mm X 13.00mm X 1.6mm
Working voltage3.3 or 5V DC
Operating voltage3.3 or 5V DC
Compatible interfaces2.54 3-pin interface and 4-pin Grove interface(1)
Detecting height range0-50mm(2)

Note 1S for analog/digital output port ( defined according to the switch), V and G for voltage at the common collector and ground respectively

Note 2: The specific measurable height is depended on the color and reflection of the material, the more the color contrast, the better to detect.

Electrical characteristics

ParameterMin.TypicalMax.Unit
Working voltage2.155.5VDC
Digital output voltage(VCC=5V)0-5V
Working current(VCC=5V)-38-mA
Threshold hysteresis ΔUth-VCC*0.09-V
Detecting height range(VCC=5V,Vth=3.5V)0-50mm

 

Hardware

Switch and indicator

1. Regulating of threshold voltage:

The threshold voltage is a voltage for comparison. When the sensor encounters obstacles, and the induced voltage is above the threshold, it will digitally output a high level (3.3V or 5V); when there are no obstacles, and the induced voltage is below the threshold, it will digitally output a low level (0V). In this way, the digital pin can be used directly to see if the sensor encounters obstacles or not. The threshold voltage can be regulated by simply twisting the potentiometer which is shown in the following diagram, and it increases by rotating to left side and decreases by rotating to right side

2. Status lamp

Within certain height, LED lamp will be OFF when obstacles or non-black objects are detected and it will be ON when no obstacles but black objects (compared to the non-black objects under the same height) are detected.

 

DEMO

Connect S port of track sensor to D2 port of Arduino board, and we will use the following program to read the digital value of current status. When objects are detected, buzzer will give an alarm.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
const int DSIGNAL = 2;
const int buzzer= 3;
 
void setup()
{
  pinMode(DSIGNAL, INPUT);
}
void loop()
{
  int DsignalState = digitalRead(DSIGNAL);
  if(DsignalState)
  {
digitalWrite(buzzer,LOW);
  }
  else
  {
digitalWrite(buzzer,HIGH);
  
}

 

Download:

ELECTRONIC BRICK - TRACK SENSOR TCRT5000ELECTRONIC BRICK - TRACK SENSOR TCRT5000ELECTRONIC BRICK - TRACK SENSOR TCRT5000ELECTRONIC BRICK - TRACK SENSOR TCRT5000ELECTRONIC BRICK - TRACK SENSOR TCRT5000ELECTRONIC BRICK - TRACK SENSOR TCRT5000ELECTRONIC BRICK - TRACK SENSOR TCRT5000
Dane kontaktowe

E-mail:
Telefon:

[zasłonięte]@elty.pl
663[zasłonięte]362

Sposoby płatności

Platforma PayU

Tradycyjny przelew bankowy:

MBANK

75 1140 [zasłonięte] 2[zasłonięte]0170002 [zasłonięte] 109953

Opcje wysyłki

Kurier DHL

Poczta Polska

Wszystkie zamówione przedmioty wysyłane są
z Polski.