Infrared Counting Sensor Module

Count or detect objects that move through the U-shaped uprights. DESCRIPTION The Infrared Counting Sensor Module is...
Vendor: Keszoox
$1.29
$1.89
$1.29

Shipping

The shipping fee depends on your address

Standard: 9-15 business days,fee is down to $3.99

Express: 4-7 business days,fee is down to $5.99

Support Customization

WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.

If you're looking for a custom product, we can help. Kindly contact us via email support@keszoox.com and send us the details for your need, then we'll let you know how we can deliver the right solution.

Built And process your order

We make into production usually Within 1 - 3 Bussiness Days.

Expect customization orders.
Infrared Counting Sensor Module

Infrared Counting Sensor Module

$1.89 $1.29

Infrared Counting Sensor Module

$1.89 $1.29

Count or detect objects that move through the U-shaped uprights.

DESCRIPTION

The Infrared Counting Sensor Module is used to count or detect objects that move through the U-shaped detector uprights.

PACKAGE INCLUDES:

  • Infrared Counting Sensor Module

KEY FEATURES OF INFRARED COUNTING SENSOR MODULE  MODULE:

  • IR transmitter / receiver pair
  • LM393 comparator circuit for clean detection
  • LED indicator of detection
  • 3.3 and 5V compatible

The module has an IR transmitter and receiver pair that face each other across a U-shaped housing.  An object moving through these uprights breaks the IR beam.

These modules are typically used to count something as it passes through the uprights.  This could be cogs on a wheel if it is counting revolutions or RPM, or something like pellets dropping through a chute if it is part of a feeder for a pellet stove or rabbit.  Another use is as an optical limit switch  or to detect when something is open or closed if it causes an object to move in or out of the beam.

The sensor output is normally LOW and the red LED on the module will be normally lit.  If the IR beam between the uprights is broken, the output goes HIGH and the LED goes off.

Module Connections

The module has a 3 pin header for making connections.

1 x 3 Header 

  • GND – Ground
  • OUT – Output, normally LOW.  Goes HIGH when IR beam is broken
  • VCC – 3.3 – 5V

The module has two holes for mounting.

OUR EVALUATION RESULTS:

While this module is similar in functionality to the less expensive Light Block Sensor Module, the Infrared Counting Sensor Module has much higher and wider detector uprights and a LM393 comparator circuit that make it more robust and flexible in applications it can be used in.

The example program below simply monitors the output of the module and if the beam is broken, it turns the on-board LED on.  It used pin 8 in the example, but this can be changed to any digital input pin.

Infrared Counting Sensor Module Test Program

/*
Light Interrupter Sensor Test

Monitor output from sensor module and light the on-board LED when
an object is blocking the IR beam between the sensor uprights.
*/
int sensorPin = 8;   // Can be any digital input pin
int ledPin = 13;       // Pin that on-board LED is connected to
int sensorVal = 0;  // variable to store the value coming from the sensor
//===============================================================================
//  Initialization
//===============================================================================
void setup() {
  pinMode(ledPin, OUTPUT); // LED pin as output
  pinMode(sensorPin, INPUT); //Sensor pin as input
}
//===============================================================================
//  Main
//=============================================================================== 
void loop() {
  sensorVal = digitalRead(sensorPin); //read the value of the sensor 
  if(sensorVal == HIGH) // turn on LED when sensor is blocked 
  {
    digitalWrite(ledPin,HIGH);
  }
  else
  {
    digitalWrite(ledPin,LOW);
  }
}

BEFORE THEY ARE SHIPPED, THESE MODULES ARE:

  • Sample inspected and tested per incoming shipment

Notes: 

  1. None

TECHNICAL SPECIFICATIONS

Operating Ratings  Vcc Range 3.3-5V
 Logic high (Vcc = 5V) > 3.5V
Logic Low < 0.2V
 Dimensions L x W (PCB) 25 x 20mm  (1 x 0.8″)
Height U-Channel 15mm  (0.59″)
H x W (Inside U-Channel) 12 x 10mm  (0.47 x 0.39″)
Depth of intrusion into U-Channel to interrupt beam 3mm  (0.12″)
Country of Origin China

WE'RE READY TO BUILD A CUSTOM PRODUCT FOR YOU.

Contact us:
Support@keszoox.com
What we can help:
If you're looking for a wire or cable assembly, we can help.
What we need your help next:
Kindly contact us via email support@keszoox.com and send us the details fo your need, then we'll let you know how we can deliver the right solution.

Shipping Policy

All orders are dispatched from our warehouse. The shipments are fully tracked—from our door to yours. Please allow 3-5 business days for your order to be processed in addition to the shipping times below.

Shipping Times

Standard: 9-15 business days. Express: 4-7 business days.

Please note that shipping providers are extremely busy during this time, and some orders might experience a delay on top of usual delivery times. If your order is late, please allow 5-10 days more than indicated in standard shipping times before contacting our customer service. Thank you for your understanding.

Tracking

All orders are 100% tracked. You’ll receive an email with a tracking number and a link to track your parcel once your order leaves our warehouse. Please allow 24-48 hours for the tracking link to start showing shipping information.

Related Products

Recently Viewed Products