Correlation photoelectric sensor infrared correlation counting sensor 5mm

Correlation Photoelectric Infrared Counting Sensor 5mm
1. Sensor Type: Infrared slot/correlation sensor
2. Comparator IC: LM393
3. Slot Size: 5mm
4. Application: Object/rotation counting

Apple Shopping Event

Hurry and get discounts on all Apple devices up to 20%

50,00 EGP

14 People watching this product now!

Payment Methods:

Description

This correlation photoelectric sensor module is an infrared slot-type counting sensor built around an integrated LM393 comparator chip, used for counting objects as they pass through the sensor’s slot — such as counting rotations, pulses on a disc, or item passage on a small production line. It works by breaking an IR beam across the slot’s gap; each interruption of the beam registers as a countable event.

Its tiny size and low cost make it a practical option for hobby and small-scale automation projects that need basic object or rotation counting without a more expensive industrial encoder.

Features:
1. Infrared slot-type correlation counting sensor
2. Integrated LM393 comparator chip
3. Compact, tiny physical size
4. Very low cost relative to industrial counting sensors
5. Suited to object counting, rotation counting, and pulse detection

🔌
Pin Connections
1 Table
Pin Connections Table 1
BoardSensor PinConnection
Photoelectric SensorVCC/GND/OUT3.3-5V / GND / board digital pin
📟
Correlation photoelectric sensor infrared correlation counting sensor 5mm
7 Examples • C/C++ | Boards: Arduino Uno, Arduino Nano, Arduino Mega, ESP32, ESP8266, STM32, Raspberry Pi Pico
Correlation photoelectric sensor infrared correlation counting sensor 5mm - Arduino Uno
Correlation photoelectric sensor infrared correlation counting sensor 5mm - Arduino Nano
Correlation photoelectric sensor infrared correlation counting sensor 5mm - Arduino Mega
Correlation photoelectric sensor infrared correlation counting sensor 5mm - ESP32
Correlation photoelectric sensor infrared correlation counting sensor 5mm - ESP8266
Correlation photoelectric sensor infrared correlation counting sensor 5mm - STM32
Correlation photoelectric sensor infrared correlation counting sensor 5mm - Raspberry Pi Pico
📄 File: correlation_photoelectric_sensor_infrared_correlation_counting_sensor_5mm_-_arduino_uno.inoArduino Uno
336 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin 2 on Arduino Uno
6#define SWITCH_PIN 2
7
8void setup() {
9 Serial.begin(115200);
10 pinMode(SWITCH_PIN, INPUT);
11}
12
13void loop() {
14 int state = digitalRead(SWITCH_PIN);
15 Serial.println(state == HIGH ? "Count pulse: TRIGGERED" : "Count pulse: idle");
16 delay(200);
17}
📄 File: correlation_photoelectric_sensor_infrared_correlation_counting_sensor_5mm_-_arduino_nano.inoArduino Nano
337 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin 2 on Arduino Nano
6#define SWITCH_PIN 2
7
8void setup() {
9 Serial.begin(115200);
10 pinMode(SWITCH_PIN, INPUT);
11}
12
13void loop() {
14 int state = digitalRead(SWITCH_PIN);
15 Serial.println(state == HIGH ? "Count pulse: TRIGGERED" : "Count pulse: idle");
16 delay(200);
17}
📄 File: correlation_photoelectric_sensor_infrared_correlation_counting_sensor_5mm_-_arduino_mega.inoArduino Mega
337 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin 2 on Arduino Mega
6#define SWITCH_PIN 2
7
8void setup() {
9 Serial.begin(115200);
10 pinMode(SWITCH_PIN, INPUT);
11}
12
13void loop() {
14 int state = digitalRead(SWITCH_PIN);
15 Serial.println(state == HIGH ? "Count pulse: TRIGGERED" : "Count pulse: idle");
16 delay(200);
17}
📄 File: correlation_photoelectric_sensor_infrared_correlation_counting_sensor_5mm_-_esp32.inoESP32
330 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin 4 on ESP32
6#define SWITCH_PIN 4
7
8void setup() {
9 Serial.begin(115200);
10 pinMode(SWITCH_PIN, INPUT);
11}
12
13void loop() {
14 int state = digitalRead(SWITCH_PIN);
15 Serial.println(state == HIGH ? "Count pulse: TRIGGERED" : "Count pulse: idle");
16 delay(200);
17}
📄 File: correlation_photoelectric_sensor_infrared_correlation_counting_sensor_5mm_-_esp8266.inoESP8266
334 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin D4 on ESP8266
6#define SWITCH_PIN D4
7
8void setup() {
9 Serial.begin(115200);
10 pinMode(SWITCH_PIN, INPUT);
11}
12
13void loop() {
14 int state = digitalRead(SWITCH_PIN);
15 Serial.println(state == HIGH ? "Count pulse: TRIGGERED" : "Count pulse: idle");
16 delay(200);
17}
📄 File: correlation_photoelectric_sensor_infrared_correlation_counting_sensor_5mm_-_stm32.inoSTM32
334 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin PB4 on STM32
6#define SWITCH_PIN PB4
7
8void setup() {
9 Serial.begin(115200);
10 pinMode(SWITCH_PIN, INPUT);
11}
12
13void loop() {
14 int state = digitalRead(SWITCH_PIN);
15 Serial.println(state == HIGH ? "Count pulse: TRIGGERED" : "Count pulse: idle");
16 delay(200);
17}
📄 File: correlation_photoelectric_sensor_infrared_correlation_counting_sensor_5mm_-_raspberry_pi_pico.inoRaspberry Pi Pico
342 characters
1//ekostra.com
2//electronics store in egypt
3//+201008896258
4
5// Digital pin 2 on Raspberry Pi Pico
6#define SWITCH_PIN 2
7
8void setup() {
9 Serial.begin(115200);
10 pinMode(SWITCH_PIN, INPUT);
11}
12
13void loop() {
14 int state = digitalRead(SWITCH_PIN);
15 Serial.println(state == HIGH ? "Count pulse: TRIGGERED" : "Count pulse: idle");
16 delay(200);
17}
Slotted opto-interrupter for counting - same digital output approach.

نظرة عامة ومواصفات المنتج — بالعربية

Correlation photoelectric sensor infrared correlation counting sensor 5mm متوفر الآن في متجر إكوسترا للإلكترونيات، ضمن قسم Sensors، بسعر 50,00 EGP. كود المنتج لدينا: EK863. المنتج غير متوفر حالياً — تواصل معنا عبر واتساب لمعرفة موعد توفره القادم.

أهم المواصفات الفنية:

  • Sensor Type: Infrared correlation slot sensor
  • Comparator Ic: LM393
  • Slot Size: 5mm
  • الاستخدامات: Object counting / rotation counting
  • الوزن: 1 g

هذا المنتج مناسب لمشاريع الأردوينو (Arduino) و ESP32 و Raspberry Pi، ومشاريع الروبوتات وإنترنت الأشياء والتعليم الهندسي. جميع القطع مفحوصة قبل الشحن.

تصفّح المزيد من Sensors في إكوسترا.

Specification

Specification

WeightWeight10 g
Dimensions5 × 4 × 2 cm
Sensor TypeInfrared correlation slot sensor
Comparator ICLM393
Slot Size5mm
ApplicationObject counting / rotation counting

Customer Reviews