How to make Turn counter (object counter) | IR sensor Based Counting Circuit

  Рет қаралды 151,132

Skill Make

Skill Make

Күн бұрын

How to make Turn counter (object counter ) using IR module | IR sensor Based Counting Circuit
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
--------------------------------------------------------------
code link :drive.google.c...
-------------------------------------------------------------
Click on the link to see more videos on this topic:
/ @skillmake
---------------------------------------------------------------
how to make simple Arduino based Tachometer.
Watch full video for step by step tutorial to know how to make a Tachometer(RPM Meter)
Working principle:-
IR Sensor get penetrate by motion of motor shaft, signal are transfer from IR Senor module to Arduino.
This signal are processed in Arduino according to code loaded on it.Then Arduino transfer signals to LCD Screen to display turn
#Arduino #IRsensor #counter #objectcounter #turncounter #electronics #arduino2021

Пікірлер: 229
@anangpamungkassubiyanto1420
@anangpamungkassubiyanto1420 6 күн бұрын
thanks so much...i waiting this..to make my project..for wind wire....🤗👍
@borsi99
@borsi99 Жыл бұрын
Thank you so much for sharing your project with code to us all!🙏🏼All the best to you! Bo 🇨🇭
@JLCPCB
@JLCPCB 3 жыл бұрын
Very nice video! Good job 😁
@mr.rananowactive2992
@mr.rananowactive2992 9 ай бұрын
U r a genius. Thanks bro....
@miftaaljifary3045
@miftaaljifary3045 Ай бұрын
Very nice .. ❤
@MrTryit69
@MrTryit69 3 жыл бұрын
If you add keypad to select number of turns you want to achieve and let the motor stop when target reached you have realy helpfull machine
@BlasterOfTaints
@BlasterOfTaints 2 ай бұрын
doing this now to turn a paper feeder into an envelope counter. Saved $30,000 this way.
@lyric6371
@lyric6371 2 жыл бұрын
Ini yang saya cari.. terimakasih banyak
@armandofalcon4648
@armandofalcon4648 Жыл бұрын
Awesome video! Is it possible to add a module adding the time? I mean, can I associate the count with a specific time? I could watch this all day!
@chandimasamaranayake7544
@chandimasamaranayake7544 11 ай бұрын
Thanks , its working. in initial start, this show turn count=1, How to start with number 0.
@RixtronixLAB
@RixtronixLAB Жыл бұрын
Creative video, thank you for sharing :)
@paulmanhart4481
@paulmanhart4481 Жыл бұрын
Hi. I’m interested in this for a rpm meter on my lathe. But I can’t follow what products you are using. Are there two separate products or one? I found the IR emitter and the IR emitter and receiver but they don’t look like what you have. Can you spell out exactly what you used? Thanks, Paul
@carlitaponluisa625
@carlitaponluisa625 Жыл бұрын
Hello, sorry that you modified the code to make a tachometer
@rohanraut4742
@rohanraut4742 2 жыл бұрын
Does the code only opens in laptop/pc cause it doesn't open in phone
@MrBostjanVidmar
@MrBostjanVidmar 28 күн бұрын
Niece! Works in second :) Today I found this video, and by pure chance, I have this sensor. Would it be possible to program the rotational frequency as well? After all, all the necessary data is detected.
@austafederico
@austafederico 2 жыл бұрын
hello, you are the best! Can I ask you a question? Stop a motor when the count is at 100 for example, can it be done?
@TomSilver_42
@TomSilver_42 Ай бұрын
Not quite sure about OUT (yellow wire) to I2C bracket as your code seamed to be reading A0 pin. Is that right, or I misunderstood your design? It was not working as I expected, and so I simple redefined it in setup() { pinMode(13, INPUT); } and in loop I do then digitalRead(13) to get state and signals from OUT of IR sensor. It works this way for me. Anyway, thanks a lot for very simple demonstration and hint how to use those collision sensors.
@mftest100
@mftest100 3 жыл бұрын
Hi, Great video - though I have one question, in the video 1:03 you're connecting the I2C to the lcd display. Where did you get the female/female pinhead socket to make this connection ? Best regards
@skillmake
@skillmake 3 жыл бұрын
any electronic store
@AthayaNaja
@AthayaNaja 8 ай бұрын
Hey, your video is awesome! But I would like to ask you something,,, how to reset the counter without pushing the reset button?
@TomSilver_42
@TomSilver_42 Ай бұрын
How about to add push button and read its state on one digital pin and then simply on button press re-write a screen via " mylcd.setCursor(0, 1); mylcd.print(0); mylcd.print(" =turn(s) "); " piece of code ??
@junkasan4788
@junkasan4788 Жыл бұрын
Great video. Can you add target number of turns? Then a relay activates when target turn is reached?
@MdHusen-uc9nl
@MdHusen-uc9nl 8 ай бұрын
The code given is counting when the signal goes from low to high and high to low, so when a object comes and goes the count will be 2 but we need count as only 1
@inthiyazg8452
@inthiyazg8452 Ай бұрын
can we adjust IR sensor reading range? because i want to set gap bt 1 or 2 cm
@hazimjumaa3987
@hazimjumaa3987 2 жыл бұрын
Tkank you very very good❤
@bikerdave19148
@bikerdave19148 Жыл бұрын
I was thinking of adding a display to count finished reloads on my reloading machine, I'm wondering if there's a way to add a "plus" and "minus" button input to add or subtract from the count, and a reset to put it back to zero
@stjoosme
@stjoosme 2 жыл бұрын
Thank you so much, I am waiting for all the components to arrive. How do you reset the counter?
@miftaaljifary3045
@miftaaljifary3045 Ай бұрын
Can you make counter with auto on off
@m0v13s3
@m0v13s3 Жыл бұрын
A great video, but i just want to know how can I make the turn to start at 0?
@melanyreyes7226
@melanyreyes7226 11 ай бұрын
Estoy en busca de esoo
@bainsuss12
@bainsuss12 8 ай бұрын
​@@melanyreyes7226lo conseguiste?
@HIM-EY
@HIM-EY Жыл бұрын
hey so, how do i make this system without using the lcd screen(data on pc screen) and save the data for future access?
@mftest100
@mftest100 3 жыл бұрын
Hi, in the video you have the command lcd.init(); mentioned twice in the void setup - but when I use your programme in IDE this command is not included. When I try to include it, I get error message: "class LiquidCrystal_I2C" has no member named "init" - do you know why ?
@skillmake
@skillmake 3 жыл бұрын
Install libraries
@muhedinhashani4081
@muhedinhashani4081 3 жыл бұрын
@@skillmakehow do u install libraries?
@Demo-n4o
@Demo-n4o Жыл бұрын
if multiple objects passed it at the same time, would it still count them as 1? is there a way for it to notice multiple object passing and count them each as 1?
@Deviswaram
@Deviswaram 2 жыл бұрын
Bro if we want to run that program should we connect to laptop all the time
@anggiharian1002
@anggiharian1002 Жыл бұрын
Is work if we use clear/transparent part ?
@trevorn4935
@trevorn4935 3 жыл бұрын
Great video i have a question . Are you able to make 1 count equal a different number . I have a machine and one rotation is 50 points . was looking at something like this for that situation. Thanks Also would it be able to count backwards.
@skillmake
@skillmake 3 жыл бұрын
Hello dear friend, please subscribe to my second channel so that I can create the content you deserve. Thank you. Just click on the link and subscribe to it.🙏🙏🙏🙏 kzbin.info/door/BoZGn08nBAxE9M5T53_UKg
@abihaifa
@abihaifa 2 жыл бұрын
Would you teach me how to make programable counter with click button? I have an idea to make tasbeeh counter using microcontroller with oled display that can be programed when it need to notify me each several times. Thank you
@lawalmohammed83
@lawalmohammed83 10 ай бұрын
Please Sir could the project be used for counting the number of oscillations of a pendulum ?
@mr.rananowactive2992
@mr.rananowactive2992 9 ай бұрын
Yes it can be used. Just make sure u calibrate the sensor properly.
@luissandoval3609
@luissandoval3609 2 жыл бұрын
The sketch that I followed from you I can't get get to count everything else looks good
@sahilthakkar1555
@sahilthakkar1555 Жыл бұрын
Is there a list of links for things to order? Can I get it off amazon?
@fenilmehta3408
@fenilmehta3408 Жыл бұрын
What is the smallest size IR sensor can detect? can it count small Plastic bead?
@A̸shuerma
@A̸shuerma Жыл бұрын
Can u plz tell me that it is bidirectional or unidirectional???
@lucyform4050
@lucyform4050 2 жыл бұрын
Hello, why does the sensor capture 2 counts when an object passes when i try it? Please help
@ahmadayyadi1979
@ahmadayyadi1979 3 жыл бұрын
Hi, great video. Can you explain to me how to make the counter starting from 0. Because it start with number 1. Can you help me?
@skillmake
@skillmake 3 жыл бұрын
Hello dear friend, please subscribe to my second channel so that I can create the content you deserve. Thank you. Just click on the link and subscribe to it.🙏🙏🙏🙏 kzbin.info/door/BoZGn08nBAxE9M5T53_UKg
@quangmi3402
@quangmi3402 3 ай бұрын
Can you guide and write code on how to move forward and backward, with a button that returns to 0?
@Learnpresskiran
@Learnpresskiran Жыл бұрын
How to implement programmable with cut off. Mean, we set no of turns count and after creating a sound or relay to cut off.
@manez9691
@manez9691 2 жыл бұрын
sir i have some question, this is my code for proximity sensor : int state = digitalRead(IR_Sensor); if ((state == 0) && (hitObject == false)) { counter++; hitObject = true; Serial.print(counter); when I simulated in serial monitor, the sensor only read once and does not count. Please can you help me sir?? Thank you so much.
@WilfTV
@WilfTV 11 ай бұрын
Can you give the list of materials we need please, thank you
@gamikawijenayake7551
@gamikawijenayake7551 Жыл бұрын
please tale me what changers should i do count 5 by 5
@azrihafiz3982
@azrihafiz3982 Жыл бұрын
hye what if im using nodemcu esp8266, where the sensor it gonna be?
@tomli7535
@tomli7535 2 жыл бұрын
can i use a different type of ir sensor?
@bivouacrecording3412
@bivouacrecording3412 2 жыл бұрын
Hi! I only see the squares on my lcd. It doesn't go to the next screen with the text. I am using arduino uno and I have installed the latest Liquid Crystal I2C library. The screen illuminates but only squares show. Any suggestions? Thanks!
@bivouacrecording3412
@bivouacrecording3412 2 жыл бұрын
I figured it out, I had to set my address to 0x3F instead of 0x27
@kaavyasreedhasarath5881
@kaavyasreedhasarath5881 9 ай бұрын
the code link is not responding , that is , it is not suggesting a right to access it instead it's suggesting unrelated apps and also denying view access in it
@SHREEGANESHTRADERS-f5r
@SHREEGANESHTRADERS-f5r 5 ай бұрын
Yes I have also tried many times but it is not opening
@ghufi8695
@ghufi8695 2 жыл бұрын
Hi, good one - can you add more coding here. i want to turn stepper motor shaft and count its total turns same as you. but here i want to stop stepper motor after 120 rounds complete, and reset again so on. in 2nd project your coding is also working, but i want to put some sensor that if some mechanical part with come in front of sensor then motor start and turn counter counting starts. and when same mechanical part with reach to that sensor after working, motor stop immediately and turn counter show total turns.
@bhaveshwasnik1543
@bhaveshwasnik1543 2 жыл бұрын
bro i have got an error message pls reply fast and give me the solution of that its showing file directory is not found
@manjotsanghera6993
@manjotsanghera6993 Жыл бұрын
what if u keep an object infront of it, does the count still increases
@shahad.al_tofan
@shahad.al_tofan Жыл бұрын
No Only if the object pass the sensor
@hakashiff2403
@hakashiff2403 Жыл бұрын
@@shahad.al_tofan do you still have the code ?
@shahad.al_tofan
@shahad.al_tofan Жыл бұрын
@@hakashiff2403 The code is available in the description
@hakashiff2403
@hakashiff2403 Жыл бұрын
@@shahad.al_tofan i have open the link in the description, but now it’s unavailable to use it , do you have any other code ?
@shahad.al_tofan
@shahad.al_tofan Жыл бұрын
@Hakashi FF How can I send you the code? I have the code, however, you may don't have a suitable app to open up the code
@TheRealDoubleA
@TheRealDoubleA 2 жыл бұрын
Hiii nice video i have a question how do i make this without the lcd display
@victorybolaryn6532
@victorybolaryn6532 2 жыл бұрын
Please can this system work with vehicles ?
@pavanmylapalli1049
@pavanmylapalli1049 2 жыл бұрын
suprb work and i want to use it in my project could u please help me to finish my project
@dammikajayasekara2298
@dammikajayasekara2298 3 жыл бұрын
Hi my friend, Thank you very much for this tutorial 😍❤️ i made it. it works fine 😃🤗🤗 Friend, I hoping to improve it and use it to control a machine. Can you help me to improve it?
@skillmake
@skillmake 3 жыл бұрын
Great 👍
@pan7589
@pan7589 Жыл бұрын
How about 3 sensor???
@vagish11
@vagish11 3 жыл бұрын
Can this be done with atitiny85?
@sreenath242
@sreenath242 2 жыл бұрын
Hi i am trying to implement one mobile application can we send this rotional information to API and how much cost we need to buy all this
@seyedmahdi3412
@seyedmahdi3412 Жыл бұрын
How many centimeters does the sensor function range?
@electronicsideas1361
@electronicsideas1361 Жыл бұрын
good. how to store or save this cunter. what i want is need memory
@srm--studyandrelaxingmusic837
@srm--studyandrelaxingmusic837 Жыл бұрын
did your circuit worked ? mine didn't can you help
@EvilChamber
@EvilChamber Жыл бұрын
@@srm--studyandrelaxingmusic837 NOT PERFECT
@srm--studyandrelaxingmusic837
@srm--studyandrelaxingmusic837 Жыл бұрын
@@EvilChamber does it partially works
@bhlynks
@bhlynks 2 жыл бұрын
Hello, can the sensor have a wider ranger let's say 25m? Thank you
@skillmake
@skillmake 2 жыл бұрын
around 1m
@darkknight2178
@darkknight2178 3 жыл бұрын
Thanks for this, but i have a problem. I connect all lines, code uploaded but in LCD display it;s not give me output like "Turn Counter" is there any problem. Display on but didn't see anything. Any solution..?
@skillmake
@skillmake 3 жыл бұрын
Hello dear friend, please subscribe to my second channel so that I can create the content you deserve. Thank you. Just click on the link and subscribe to it.🙏🙏🙏🙏 kzbin.info/door/BoZGn08nBAxE9M5T53_UKg
@babyayalew8059
@babyayalew8059 2 жыл бұрын
Hey bro can we make it on seven segment display
@mithunkgowda5866
@mithunkgowda5866 3 жыл бұрын
can i measure some liquid kind of thing (like purity wise ) using the same concept
@skillmake
@skillmake 3 жыл бұрын
Hello dear friend, please subscribe to my second channel so that I can create the content you deserve. Thank you. Just click on the link and subscribe to it.🙏🙏🙏🙏 kzbin.info/door/BoZGn08nBAxE9M5T53_UKg
@om25396
@om25396 2 жыл бұрын
Can we use ir sensor for counting seed (small size)???
@skillmake
@skillmake 2 жыл бұрын
yes you can
@om25396
@om25396 2 жыл бұрын
@@skillmake can you explain how?
@ManojKumar-Urugonda
@ManojKumar-Urugonda Жыл бұрын
Can we required laptop after code run
@ThamasBalaji-v9g
@ThamasBalaji-v9g 3 ай бұрын
how can we change into only human couter in place of object
@carlitaponluisa625
@carlitaponluisa625 Жыл бұрын
Hello, sorry that I should increase in the code to make a tachometer, which allows me to measure rpm.
@deepaksoren7488
@deepaksoren7488 2 жыл бұрын
hiii can someone tell me from where can i buy these things?
@jaydipjagtap2154
@jaydipjagtap2154 2 жыл бұрын
bro mine display is not showing any text, only showing pixel cubes, what can I do?
@alitawfik8406
@alitawfik8406 2 жыл бұрын
thank you
@nazimsheikh5033
@nazimsheikh5033 Жыл бұрын
Display Backlight ON but no data Showing, IR sensor module is working. what to do? how to Fix this Problem. Please, Help Me. Regards. @skill Make
@aayushmaanmishra4749
@aayushmaanmishra4749 2 жыл бұрын
Why my Arduino doesn't show the same serial ports. It shows ttyam0 something!! How to fix this?
@ninoportales5736
@ninoportales5736 Жыл бұрын
Hello can make Basketball arcade timer scorer with ir sensor
@kirtansantoki5485
@kirtansantoki5485 2 жыл бұрын
Hello sir the code link is not working can you please help ??
@muhedinhashani4081
@muhedinhashani4081 3 жыл бұрын
mine isn't visible how do u fix it? pls reply fast
@skillmake
@skillmake 3 жыл бұрын
Hello dear friend, please subscribe to my second channel so that I can create the content you deserve. Thank you. Just click on the link and subscribe to it.🙏🙏🙏🙏 kzbin.info/door/BoZGn08nBAxE9M5T53_UKg
@husseinoklah8839
@husseinoklah8839 5 ай бұрын
How many counter i can connect to mega
@etstudio1790
@etstudio1790 10 ай бұрын
good but why start from 1 not from 0 ?
@mr.rananowactive2992
@mr.rananowactive2992 9 ай бұрын
Mine started from 0, I used his codes. Probably while lifting sensor up, it got Triggered.
@etstudio1790
@etstudio1790 9 ай бұрын
@@mr.rananowactive2992 i know.. start with sensonr ON go from 0...
@dhushanthanshanthan969
@dhushanthanshanthan969 2 жыл бұрын
when ir sensor detect time count will start how to make code for it
@PRADEEPSHARMA-tx5vb
@PRADEEPSHARMA-tx5vb Жыл бұрын
Sir please tell me how to get massage on my phone after done counting every day
@NicholasT-f9n
@NicholasT-f9n Жыл бұрын
how about UP & DOWN ?
@MYTechElectronic
@MYTechElectronic 3 жыл бұрын
क्या इस के साथ 4 डिजिट led डिस्प्ले ad कर सकते हैं क्या
@skillmake
@skillmake 3 жыл бұрын
Hello dear friend, please subscribe to my second channel so that I can create the content you deserve. Thank you. Just click on the link and subscribe to it.🙏🙏🙏🙏 kzbin.info/door/BoZGn08nBAxE9M5T53_UKg
@Sehajpreet12
@Sehajpreet12 2 жыл бұрын
Bro Code is not download please give another link
@GabTheGamerGT
@GabTheGamerGT Жыл бұрын
i have a problem my lcd when i run the code my lcd just blinks and does nothing
@tashwillafrika3322
@tashwillafrika3322 3 жыл бұрын
hi ive tried the code but get a error saying liquidcrystal_i2c: no such file or directory
@skillmake
@skillmake 3 жыл бұрын
Install the lcd library
@tashwillafrika3322
@tashwillafrika3322 3 жыл бұрын
Hi thanks I had to change lcd int to lcd begin
@skillmake
@skillmake 3 жыл бұрын
Hello dear friend, please subscribe to my second channel so that I can create the content you deserve. Thank you. Just click on the link and subscribe to it.🙏🙏🙏🙏 kzbin.info/door/BoZGn08nBAxE9M5T53_UKg
@NeevamSinghShekhawat
@NeevamSinghShekhawat 3 ай бұрын
how to increase the distance of ir sensor
@EA2006ROHANDILIPKHANTE
@EA2006ROHANDILIPKHANTE Жыл бұрын
after all the steps, we stuck on the counting screen. Please help us with it.
@jayavelsubramani8063
@jayavelsubramani8063 Жыл бұрын
Ya
@sanjoyroy6418
@sanjoyroy6418 3 жыл бұрын
Can you help such counting but different type of obstacles count
@skillmake
@skillmake 3 жыл бұрын
Yes say me
@chetan_KD
@chetan_KD 2 жыл бұрын
Error compiling for board Arduino uno ,is comming what to do
@marcodigiuseppe6698
@marcodigiuseppe6698 Жыл бұрын
Ciao dove posso acquistare i componenti nel video
@AmirshaadShaikh
@AmirshaadShaikh 8 күн бұрын
I need coad four people counting sensor
@didikpurwanto9968
@didikpurwanto9968 10 ай бұрын
Where can i buy the components?
@mr.rananowactive2992
@mr.rananowactive2992 9 ай бұрын
Lajpat rai market, in front of Red fort Delhi
@Sehajpreet12
@Sehajpreet12 2 жыл бұрын
Can you give me code in comment section
@vladoqwe9124
@vladoqwe9124 Жыл бұрын
Hi, thanks for sharing this great project. Could you modify the code for RPM counter? Thanks.
@srm--studyandrelaxingmusic837
@srm--studyandrelaxingmusic837 Жыл бұрын
did your model work mine lcdd screen is not displaying anything can you please help
@JenilMansuriya
@JenilMansuriya 3 ай бұрын
How you have 2 pin of 5 voltage I only have one😂
@rahulpagade335
@rahulpagade335 Жыл бұрын
Hey message doesn't display on my lcd screen what to do...?
@srm--studyandrelaxingmusic837
@srm--studyandrelaxingmusic837 Жыл бұрын
same can you help
@rahulpagade335
@rahulpagade335 Жыл бұрын
@@srm--studyandrelaxingmusic837 Adjust the contrast 👍
@srm--studyandrelaxingmusic837
@srm--studyandrelaxingmusic837 Жыл бұрын
@@rahulpagade335 how can you please tell
@rahulpagade335
@rahulpagade335 Жыл бұрын
@@srm--studyandrelaxingmusic837 there is a screw in I2C module adjust it
@chandimasamaranayake7544
@chandimasamaranayake7544 11 ай бұрын
thanks
@shrikanthms3376
@shrikanthms3376 11 ай бұрын
Bro report is their for this project
@lennieuwoudt9175
@lennieuwoudt9175 3 жыл бұрын
Hi, awesome but please help me, my counter only counts to 1, then no more
@skillmake
@skillmake 3 жыл бұрын
check x+1 in code
@vaishnavigupta8013
@vaishnavigupta8013 11 ай бұрын
LiquidCrystal_I2C error any Solution?
Digital Object Counter Using Arduino || DIY || TexoBot
11:46
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН
Правильный подход к детям
00:18
Beatrise
Рет қаралды 11 МЛН
coco在求救? #小丑 #天使 #shorts
00:29
好人小丑
Рет қаралды 120 МЛН
REAL or FAKE? #beatbox #tiktok
01:03
BeatboxJCOP
Рет қаралды 18 МЛН
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,4 МЛН
Water into Hydrogen - Simple Hydrogen Generator from Carbon Pin
6:42
Skill Make
Рет қаралды 1,1 МЛН
IR Sensor project with Single Channel Relay module #irsensor
3:26
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,9 МЛН
I Spent 100 Hours Inside The Pyramids!
21:43
MrBeast
Рет қаралды 66 МЛН
The most complex LEGO Tank
17:56
Brick Technology
Рет қаралды 2,8 МЛН
How to make Seven Segment Counter Using IC 4026
4:38
Spark Mind
Рет қаралды 662 М.
Effective Ways To Detect People With Common Sensors
7:43
Core Electronics
Рет қаралды 101 М.
Counter Objects with Calculator and Laser Beam
7:36
Crisium
Рет қаралды 84 М.
UFC 310 : Рахмонов VS Мачадо Гэрри
05:00
Setanta Sports UFC
Рет қаралды 1,2 МЛН