Wednesday 6 March 2019

operational amplifier - Homebrew differential 'scope probe


I may be able to get my hands on an old 600MHz LeCroy oscilloscope. However, it doesn't have any probes.


Is it feasible to make an active differential probe for it using a high-speed op-amp, like the THS3201DBVT? It has a 1pF input capacitance, 1.8GHz bandwidth and is for arbitrary waveform measurement applications. I would like to examine a 100Mbps LVDS signal.



The basic idea would be to mount the amp on a little PCB with a couple of parallel gold probe pins, power it off a local +-6v battery, and use a short piece of coax to connect it to the 'scope.



Answer



This will work. Since it is current mode you don't have to worry about gain roll-off with increasing frequency.


However make sure the battery is referenced to the same ground as the baord.


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...