Discussion in "8051 Discussion Forum" started by    sonali_maow    Sep 20, 2012.
Thu Sep 20 2012, 10:29 am
#1
Hi,

How to write assembly code for electronics speedometer?plz help me
I am using 89c2051 ic and lcd. already generate rpm and count pulse using these
how to calculate speed.

Thank u.
Fri Sep 21 2012, 12:07 am
#2
If you're calculating RPM from wheel then the RPM to Linear Velocity formula is:
v = r × RPM × 0.10472
Where:
v: Linear velocity, in m/s
r: Radius, in m
RPM: Angular velocity, in RPM (Rounds per Minute)

If in case you're dealing with engine RPM then:

vehicle speed in miles/hour = (0.00595) * (RPM * r) / (R1 * R2)

where:
RPM = engine speed, in revolutions/minute
r = loaded tire radius (wheel center to pavement), in inches
R1 = transmission gear ratio
R2 = rear axle ratio

 ugoo5000 like this.
Tags RPM to m/sRPM to linear speedRPM to velocityangular speed to linear speed

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Bobbyerilar
Thu Mar 28 2024, 08:08 am
pb58
Thu Mar 28 2024, 05:54 am
Clarazkafup
Thu Mar 28 2024, 02:24 am
Walterkic
Thu Mar 28 2024, 01:19 am
Davidusawn
Wed Mar 27 2024, 08:30 pm
Richardsop
Tue Mar 26 2024, 10:33 pm
Stevencog
Tue Mar 26 2024, 04:26 pm
Bernardwarge
Tue Mar 26 2024, 11:15 am