-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] New daughterboard: Piezo Driver #1
Comments
The student who wants to build HV drier just reactivated so that we can simplify his life and rearrange the Zapper concept a little bit. |
My feeling is that Zapper would be used in a crate as part of a larger system (and have other use cases too like trap electrode voltages). This daughterboard would be something that would allow Stabilizer to be standalone and still drive piezos. |
What bandwidth + load capacitance does this board need to drive? Also, might make sense to put a power connector on the FP that can power a small transimpedance amp that goes right by the photodiode (maybe a small connector with signal and power?). |
My immediate use case would be to drive a pair of Fabry Perot etalons. This would replace two $1k Thorlabs boxes and a data aquisition card. The piezos in the Fabry Perot have a capacitance of ~500nF. Those driver boxes put out 0-45V, 15mA, can do 30V/ms slew, and have 1mVrms (6.6mVpp) output noise. So ideally this board would match or beat those specs. The ability to put out up to 0-135V would probably maximize wider applicability. It looks like an LTC6091 dual opamp and COTS power supply would do the job. |
We generally use M8-3 connectors to match the ubiquitous Thorlabs photodiode modules. Would be nice to have and there will be plenty of panel space. They are a little pricey if people are unlikely to use them though. The daughterboard should at least have a header for these though. |
There are compatible low-cost plastic M8-3 connectors available from multiple vendors. |
Hello, my name is Adam Kołodyński, as my B.SC thesis will be a part of this project, I would like to confirm the main goals which I have to achieve. In a previous thread, I saw the need for 0-150V output, and a reasonable bandwidth would be 75kHz. I think using Zotino would make my project more efficient. |
Presumably you are talking about Zapper. It probably makes sense to finish specifying Zapper on that thread before deciding whether it still makes sense to design this proposed Stabilizer daughterboard. |
We can see here that the name "Stabilizer" is poorly chosen if that board is going to generate signals that scan a Fabry-Perot interferometer (which may or may not be used to stabilize a laser later on). This is a different set of skills, but it might be interesting to make our own SFPIs as well. Maybe with this kind of mirror coating (if that's usable at all?) so we can have a wide wavelength range: https://www.newport.com/f/ultra-broadband-dielectric-mirrors
FWIW I've been playing with high-voltage high-speed broadband amps using discrete components and got some interesting results. Some schematics and data are here: https://github.com/m-labs/spectropak/tree/master/hvamp_proto3 |
@sbourdeauducq did you build this circuit? I'm bit worried about the temperature stability of the bias current. Would such circuit be really much cheaper than Apex opamp?. This is also interesting approach when one needs a lot of channels |
Analog also recently released a new op-amp that works up to 220 V, ADHV4702. It's £12 in hundreds, so comparable to the LTC6091, with better drift and 1/f noise specs. LFCSP only, though, so you better make sure your PCBs are clean… Edit: Just saw Greg's comment, that's the same op-amp he mentioned. |
would such ADHV4702 output current be sufficient? It is rated for 20mA |
For the Fabry-Perots, the driver boxes I want to replace can only do 15mA so these should work. I don't have numbers for our doubling cavity piezos to hand but will look them up. The drivers used in the NIST servo box are OPA453 which can only do 50mA, so I'd be surprised if 20mA won't do the job. |
I would worry that the Finesse would be an unpredictable function of wavelength if you used HR mirrors (>99% could mean anything). I also think a confocal design is a must for these. Layertec sell overrun mirrors (inc. curved ones) for a reasonable price if you only want one or two: https://www.layertec.de/en/shop/ What is driving your desire to make your own SFP. The cost of the Thorlabs ones or you just want something more broadband? If the latter, you need to consider the photodetector and not just the coatings. |
Yes. I did get hundreds of mA at 100V up to many MHz :)
In version 1, it was poor and resulted in fireworks. On later prototypes, I did not measure it carefully, but it seemed fine. The four transistors at the output (TO-126 packages) are "sandwiched" with the heatsink and thermal sauce (T1 T2 heatsink T3 T4, with T2 and T3 being the power transistors) so they have similar temperatures.
For the parts cost, yes, definitely - especially if redesigned with widely available MOSFETs instead of obsolete Sanyo transistors rebranded and overpriced by NTE. It also has higher bandwidth and current.
Cost + wavelength range + ordering anything from Thorlabs is somewhat annoying. |
Switching to MOSFETs won't be so straightforward. They have high input capacitances and need low impedance voltage drive. It's easy for audio but challenging for 10MHz. Could be easier with SiC, but p-channel ones are not common. The question is if opamp + follower wouldn't be enough? |
I played a bit with Tina and simulated quite interesting approach to MOSFET power amplifier. To limit the zero-crossing distortions, the additional bias current is injected to the current mirrors If somebody wants to play with it, the simulation file is here: |
It can also be scaled to any voltage. The only limitation are the MOSFETs. |
In real life, one can use discrete current mirrors. Some low-ohmic resistors would be needed to make such current mirrors really working. Short-circuit protection will be needed as well. |
MOSFETs threshold have negative Th voltage coefficient so the compensation circuit may be needed. |
This should probably move to a new repo... |
I am thinking that many Stabilizers will end up servoeing on piezos (doubling cavities, laser cavities, mirror adjusters etc.). Therefore does it make sense to have a dedicated daughterboard for this?
Obviously Zapper is under development but may end up being overkill for this application. I'm imagining a very simple board with a DC-DC module, a couple of HV opamps and a few DIP switches to set ranges.
The text was updated successfully, but these errors were encountered: