How to use Optocoupler sensor module as RPM meter (Tachometer)

  Рет қаралды 30,520

miliohm

miliohm

Күн бұрын

Пікірлер: 38
@mohamedaitmouali895
@mohamedaitmouali895 7 ай бұрын
Very well expleined thank you from Morocco
@INNOVATORM3A06
@INNOVATORM3A06 Жыл бұрын
Merci beaucoup "from France"
@ivytechengineer
@ivytechengineer 2 ай бұрын
Hello, thank you. I have modified your code for my application and attempted to simulate it in TinkerCAD using the IR Remote and IR Sensor but I am getting multiple counts when a button is pressed. Maybe a debounce is needed on the sensor or in the code?
@francescoguerrini5559
@francescoguerrini5559 Жыл бұрын
How much will this be affected by EMI noise?
@MikeM.-vx9uy
@MikeM.-vx9uy Жыл бұрын
Hi there, thanks for your very performative video, Can I ask how to add 2 outputs to control the motor speed base on rpm reading and rpm setting to maintain the desired speed?
@abdessamadchaatouf2691
@abdessamadchaatouf2691 Жыл бұрын
please sir could you tell me what the knd of motor you have used here ?
@jumbo999614
@jumbo999614 8 ай бұрын
I'm going to use this with ESP8266 so I can show RPM value in webpage. Can I use 3.3v to supply power to this module? what output voltage from this module?
@Amperekaefer
@Amperekaefer 3 жыл бұрын
Interessantes Video, *danke* .
@alexindustries44
@alexindustries44 2 жыл бұрын
Very well expleined thank you
@arnoudmedendorp991
@arnoudmedendorp991 3 жыл бұрын
Hi there, thanks for your clear explanation about this setup. I got it working because of your video! But what if I want to have a second RPM reading on the 16x2 display with a second Optocoupler sensor? How do I adapt the code for this situation?
@miliohm
@miliohm 3 жыл бұрын
you need to make a second counter function with different variables, and don't forget to attach interrupt on digital pin 3 since arduino like UNO or NANO only has interrupt pin on pin 2 and 3. Then print the second value on a different LCD coordinate (assuming use 1 LCD).
@Dancopymus
@Dancopymus Жыл бұрын
Hello friend, my Optocoupler is one of those used in printers, which has 4 wires, two for power and two for signal, so how can I use it in your code, given that yours only has one signal pin... (attachInterrupt(digitalPinToInterrupt(2))? Thanks
@miliohm
@miliohm Жыл бұрын
Find the digital output, and use that pin.
@naufalfadurahman7109
@naufalfadurahman7109 2 жыл бұрын
Hello. Can you help me how to attach my servo with RPM meter? So when the RPM is below the specified, the servo will automatically rotate and stop when RPM become normali again
@miliohm
@miliohm 2 жыл бұрын
Tambahin library servo aja mas, kayak di file example. Abis itu bikin if else sederhana. If (RPM < batas) { servo.write(sudut yang diinginkan) else {servo.write(sudut lain) }
@kitonepluswong7889
@kitonepluswong7889 2 жыл бұрын
Thank you for your help. To ,my case km/h = 5.97 * rpm *0.001885;
@miliohm
@miliohm 2 жыл бұрын
Glad to hear that. What's the diameter of your encoder?
@koekie7003
@koekie7003 2 жыл бұрын
hey bro, my interupt triggers way too much giving too high reading, could it be the wheel is too thin? also the wheel is slightly warped could this affect it?
@miliohm
@miliohm 2 жыл бұрын
Try to turn wheel slowly. Does it only add count every passing hole?
@koekie7003
@koekie7003 2 жыл бұрын
@@miliohm no by the time it passes around 10 holes, it has picked up more than 100 holes
@miliohm
@miliohm 2 жыл бұрын
@@koekie7003 try to paint your wheel. If it 3D printed sometimes it still can be penetrated by the infrared.
@koekie7003
@koekie7003 2 жыл бұрын
@@miliohm I will try it thank you
@reykambey8748
@reykambey8748 2 жыл бұрын
Hi miliohm, after I verify the code in arduino, a warning appears "count was not declared in this scope". Can you help me how to fix that?
@miliohm
@miliohm 2 жыл бұрын
make sure you copy the whole code. Sometimes it caused by lack of curly bracket
@taherrad153
@taherrad153 2 жыл бұрын
Thank You so much.That was Very Useful!!! Can one do this with Arduino Nano?
@miliohm
@miliohm 2 жыл бұрын
Sure, you can do with any arduino
@peopleofman
@peopleofman Жыл бұрын
hii bro, how to convert rpm to km/h??
@KelingValo
@KelingValo 2 жыл бұрын
Can u share 3d file disk holes sir ?
@miliohm
@miliohm 2 жыл бұрын
Maaf mas lupa udah ga kesimpen
@KelingValo
@KelingValo 2 жыл бұрын
@@miliohm Min, saya coba pakai 3 sensor sekaligus kok gabisa ya min, hanya 2 yang terbaca, link code : docs.google.com/document/d/1oplEGC5c2bkIwytJGbhDr7774dQVk9IvONfAX6AsZ08/edit?usp=sharing
@miliohm
@miliohm 2 жыл бұрын
@@KelingValo kalau arduino uno memang interrupt nya hanya 2. Harus pake mikro lain
@LeninJoshua
@LeninJoshua 2 жыл бұрын
Can I get the circuit
@miliohm
@miliohm 2 жыл бұрын
Link in the description
@LeninJoshua
@LeninJoshua 2 жыл бұрын
@@miliohm what if I use 20 hole propeller instead of 12..what are all the alternations needed in the program
@miliohm
@miliohm 2 жыл бұрын
@@LeninJoshua you need to watch the entire video
@ragamotomotif1770
@ragamotomotif1770 Жыл бұрын
keren
@mubasirkhafid9582
@mubasirkhafid9582 Жыл бұрын
Hallo mr
@mekimr9736
@mekimr9736 2 жыл бұрын
Hi very good thank you), it possible to write you in privat please?
Getting Started with LIDAR
47:27
DroneBot Workshop
Рет қаралды 1,4 МЛН
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.
小丑女COCO的审判。#天使 #小丑 #超人不会飞
00:53
超人不会飞
Рет қаралды 16 МЛН
Beat Ronaldo, Win $1,000,000
22:45
MrBeast
Рет қаралды 158 МЛН
Op-Amps  - Using Operational Amplifiers
44:21
DroneBot Workshop
Рет қаралды 311 М.
Lathe RPM Meter using magnet, hall effect sensor and LCD Screen
17:44
Arduino Uno Tachometer RPM using 3144 Hall Effect Sensor
13:59
Clockatronic
Рет қаралды 113 М.
Sensors - which one to use
17:06
Electronoobs
Рет қаралды 1,4 МЛН
Rotary encoder - sensor arrangement
10:25
HomoFaciens
Рет қаралды 480 М.
Arduino Tutorial: Tachometer (RPM Counter)
3:54
InterlinkKnight
Рет қаралды 289 М.
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,9 МЛН
Stepper Motors with Arduino - Controlling Bipolar & Unipolar stepper motors
50:22
Simple Tachometer/ RPM counter using proximity sensor
3:57
Tech Ideas
Рет қаралды 104 М.
Арыстанның айқасы, Тәуіржанның шайқасы!
25:51
QosLike / ҚосЛайк / Косылайық
Рет қаралды 700 М.