DIY Arduino based Digital Tachometer │ Revolution counter

preview_player
Показать описание

Hello guys I have made a Digital Tachometer using Custom made PCB

Material required

6) 9V Battery

visit for more

Music
Creative Commons — Attribution 3.0 Unported— CC BY 3.0

My Gears :-

Рекомендации по теме
Комментарии
Автор

I believe the circuit be simplified feeding the output of the (light sensing diode and resistor voltage divider) directly to an analog input, and the output of the potentiometer directly to another analog input, and then compare the signal levels in software, and Get rid of the comparator and indicator diode opting instead to use the display as an indicator.
I also think you'll ensure greater sensitivity if you put a partition between the infrared LED and the light sensing diode.

kreynolds
Автор

you know its not a good idea to use delay(1000) for a time based measurement. the delay function value will drift off over time. My advice is to use timer1 to create precise 1s overflow interrupt & use ext interrupt to save the count on how many times the white stripe get detected by the sensor. that way it wont miss any count caused by the stuck at waiting for delay function, further increasing its accuracy. just some advice from a noob tho✌️

yeyee
Автор

great job bro... thanks..
hello from Indonesia..

alkatechnology
Автор

3:05
When you think he is about to show you the mistake he made creating the board...

Nope - just the song...

lol

fudgymcfudgerson
Автор

Would be nice if there was an explaination

JonathanBydendyk
Автор

The value of the resistors on your board and on the schematic diagram are not the same...even there are missed resistors on your you tell us why?

moycjoe
Автор

Man i doubt whether someone has used Arduino as efficiently as you do 🙌 .

pavan
Автор

Do you know if the coding can be adjusted so that the LED screen will show a flow rate instead of rpm, I'm trying to use this on a turbine flow meter

Rintarok
Автор

Hello, is it possible to use this code with the TCRT5000? (not module) Thanks

Dancopymus
Автор

On the quote now page, there is $58.00 showing. What is that for???

cjones
Автор

No problem with the 'float rev' variable? I usually see 'volatile unsigned int rev' or similar.
Think the rpm display is accurate?

patrickmclaughlin
Автор

Me gustó el proyecto, me puedes pasar el código para fabricar uno yo también por favor

rigobustamante
Автор

YOU CAN PROVIDE GERBER FILES FOR MANUFACTURING

cbanosabreu
Автор

Ola. Como faço para zerar a contagem ?

TheDavidrhd
Автор

please explain the full concept and using things

--KIRUTHIKAP
Автор

Please how to make net fishing with andruino

yassinelemallem
Автор

I want to buy it but what is full name of Arduino.
As Arduino UNO or some other

motivationramansir
Автор

Avoid taking signal from LED, for example if you add a blue LED (voltage drop 2V) you may get wrong results or if any.

mindaugask
Автор

In which principle this circuit work? Can you please give me details about how ir circuit detects the rpm .

Skibidigamerwahid
Автор

Ok, mostrou como faz, más não mostrou como programa. Pulou a parte wue liga a bateria *_*

DSB.TecnologiaMaker