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

Darrellciz
Thu Apr 18 2024, 11:07 am
Charlessber
Thu Apr 18 2024, 09:29 am
BartonSem
Thu Apr 18 2024, 04:56 am
DonaldKnown
Thu Apr 18 2024, 12:24 am
utaletxcyw
Wed Apr 17 2024, 10:21 am
Anthonyvab
Wed Apr 17 2024, 08:48 am
RobertCix
Wed Apr 17 2024, 06:46 am
Astorne
Tue Apr 16 2024, 08:52 pm