IR based Object Counting Circuit

IR based Object Counting Circuit





#IRobjectCounting, #IRencoder, #TechometerCircuit

In this video I will show you how to make an IR sensor based Object counting circuit, this can be modified to make tachometer for moters,
and same can be further used for controlling Moter movement, moreover its is an encoder system for moters,

however this circuit is easiest and entertaining project, can be used on conveyor belt to count the products,

Circuit Diagram:



code link:

 //////////////////////////////////////////////////// Code//////////////////////////////////////////////////////////

#include <Wire.h>
#include <LiquidCrystal_I2C.h>

LiquidCrystal_I2C lcd(0x27,16,2);  // set the LCD address to 0x27 for a 16 chars and 2 line display

void setup()
{
  lcd.init();                      // initialize the lcd

         // Print a message to the LCD.
  lcd.backlight();
  lcd.setCursor(0,0);
  lcd.print("Object Counting");
  lcd.setCursor(0,1);
  lcd.print("Manmohan Pal");

}
void loop()
{
}
///////////////////////////////////////////////////// END ////////////////////////////////////////////////////////////


Blog:https://arduinobymanmohan.blogspot.com/p/ir-based-object-counting-circuit.html


Manmohan Pal
Mob. 8989811397
Email- mannmohanpal@gmail.com
Blog: http://electronics4ubymanmohanpal.blogspot.in/p/blog-page_5.html
Youtube Channel: https://www.youtube.com/channel/UCDnhARnHOEIPuNIEp5vPdGQ


Other Videos You may find useful

How to Use LCD module with Arduino by Manmohan Pal
https://www.youtube.com/watch?v=mYoe9oRyC-o


i2c 16x2 LCD Module with Arduino by Manmohan Pal
https://www.youtube.com/watch?v=E0xBJZABENA


Arduino Nano Unboxing| Uploading First Program on Arduino Nano- By Manmohan Pal
https://www.youtube.com/watch?v=OxQcPwc8Wl0

Arduino Nano Driver (ch340) install and troubleshoot by Manmohan Pal
https://www.youtube.com/watch?v=D94t3Bm9plA

How to install Libraries in Arduino IDE by Manmohan Pal
https://www.youtube.com/watch?v=LWlq25J2hFI


How to make Automatic water Tap System
https://www.youtube.com/watch?v=21LL_5httTQ

How to make Infrared (IR) Proximity / Obstacle Detecting Sensor Module
https://www.youtube.com/watch?v=lqxUHl-0eIk

How to make Car Reverse Parking Sensor using IC 555 Timer and IR Diode- by Manmohan Pal
https://www.youtube.com/watch?v=wnOdh1DSiFk


Make your own MP3 Player:
Bluetooth Mp3 With Fm-Decoder-Player DC-5-12v | How to make bluetooth Mp3 player- by Manmohan Pal
https://www.youtube.com/watch?v=Xeh5d1Sspng


Easy Water Level Indicator using NPN Transistor BC547 by Manmohan Pal
https://www.youtube.com/watch?v=JbcsBbqLyhA

Touch Switch || Toggle aswitch || Touch ON Touch Off Switch using IC 4017
https://www.youtube.com/watch?v=9iA0AtnrL7A


Remote control for every home appliance
https://www.youtube.com/watch?v=mUuSYWyD7Ic

Remote operated light- by Manmohan Pal
https://www.youtube.com/watch?v=5oP1SCkVJm8

Remote control Fan- IR remote control Circuit using IC 555 Timer by Manmohan Pal
https://www.youtube.com/watch?v=GvAZadfdIAE

Remote control Light Switch
https://manmohanpal.wordpress.com/2018/05/06/remote-control-circuit/

3 comments:

Wifi Home automation Diy kit

 Wifi Home automation Diy kit By Manmohan Pal Wifi Home Automation Kit Hi, This is Manmohan Pal, I am glad to present a DIY kit for Home Aut...