Это видео недоступно.
Сожалеем об этом.

Tachometer (RPM Measurement) using IR Sensor & Arduino

Поделиться
HTML-код
  • Опубликовано: 31 мар 2018
  • In this project, we have designed Digital Tachometer using an IR Sensor with Arduino for measuring the number of rotations of the rotating Motors in RPM. Simply we have interfaced IR sensor module with Arduino and 16*2 LCD module for display. The IR sensor module consists of an IR Transmitter & Receiver in a single pair that can work a Digital Tachometer for speed measurement of any rotating object.
    Download the source code from here: how2electronic...
    Drop a like if you liked the video.
    Don't forget to subscribe to our channel for more Electronics projects and tutorials.
    Website: how2electronic...
    Facebook: / electronicsbyalex

Комментарии • 71

  • @christianobinor5095
    @christianobinor5095 8 месяцев назад +1

    thanks

  • @adityajoshi1141
    @adityajoshi1141 Год назад +1

    Plz Can You explain Circuit Simulation When I Wrote A Code On Tinkcard simulation It Gives me A error

  • @jiteshsanap7033
    @jiteshsanap7033 3 года назад +2

    sir please explain the counter part .
    what is the for (i=1;j

  • @alftr5479
    @alftr5479 5 лет назад +2

    What is 12 in your formula? Please sir

  • @limxinjie
    @limxinjie 5 лет назад +2

    is it possible to plot a graph of the rpm from 0sec to 20 sec?

    • @HowtoElectronics
      @HowtoElectronics  5 лет назад

      Ya possible
      Either use processing IDE or Serial Plotter

  • @syafina4135
    @syafina4135 Год назад

    I have a high torque motor gearbox with a max rpm of 10. but when I tried to implement your method, the result doesn't make sense like it was shown on LCD 137 value of it, of course, my blade just 1. didn't accurate at all.

  • @electronic7979
    @electronic7979 6 лет назад

    Excellent

  • @Vikkram1993
    @Vikkram1993 6 лет назад +2

    What is maximum switching frequency of IR pair,i mean what max rpm IR pair can detect?

  • @VictorianMaid99
    @VictorianMaid99 Год назад

    Seems simple enough 😉

    • @adityajoshi1141
      @adityajoshi1141 Год назад +1

      Hey Do You Know How To simulate This Circuit ??

    • @VictorianMaid99
      @VictorianMaid99 Год назад

      @@adityajoshi1141 well not simulate...I have built on like it but want a different configuration.

  • @driftkid270
    @driftkid270 3 года назад

    hello i’m using an arduino code for a stepper motor, if I add this code underneath my motor code should it work well?

  • @jaimevasconez8219
    @jaimevasconez8219 3 года назад

    thank you man

  • @monkeybytegames
    @monkeybytegames 5 лет назад

    Good job buddy.

  • @vinayaksingh8829
    @vinayaksingh8829 3 года назад

    I need to measure rpm of 6 different motors using arduino due.Can you tell me how to do it?

  • @shahriarahmadfahim6457
    @shahriarahmadfahim6457 4 года назад +1

    I've made it. It works. Great

  • @gedasivaramchowdary4442
    @gedasivaramchowdary4442 3 года назад +1

    while was running the code it was getting error

  • @santanu1097
    @santanu1097 3 года назад

    How to get Odd numbers in the RPM measurement? Count of input pulses within 5 seconds x 12 will always give the RPM output in Even numbers. Please explain.

  • @SanukaSenumitha
    @SanukaSenumitha 3 года назад

    super video

  • @alejandromancilladelacruz7999
    @alejandromancilladelacruz7999 5 лет назад

    Hola, he hecho el tacometro pero al momento de hacer dos mediciones, la pantalla queda congelada en lectura de RPM

  • @chiragkhandelwal659
    @chiragkhandelwal659 4 года назад +1

    sir can you please send the circuit diagram in proteus of this code

  • @rosedicherose3415
    @rosedicherose3415 4 года назад

    Hello, good explaination on the project. Yes it works. But when I compare with manual method (using stop watch) the reading by this project is not even close. Pls3, explain further on the formula. Someone had ask already... what is 12 in time*12..

    • @erosensei7968
      @erosensei7968 2 года назад

      Because rpm means revolutions per minutes, considering a 5 sec that sensor is sensing, 5x12 = 60 sec which is a minute. And /3 because the motor need to has 3 strips, if you put only one strip in your motor, you dont need to divide anithing

  • @perinoveriza1658
    @perinoveriza1658 5 лет назад

    thanks you sir

  • @lildj7395
    @lildj7395 4 года назад

    Hi. How would this be done without using microcontrollers?

  • @moussarekim4836
    @moussarekim4836 4 года назад

    How to count cycles of something using Arduino please

  • @randomstuff6782
    @randomstuff6782 5 лет назад

    Can we take rpm as input and control servo /stepper motor? Pls guide how to

  • @karmaidoskarmaidos6452
    @karmaidoskarmaidos6452 4 года назад

    hi sir actually iam doing this project now so please say me that how to give coding to get (RPS) also?

  • @pierpa_76pierpaolo
    @pierpa_76pierpaolo 5 лет назад

    Hello. I tried your scheme but I don't understand why it doesn't work for me. Arduino Nano works well with other sketches .... Correct links but no results. Now I try again to compile the code again and for the nth time I'll feed it all and I hope it works. We hope well. You could propose a multi-function project such as an Ecu jet for modeling use with the various data that alternate. It would be great. Thanks.

    • @HowtoElectronics
      @HowtoElectronics  5 лет назад

      This projects work fine. It has been tested. Check the connections.
      Sometimes it doesnt work if IR sensor is damaged.

  • @cjones4433
    @cjones4433 4 года назад

    I would have liked this if you would have shown the tachometer giving actual measurements instead of your hand

  • @arbaazmir854
    @arbaazmir854 3 года назад

    my lcd just shows yellow screen, with no blocks

  • @monssefsefiani586
    @monssefsefiani586 4 года назад

    I don't understand how u calculate the rpm

  • @rahulkumaryadav4915
    @rahulkumaryadav4915 5 лет назад

    In RPM =(time*12)/3 please explain this, especially why we divide by 3 in this and sensor 5 and 3 what are the use of these sensor, please tell..

    • @HowtoElectronics
      @HowtoElectronics  5 лет назад

      3 is the number of blades in the fan. Use 4 , 5 or whatever according to number of blades in your fan

  • @anushavincent5519
    @anushavincent5519 4 года назад

    How to measure the speed of wheel with no rim on it.? Will aluminium foil help?

    • @HowtoElectronics
      @HowtoElectronics  4 года назад

      May be this setup wont help.
      You need optocoupler type setup

    • @anushavincent5519
      @anushavincent5519 4 года назад

      @@HowtoElectronics Then how do you say this program can be used for rpm measurement?

  • @electronicsideas1361
    @electronicsideas1361 3 года назад +1

    exit status 1
    stray '\342' in program

  • @tanbirulquadirchoudhury4818
    @tanbirulquadirchoudhury4818 4 года назад

    Thanks
    Did you not have a motor to show the RPM, instead you had to use your fingers

  • @chandru4072
    @chandru4072 5 лет назад +1

    I don't understand formula

  • @karmaidoskarmaidos6452
    @karmaidoskarmaidos6452 4 года назад

    Is there any harmonics in it? if it have then which of its device having?

  • @shivkushwaha5356
    @shivkushwaha5356 6 лет назад

    good job sir

  • @rahulkumaryadav4915
    @rahulkumaryadav4915 5 лет назад

    While compiling this code it's giving error that is stray '\342' in program..

  • @perinoveriza1658
    @perinoveriza1658 5 лет назад

    can we measure rpm engine ?

    • @zoopitoopi9395
      @zoopitoopi9395 4 года назад

      Yup if u can manage to get an access to the direct output of enginge. Otherwise move the tyre free and measure the typre rpm. If thats enough for you

  • @satishlohar5088
    @satishlohar5088 5 лет назад

    what is max speed can masure???

  • @electronicsideas1361
    @electronicsideas1361 3 года назад

    COMPILE ERROR LINE NO 49 exit status 1
    stray '\342' in program

  • @ammaralexabdullah5541
    @ammaralexabdullah5541 5 лет назад

    can you pleas tell me what is this line------ RPM=(time*12)/3;

    • @HowtoElectronics
      @HowtoElectronics  5 лет назад

      Formula for converting into rpm. Dividing by 3 bcoz of 3 blades in fan

    • @ammaralexabdullah5541
      @ammaralexabdullah5541 5 лет назад

      @@HowtoElectronics ok thanks a lot

    • @ukaszdworski4493
      @ukaszdworski4493 4 года назад

      @@HowtoElectronics what is 12 in formula RPM??

    • @adithyav9283
      @adithyav9283 4 года назад +1

      @@ukaszdworski4493 This guy is a nuthead who doesn't know anything about what he has written in the program.
      This module counts the no of time the specific object has been encountered in every five seconds. to convert this 5 second into minutes, it is multiplied by 12. 5*12= 60secs = 1 minute.

  • @SHAKILKHAN-nl9yu
    @SHAKILKHAN-nl9yu 5 лет назад

    In that code file the error how can i find this error

  • @sitinurshazwaniemohamadjas9908
    @sitinurshazwaniemohamadjas9908 6 лет назад

    hye sir can u please give me the coding please

    • @HowtoElectronics
      @HowtoElectronics  6 лет назад

      The code is already in the website.
      Visit the link in the description below

  • @Datascienceexplorer
    @Datascienceexplorer 4 года назад +1

    Why rpm = time * 12 ...
    What is 12 here

  • @electronics369
    @electronics369 2 года назад

    Wrong code