korsi
Newbie level 3
- Joined
- Sep 1, 2009
- Messages
- 4
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Trondheim, Norway
- Activity points
- 1,303
LVDS activity indicator
Hi
Can anybody help me with ideas to create a simple activity indicator for a LVDS signal, where the activity is between 100 MHz and 500 MHz?
I am thinking of a LED that is lit (or unlit) when there is activity on the LVDS pairs.
I have a solution with a capacitor, a resitor, one diode and one led.
With this solution, I can adjust the vdd level so that the led is faintly glowing. When I apply a LVDS clock source on lvdsp, the LED will get brighter. This works great for frequencies up 100 MHz. Over 100 MHz D1 is acting as a capacitor, and the LED will not light up.
Hi
Can anybody help me with ideas to create a simple activity indicator for a LVDS signal, where the activity is between 100 MHz and 500 MHz?
I am thinking of a LED that is lit (or unlit) when there is activity on the LVDS pairs.
I have a solution with a capacitor, a resitor, one diode and one led.
Code:
R1 lvdsp n1 10
C1 n1 n2 1p
D1 vdd n2 (small diode)
LED n2 gnd
With this solution, I can adjust the vdd level so that the led is faintly glowing. When I apply a LVDS clock source on lvdsp, the LED will get brighter. This works great for frequencies up 100 MHz. Over 100 MHz D1 is acting as a capacitor, and the LED will not light up.