Difference between revisions of "Measuring speed and distance"

From ArmadeusWiki
Jump to: navigation, search
(Montage)
Line 4: Line 4:
  
 
==Principle==
 
==Principle==
On one wheel of your vehicle, you will have a system with some holes that will generates a square signal. Each pulse will correspond to one or more turn, depending on the precision you need. == a kid of tachymeter.
+
On one wheel of your vehicle, you will have a system with some holes that will generates a square signal. Each pulse will correspond to one or more turn, depending on the precision you need. == a kind of tachometer.
 
You have to adapt the signal level to 0-2,8V and limit the overshots. <br>
 
You have to adapt the signal level to 0-2,8V and limit the overshots. <br>
Then, you will be able to inject on the TIN input of the APF27. This is only possible if you have an APF27Dev without HDMI chip.
+
Then, you will be able to inject on the TIN input of the APF27. This is only possible if you have an APF27Dev and '''don't plan to use the HDMI chip'''.
 
The TIN input is internally linked in the i.MX27 to some counters that we will configure and use to count the signal pulses.
 
The TIN input is internally linked in the i.MX27 to some counters that we will configure and use to count the signal pulses.
  
Line 12: Line 12:
 
{|border=0 summary="Photos"
 
{|border=0 summary="Photos"
 
|----------------
 
|----------------
[[Image:Montage_with_ad9889.png|thumb|left|Montage _WITH_ AD9889 on APF27Dev]]
+
[[Image:Montage_with_ad9889.png|thumb|left|Montage to adapt input signal voltage (APF27Dev only)]]
 
[[Image:TIN_on_R24.jpeg|thumb|center|TIN on APF27Dev (left side of R24 resistor)]]
 
[[Image:TIN_on_R24.jpeg|thumb|center|TIN on APF27Dev (left side of R24 resistor)]]
 
|}
 
|}
Line 34: Line 34:
  
 
==Links==
 
==Links==
 +
* http://www.ecomotionteam.org

Revision as of 18:15, 22 December 2010

Page under construction... Construction.png Informations on this page are not guaranteed !!

On this page you will find informations to measure speed and distance of a vehicle, with an APF27.

Principle

On one wheel of your vehicle, you will have a system with some holes that will generates a square signal. Each pulse will correspond to one or more turn, depending on the precision you need. == a kind of tachometer. You have to adapt the signal level to 0-2,8V and limit the overshots.
Then, you will be able to inject on the TIN input of the APF27. This is only possible if you have an APF27Dev and don't plan to use the HDMI chip. The TIN input is internally linked in the i.MX27 to some counters that we will configure and use to count the signal pulses.

Montage

Montage to adapt input signal voltage (APF27Dev only)
TIN on APF27Dev (left side of R24 resistor)

Test

  • Load driver that will allocate GPT2 timer:
# insmod gpt2_plat.ko
  • Configure GPT2 for taking TIN as input and activates it:
# imxregs TCTL2 0x00000007
  • Check that counter is increasing:
# imxregs TCN2

GPT Counter Register 2
TCN2                     0x00000022  -> 00000000 00000000 00000000 00100010

Links